@charset "UTF-8";
/* CSS Document */

body {background:#000000;}
h1 {font-family:Aquaduct; color:#006699; font-size:26px;}
p 	{font-family:Trebuchet MS, Arial, Helvetica, sans-serif; font-size:13px; margin:5px 0 0 0; color:#000000;}
img {margin:0; padding:0;}

#wrapper {
	width:950px;
	height:610px;
	margin:0 auto;
	padding:0 0;
	background-color: #000000;
	background-image: url(../images/homepage%20_background_pics.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#navigation {padding-top:85px;padding-left:19px}

ul {list-style:none; text-align:left; }
li {font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:normal; color:#FFFFFF; display:inline; padding:0 26px;}

/*Navigation Link effects*/
#navigation a:link 				{color:#FFFFFF; text-decoration:none;}
#navigation a:visited 			{color:#FFFFFF; text-decoration:none;}
#navigation a:active 			{color:#EEC900; text-decoration:none;}
#navigation a:hover 			{color:#EEC900; text-decoration:none;}
#navigation a:focus				{outline:dotted #CCCCCC 1px;}

#right {float:right; width:400px; margin:0px 0 0 0px; padding:0; height:499px; background:url(../images/book2.png) top no-repeat;}

#footer {margin:0 auto; width:950px;}
#footer_left {width:200px; float:left;}
#footer_right {width:400px; float:right; text-align:right;}

.footer_text {color:#FFFFFF; font-size:10px;}

.clear {clear:both;}
