body {
  background-color: #BDF16B;
  background-image: url('images/background.jpg');
  background-repeat: repeat-x;
  background-position: left bottom;
  background-attachment:fixed;
  margin: 0px;
}

#addthis{
	position:fixed;
	top: -10px;
	right: -20px;
	text-align: right;
	width: 50px;
	margin: 0;
	clear: none;
	z-index: 5;
}



#container{
  margin: 0 auto;
  width: 800px;
  background-color: #000000;
}


#menu, #menu a{
	text-align: center;
	background-color: #000000;
	width: 100%;
	color: #BDF16B;
	font-variant: small-caps;
	text-decoration: none;
}

#menu a:link {color: #BDF16B;}
#menu a:visited {color: #BDF16B}
#menu a:hover {color: #000000; background-color: #BDF16B}
#menu a:active {color: #FFFFFF}

hr{
	width: 90%;
	background-color: #BDF16B;
	height: 1px;
	border-width: 0px;
}




#title{
	color: #BDF16B;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	text-decoration: underline overline;
	font-variant: small-caps;
	letter-spacing: 15px;
	font-size: 2em;
}

#main{
  background-color: #FFFFFF;
  width: 90%;
  margin: 0 auto;
  padding: 15px;
}


#copyright{
	position:fixed;
	bottom: 5px;
	right: 5px;
	z-index: -1;
	margin: 0 auto;
	font-size: 10px;
	color: #BDF16B;
}

#questions, #questions a{
	text-decoration:none;
	line-height: 30px;
}
#questions{
	padding: 50px;
}

#question, #question a{
	font-weight: bold;
	background-color: #BDF16B;
}

#answer{
	font-style: italic;
	text-indent: 20px;
}

#subtitle{
	font-weight: bold;
	background-color: #BDF16B;
}

#paragraph{
	font-style: italic;
	text-indent: 20px;
}

a{text-decoration:none}
a:link {color: #666666;}
a:visited {color: #666666}
a:hover {color: #000000; background-color: #BDF16B}
a:active {color: #000000}


#facebook{
	text-align: center;
	overflow: hidden;
	float: right;
}

#image{
	float: right;
	width: 360px;
}





