@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
/*--------------------------------------------Standerds-------*/
body{
	font: 62.5%/20px Verdana, Geneva, sans-serif;
	background: #333333 url(images/theme/headerBG.png) repeat-x;
}
h1,h2,h3,h4{
	font-family: Arial, Helvetica, sans-serif;	
}
p{
	
}
a{
	outline:none;
	
}
ul{
	list-style: none;	
}

li{
	
}
.clear{
	clear: both;	
}

.floatleft{
	float: left;	
}
.floatright{
	float: right;	
}
.bold{
	font-weight: bold;	
}

hr{
	
}

#container {
	background: url(images/theme/floor.png) repeat-x bottom;
}

/*--------------------------------------------Topsection------*/
#header {
	height: 410px;
}
#topnav {
	text-align: right;
	color: #323232;
	padding-right: 30px;
	font-size: 9px;
}
#topnav a {
	color: #323232;
	text-decoration: none;
	font: 1.2em Verdana, Geneva, sans-serif;
}
#logo h1 a {
	display: block;
	height: 160px;
	width: 210px;
	text-indent: -9999px;
}
#logo {
	background: url(images/theme/logo.png);
	float: left;
	height: 190px;
	width: 212px;
}

#nav {
	height: 100px;
	clear: both;
	float: left;
}
#nav ul {
	padding-top: 114px;
	padding-left: 15px;
}
#nav ul li {
	display: inline;

}
#nav ul li a {
	display: block;
	float: left;
	height: 54px;
	width: 104px;
	color: #FFFFFF;
	text-decoration: none;
	font: small-caps 1.5em/14px "Arial Black", Gadget, sans-serif;
	text-transform: capitalize;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#nav ul li a span {
	text-transform: none;
	font: italic normal 9px/normal Verdana, Geneva, sans-serif;
	display: block;
	color: #83C05A;
}
#nav ul li a:first-letter{
	font-size:2em;	
}
#nav ul li a:hover, #nav ul li a:active, li#at a{
	background:url(images/theme/navBG.png);
	color: #FFFFFF;	
}
#books {
	background: url(images/theme/greenBooks.png) no-repeat right 110px;
	height: 400px;
	right: 0px;
	width: 600px;
	position: absolute;
	z-index: -1;
}
#smallbox ul li img  {
}
.rss {
	background: url(images/theme/rss.png);
	height: 131px;
	width: 128px;
	position: absolute;
	right: 4px;
	top: 393px;
}
.rss a {
	display: block;
	height: 120px;
	width: 120px;
	text-decoration: none;
}
/*--------------------------------------------Main-----------*/

#main {
}
#main #smallbox h2 {
	color: #003;
	font-size: 3em;
	line-height: 25px;
}
#smallbox {
	width: 250px;
	float: left;
	padding: 20px 10px 0px 36px;
	color: #999;
	margin: 5px;
	background: url(images/theme/paper.png) repeat-y;
}
#smallbox p {
	color: #666;
	font: 1.2em/20px "Comic Sans MS", cursive;
	letter-spacing: 1px;
	padding-bottom: 50px;
}
#smallbox p a {
	text-decoration: none;
}
#smallbox ul li a {
	color: #003;
	text-decoration: none;
	font: 1.8em Verdana, Geneva, sans-serif;
	border-bottom: 1px solid;
}
#smallbox ul li p {
	color: #666;
	font: 12px/18px "Comic Sans MS", cursive;
	letter-spacing: 1px;
	padding-bottom: 50px;
}
/*--------------------------------------------Footer---------*/
#footer {
	background: url(images/theme/footerScene.png) no-repeat left bottom;
	height: 110px;
	position: relative;
	clear: both;
	color: #FFF;
	padding-top: 400px;
	padding-left: 800px;
}
#flashheader {
	position: absolute;
	left: 225px;
	top: 0px;
}
#footer p {
	width: 300px;
}
#footer #door {
	position: absolute;
	background: url(images/theme/door.png);
	height: 360px;
	width: 208px;
	right: 6px;
	top: 0px;
}
tr td label {
	color: #333;
}
