@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background-color: #fff;
	background-image: url(../images/body.bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	color: #444;
}

body, td {
	font-size: 12px;
}



#wrap {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

#logo {
	position: absolute;
	left:50%;
	margin-left: -450px;
	top: 0px;
}


#menu {
	position: absolute;
	width: 185px;
	height: 300px;
	left:50%;
	margin-left: -440px;
	top: 140px;
}

#menu ul {
	list-style-type: none;
}

#menu li {
	display: block;
	float: left;
	width: 180px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #222;
	padding: 3px;	
}

#menu li:hover {
	background-color: #fcffc5;
	border-bottom: 1px solid #222;	
}

#menu a {
	float: left;
	display: block;
	width: 170px;
	
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin-right: 15px;
	text-decoration: none;
		

}

#menu a:hover {
	color: #c00;
}

#menu h2 {
	font-size: 14px;
	color: #9b7867;
	margin: 0; padding: 0;
}

#menu h3 {
	font-size: 10px;
	color: #5f5f5f;
}


#content {
	position: absolute;
	left:50%;
	top: 140px;
	margin-left:-200px;
	width: 600px;
}

#content a {
	color: #a06624;
}

#content h1 {
	margin-bottom: 10px;
}

#content h3 {
	margin-bottom: 5px;
}




#footer {
	display: none;
}


.anti {
	display: none; 
}

.padding5 {
	padding: 5px;
}

p {
	margin: 5px 0px;
}

#statusmsg {
	font-weight: bold;
	color: #c00;
}

.admin {
	margin-bottom: 40px;
}

.admin a {
	color: #aaa;
	text-decoration: none;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
}

.book {
	margin-right: 27px;
}

#frontbg {
	/*background-image: url(../images/frontbg.jpg);*/
	background-repeat: no-repeat;
	width: 550px;
	height: 400px;	
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 230px;
	text-align: center;
}


