/* Layout Stylesheet */ 

body {
	margin:0px;
	background:#000000;
	color: #000000;
	text-align:center;
	padding:0;
	background-image:url(../image/logo022010.png);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
}

#outer {
	text-align:left;
	width:900px;
	margin:auto;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:0px 0px 0px 0px;
	background: #F7E2B8;
 }

#header {
	height:150px;
	background:#eeeeee;
	color: #333333;
	border-bottom-style:dotted;
	border-color:#CCCCCC;
	border-width:0px 0px 0px 0px;
}

#mainnav {
	height:80px;
	width: 900px;
	background:#F7E2B8;
	color: #333333;
	border:solid #000000;	
	border-width:0px 0px 0px 0px;
	background-image:url(../image/main_nav_background022010.png);
	padding-top:6px;
	background-repeat:no-repeat;
}

#mainnavlibrary {
	height:80px;
	width: 900px;
	background:#F7E2B8;
	color: #333333;
	border:solid #000000;	
	border-width:0px 0px 0px 0px;
	background-image:url(../image/librarybackground_nav022010.png);
	padding-top:6px;
	background-repeat:no-repeat;
}

#bodyblock {
	position:relative;
	background: #F7E2B8;
	color: #333333;
	width:900px;
	padding:0;
}

#subnav {
	float:left;
	background:#000000;
	color: #333333;
	width:198px;
	background-image:url(../image/sub_nav_background022010.png);
	background-repeat:no-repeat;
}

#subnavindex {
	float:left;
	background:#000000;
	color: #333333;
	width:198px;
	background-image:url(../image/sub_nav_background022010.png);
	height:837px;
	background-repeat:no-repeat;
}
#subnavtemp {
	float:left;
	background:#000000;
	color: #333333;
	width:198px;
	height:450px;
	background-image:url(../image/sub_nav_background022010.png);
	background-repeat:no-repeat;
}

#content {
	width:697px;
	background: #F7E2B8;
	color: #333333;
	border-left-color:#333333;
	border-left:thick;
	border-left-style:solid;
	text-align:left;
	padding-left:5px;
	background-image:url(../image/content_background022010.png);
	background-repeat:no-repeat;
 }
 
 #contentimage {
	width:697px;
	height:550px;
	background: #F7E2B8;
	color: #333333;
	border-left-color:#333333;
	border-left:thick;
	border-left-style:solid;
	text-align:left;
	padding-left:5px;
	background-image:url(../image/content_background022010.png);
	background-repeat:no-repeat;
 }

#contentlibrary {
	width:900px;
	height:550px;
	background: #F7E2B8;
	color: #333333;
	text-align:left;
	padding-left:0px;
	background-image:url(../image/librarybackground022010.png);
	background-repeat:no-repeat;
 }

#footer {
	height:37px;
	width: 900px;
	background: #F7E2B8;
	color: #333333;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:0px 0px 0px 0px;
	margin:0;
	background-image:url(../image/footer012510.png);
	background-repeat:no-repeat;
	vertical-align:baseline;
	padding-top:67px;
 }