/*
This design was created to be very simple and easy to edit for beginners. This is achieved by comments spread throughout the HTML file and the CSS that indicate where different parts of the design's code are located. If you have any questions, email me at toxicityj@gmail.com or head over to http://www.zilladesigns.net 
*/


#skip {
	position: absolute;
	left: -9999px;
	}

/*BODY*/
body {
	background-color:#B5CADC;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}

a {
	color:#444B67;
	text-decoration:none;
	}
	
a:hover {
	color:#000000;
	}


/*CONTAINER STYLES*/

#main {
	width:760px;
	margin:auto;
	background-color:#B5CADC;
	}

	
#header {
	background-image: url(images/header.jpg);
	width:100%;
	height:250px;
	}


#header2 {
	background-image: url(images/header2.jpg);
	width:100%;
	height:250px;
	}

#fullpage {
	width:760px;
	float:left;
	background-color:#B5CADC;
	color:#444B67;
	padding-top:0px;
	padding-bottom:0px;
	}

#footer {
	width:760px;
	float:left;
	margin:none;
	padding:none;
	background-color:#B5CADC;
	color:#444B67;
	}
	

/*TEXT STYLES*/

h1 {
	color:#444B67;
	padding-left:11px;
	font-size:25px;
	padding-right:5px;
	margin-top: 25px;
	margin-bottom: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align:center;
		}


h2 {
	color:#AC8E38;
	padding-left:11px;
	font-size:20px;
	padding-right:5px;
	margin-top: 25px;
	margin-bottom: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align:center;
		}
	
h3 {
	color:#444B67;
	padding-left:3px;
	font-size:15px;
	padding-right:5px;
	margin-top: 15px;
	margin-bottom: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align:center;
	}

p {
	margin:0px 0px 0px 0px;
	font-size:18px;
	}


/*CLASSES*/	

.quote_text {
	padding:0px;
	text-align:justify;
	color:#AC8E38;
	font-family: Bodoni MT, Times New Roman;
	}

.quote_name {
	padding:0px;
	text-align:right;
	color:#444B67;
	}

.content {
	padding:35px 0px 45px 0px;
	text-align:Center;
	color:#444B67;
	padding-bottom: 15px;
	font-size:15px;
	}

.linkcontent {
	padding:15px 0px 35px 0px;
	text-align:Center;
	color:#444B67;
	padding-bottom: 15px;
	font-size:15px;
	}

.listcontent {
	padding:5px 0px 5px 0px;
	text-align:left;
	color:#444B67;
	font-size:18px;
	}

.biocontent {
	padding:35px 0px 35px 0px;
	text-align:justify;
	color:#444B67;
	padding-bottom: 15px;
	font-size:16px;
	}

.eulcontent {
	padding:5px 0px 5px 0px;
	text-align:justify;
	color:#444B67;
	padding-bottom: 15px;
	font-size:16px;
	}

.aneccontent {
	padding:10px 0px 10px 0px;
	text-align:justify;
	color:#444B67;
	padding-bottom: 15px;
	font-size:16px;
	}

.description_text {
	padding:15px 0px 20px 0px;
	text-align:justify;
	font-size:16px;
	color:#AC8E38;
	}
	

.tfoot	{
	width:760px;
	}

.tdfoot1 {
	width:400px;
	text-align:left;
	font-size:15px;
	color:#444B67;
	}

.tdfoot2 {
	width:360px;
	text-align:right;
	font-size:15px;
	color:#444B67;
	}

.button	{
	color:#444B67;
	}




/*NAVIGATION STYLES*/
#navbuttons {
	width:760px;
	height:2em;
	background-color:#444B67;
	text-align:center;
	margin:0px;
	padding-top:0px;
	padding-bottom:0px;
	}

#navbuttons ul {
	display:inline;  
	list-style:none;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	}

	
#navbuttons li{
	display:inline;
	float:left;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	list-style:none;
	line-height:2em;
	font-size:17px;	
	text-decoration:none;
	padding-left:80px;
	padding-right:30px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	}

#navbuttons li a{
	color:#AC8E38;
	}

#navbuttons li a:hover{
	color:#B5CADC;
	}

#galbuttons {
	width:760px;
	height:2em;
	background-color:#AC8E38;
	text-align:center;
	margin:0px;
	padding-top:0px;
	padding-bottom:0px;
	}

#galbuttons li{
	display:inline;
	float:left;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	list-style:none;
	line-height:2em;
	font-size:15px;	
	text-decoration:none;
	padding-left:110px;
	padding-right:50px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	}


#galbuttons li a:hover{
	color:#B5CADC;
	}




