/* CSS Document */
body {
background-color:#333333;
margin:0;
padding:0;
text-align:center;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#main {
	width:720px;
	height:520px;
	text-align:left;
	margin: 0 auto;
	/* center  */
position:absolute;
	top:50%;
	margin-top:-300px;  /*negative half margin of height */
	margin-left: -360px; /*negative half margin of  width */
	left:50%/* center  */
}

#topnav {
	position:absolute;
	float:left;
	width:730px;
	left:40%;
	margin-left:-300px;
	margin-top:0px;
	padding-top:0px;
}	
#topnav h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-style:italic;
	color:#eee;
	font-weight:bolder;
	border-bottom: 1px #eee solid;
	margin:20px 0 5px 0;
	padding:0;
}
#topnav ul{
list-style-type:none;
padding:0;
margin:0;

}
#topnav ul li{
display: inline;
font-size:17px;
font-style:italic;
color:#eee;
padding:0 32px 0 0;

}
.menu {
	padding: 0 10px;
}

#topnav img{
	float: right;
	
}


#topnav ul li a {
text-decoration:none;
color:#eee;
padding: 0 5px 5px 0;
}
#topnav ul li a:hover {
text-decoration:underline;
}


#wrap {
	width:720px;
	height:530px;
	background-image: url(home_wrapbg.jpg);
}

#left {
position:relative;
width:200px;
height:520px;
float:left;
margin:100px 0 10px 0px;
display:inline;
background-color: #333333;

border:1px #999 solid;
}
#left_book {
position:relative;
width:630px;
height:520px;
float:left;
margin:100px 0 10px 0px;
display:inline;
background-color: #333333;

border:0px #999 solid;
}


#content_main {
	width: 515px;
	height:520px;
	background-color: #FFFFCC;
	margin:100px auto 10px 0;
	border:1px #999 solid;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	overflow:auto; /* makes anchor links in ie non-working */
	float: right;
}
#content_main p {
font-size:12px;
text-align:justify;
padding: 0 10px 0 10px;
}

.img_left 
{
float: left;
padding: 5px 5px 5px 10px;
border:none
}
.img_left_sm 
{
	float: left;
	padding: 0px 15px 40px 10px;
	border:none
}
.img_right 
{
float: right;
padding: 5px 0px 5px 10px;
border:none
}

#content_main h1 {
	font-size:20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:lighter;
	text-transform:uppercase;
	padding-left: 10px;
	border-bottom: 2px #666 solid;
	color: #666666;

}

#content_main h2 {
	font-size:15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:lighter;
	text-transform:uppercase;
	padding-left: 10px;
	color: #666666;}
	
#content_main .item {
	padding:0px;
}
#content_main li {
font-size:12px
}
#content_main td {
font-size:12px
}
#address{
padding: 0;
margin: 0;
font-style:italic;

}

#footer p {
margin:20px 0 0 0;
text-align:center;
color:#E6E4E2;
font:9px Verdana, Arial, Helvetica, sans-serif;
padding-right:10px;
}
#footer p a{
color:#E6E4E2;
text-decoration:none;
}
