/* CSS Document */
body
{
	background-image: url(homepage/background2000-70b.jpg);
	background-repeat: repeat;
	background-color: rgba(0,0,0,1);
	background-attachment: fixed;
	background-position: center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {color: rgba(255,204,0,1)}      /* unvisited link */
a:visited {color: rgba(255,204,0,1)}  /* visited link */
a:hover {color: rgba(255,153,0,1))}  /* mouse over link */
a:active {color: rgba(255,204,0,1)}  /* selected link */	

body
	{font-size: 12px; color: white;
}
h1
	{font-size: 14px;
}	
h2
	{font-size: 12px;
}
#container {
	margin: 0 auto;
	width: 980px;	
	height: auto;
	background-attachment:local;
	background-image: url(jpg/menutopstrip.jpg);
}
#image-navigation {
	width: 980px;
	height: 157px; 
	background-image: url(jpg/menutop.jpg);
}
#header h1 { 
	margin: 0; 	
}
#navigation {
	height: 30px;
	width: 900px;
	padding: 115px 0 0 0;
    text-align: center;	
}
#navigation ul {
	margin: 0 auto;
	padding: 0 0 0 20px;
	line-height: 100%;		
}
#navigation ul li {
	list-style-type: none;
	display: inline-block;
}
#navigation li a {
	display: block;
	float: left;
	padding: 0 6px 0 0;
	text-decoration: none;
}
#navigation li a:hover {
	background: # CC9;
	color: rgba(255,153,0,1);
	text-align: center;	
}
#navigation-text {
	color: rgba(255,204,0,1);
}
#heading {
	width: 800px;
	height: 108px;
	padding: 50px 0 0 0;
}
#maintext {
    float: left;
	width: 940px;
	height: 80px;
	padding: 0 20px 0 20px;

}
#apply a:link {

}
#main-area {
	float: left;
	width: 940px;
	height: auto;
	margin-left: 20px;
}
.books {
	float: left;
	width: 120px;
	height: 240px;
	padding: 30px 30px 30px 35px;
}
#footer {
	clear: left;
	height: 104px;
	width: 980px;
	background-image: url(jpg/menubottom.jpg);
}
#lower-navigation {
	height: 90px;
	width: 760px;
	padding: 20px 10px 10px 110px;
    text-align: center;	
}
#lower-navigation ul {
	margin: 0 auto;
	padding: 0 0 0 50px;
	line-height: 100%;		
}
#lower-navigation ul li {
	list-style-type: none;
	display: inline-block;
}
#lower-navigation li a {
	display: block;
	float: left;
	padding: 2px 6px 0 0;
	text-decoration: none;
}
#lower-navigation li a:hover {
	color: rgba(255,153,0,1);
	text-align: center;	
}
#lower-navigation-text {
	color: rgba(255,204,0,1);
}
