





@charset "UTF-8";
/* CSS Document */

body {
	text-align:center;
	margin-top: 0px;
	background-repeat: repeat-x;
	background-color:#303030;
	background-attachment: fixed;
}

#wrapper {
	position: relative;
	height: 1000px;
	width: 1000px;
	margin:0px auto;
	text-align: left;
	background-color:#303030;
	
}

#title {
	position: absolute;
	top: 0;
	left: 0;
	width: 440px;
	height: 125px;
	background-color:#303030;
}

#nav {
	position: absolute;
	width: 440px;
	height: 89px;
	top: 125;
	left: 0;
	background-color:#303030;
	
}

#text_top {
	position: absolute;
	width: 560px;
	height: 125px;
	top: 0;
	left: 440;
	background-color:#060606;
}

#baseA {
	position: absolute;
	width: 560px;
	height: 519px;
	top: 125;
	left: 440;
	overflow:auto;
	background-image: url(../i/book_baseA.gif);
	background-color:#060606;
}

#baseB {
	position: absolute;
	width: 50px;
	height: 137px;
	top: 644px;
	left: 440px;
	background-image: url(../i/book_baseB.jpg);
	background-color:#060606;
}

#baseC {
	position: absolute;
	width: 510px;
	height: 137px;
	top: 644px;
	left: 490px;
	background-image: url(../i/book_baseC.jpg);
	background-color:#060606;
}

#pic {
	position: absolute;
	width: 440px;
	height: 567px;
	top:214px;
	left:0px;
/*	background-image: url(../i/home_hero.jpg); */
}

#footer {
	position: absolute;
	width: 1000px;
	height: 144px;
	top: 781;
	left: 0;
}


#logos {
	position: absolute;
	width: 1000px;
	height: 75px;
	top: 925;
	left: 0;
}

a:link {
	font-family: museo-sans,sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:12px;
	color:#f8c509;
}
a:hover {
	font-family: museo-sans,sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:12px;
	color:#f8c509;
}	
a:visited {
	font-family: museo-sans,sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:12px;
	color:#666;
}

p.style1 {	
	font-family: museo-sans,sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:12px;
	color: #aeadad;
	margin-right: 40px;
	margin-left: 50px;
	line-height:18px;	
/*	padding-top:10px;*/
}
p.style2 {	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0; padding: 0;
	line-height:16px;
}
p.style3 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0; padding: 0;
	line-height: 16px;
}
