@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote, img
{
	padding:0;
	margin:0;
}

body
{
	background-color: #000000;
}

#floater
{
height:40%; 
margin-bottom:-240px; 
position:relative;
}

#content
{
clear:both; 
height:300px; 
position:relative; 
margin:0 auto; 
}

#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: 0;
}

.stretch {
    width:100%;
    height:100%;
}

#wrapper
{
	width: 780px;
	margin: 0px auto;
}

#header
{
	width: 780px;
	height: 193px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#aspectheader
{
	width: 780px;
	height: 193px;
	background-image: url(images/aspectheader.jpg);
	background-repeat: no-repeat;
}

#libheader
{
	width: 780px;
	height: 193px;
	background-image: url(images/libheader.jpg);
	background-repeat: no-repeat;
}

#logo
{
	padding-top: 30px;
	width: 300px;
	float: right;
	clear: right;
}

#logo a
{
	color: #ffffff;
	text-decoration:none;
	font-family: Times;
	font-size: 72px;
	font-style: normal;
}

#navigation
{
	padding-top: 130px;
	float: right;
	clear: right;
	width: 170px;
}

#aspectnavigation
{
	padding-top: 130px;
	float: right;
	clear: right;
	width: 300px;
}

#navigation a
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: times;
	font-size: 24px;
}

#aspectnavigation a
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: times;
	font-size: 24px;
}

#inner-wrap
{
	background-image: url(images/main.jpg);
	background-repeat: repeat-y;
	float:right;
	width: 780px;
}

#aspectinner-wrap
{
	background-image: url(images/aspectmain.jpg);
	background-repeat: repeat-y;
	float:right;
	width: 780px;
}


#libinner-wrap
{
	background-image: url(images/libmain.jpg);
	background-repeat: repeat-y;
	float:right;
	width: 780px;
}

#side-bar
{
	float: right;
	width: 214px;
}
#side-bar a
{
	color: #ffffff;
	text-decoration: none;
	font-family: Times;	
}
#side-bar ul
{
	list-style: none;
}
#side-bar h2
{
	font-weight: 200;
	color: #ffef6b;
	padding:0px 10px 5px 20px;
	font-family: Times;
}
#side-bar h3
{
	font-weight: 100;
	color: #ffef6b;
	padding:0px 10px 5px 20px;
	font-family: Times;
}
#side-bar p
{
	padding:0px 10px 20px 20px;
	font-family: Times;
}
#main
{
	float: left;
	width: 536px;
	margin-bottom: 15px;
	padding:15px;
	
}

#footer
{
	padding-top: 10px;
	width: 780px;
	height: 30px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
}
#footer p
{
	text-align: center;
	color: #cac0ae;
	font-size: .6em;
	
}
#footer a
{
	color: white;
}
h1
{
	font-weight: 100;
	color: #ffffff;
	margin-top: 15px;
	font-family: Times;
	
}

h2
{
	font-weight: 100;
	color: #ffffff;
	margin-top: 15px;
	font-family: Times;
}

h3
{
	font-weight: 100;
	color: #ffffff;
	margin-top: 15px;
	font-family: Times;
}

p
{
	color: #ffffff;
	font-family: Times;
	
}

	a:link {color: #000000;} 
	a:visited  {color: #FFFFFF;} 
	