body {
	margin:0;
	background-color:#ffffcc;
}
h1{
	color:#003366;
	font-size:16px;
	font-family:"Arial Narrow", Arial;
	text-align:left;
	text-transform:uppercase;
}
#main {
	width:800px;
	height:100%;
}
#banner {
	width:800px;
	height:204px;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
}

#links {
	width:800px;
	height:45px;
	background-image:url(images/links_bg.jpg);
	background-repeat:no-repeat;
	font-family:"Arial Narrow";
	color:#004811;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
}

#address {
	width:800px;
	height:36px;
	background-image:url(images/address.jpg);
	background-repeat:no-repeat;
}

#content {
	width:762px;
	height:100%;
}

#body {
	width:800px;
	height:100%;
	background-color:#FFFFFF;
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat-y;
}

#left {
	width:210px;
	height:100%;
	background-color:#ffffcc;
	padding:10px;
}
#left p {
	font-family:tahoma, Verdana;
	color:#000000;
	font-size: 11px;
	line-height:16px;
	font-weight: bold;
	text-align:center;
}
#left .booktitle {
	font-family:tahoma, Verdana;
	color:#004812;
	font-size: 11px;
	line-height:16px;
	font-weight: bold;
	text-align:center;
}
#left .important {
	font-family:tahoma, Verdana;
	color:#000000;
	font-size: 13px;
	line-height:12px;
	font-weight: bold;
	text-align:center;
}
#left a {
	font-family:tahoma, Verdana;
	color:#004812;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}
#left a:hover {
	font-family:tahoma, Verdana;
	color:#e08a23;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}
#left .price{
	color:#004812;
	font-size: 14px;
	font-weight:bold;
	font-family:tahoma, Verdana;
}
#right {
	width:482px;
	height:100%;
	background-color:#ffffff;
	padding:25px;
}
#right p {
	font-family:tahoma, Verdana;
	color:#000000;
	font-size: 12px;
	line-height:18px;
	font-weight: normal;
	text-align:justify;
}
#right .bio {
	font-family:tahoma, Verdana;
	color:#000000;
	font-size: 18px;
	line-height:24px;
	font-weight: normal;
	text-align:justify;
}
#right ul {
	color:#000000;
	font-size: 12px;
	line-height:18px;
	font-family:tahoma, Verdana;
}
#right li{
	color:#000000;
	font-size: 12px;
	line-height:18px;
	font-family:tahoma, Verdana;
}
#clients ul {
	color:#000000;
	font-size: 14px;
	line-height:21px;
	font-family:tahoma, Verdana;
}
#clients li{
	color:#000000;
	font-size: 14px;
	line-height:21px;
	font-family:tahoma, Verdana;
}
#right a{
	color: #e08a23;
	font-size: 12px;
	line-height:18px;
	font-family:tahoma, Verdana;
	text-decoration:underline;
}
#right a:hover{
	color:#004812;
	font-size: 12px;
	line-height:18px;
	font-family:tahoma, Verdana;
	text-decoration:underline;
}
#footer {
	width:800px;
	height:55px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	font-family:tahoma, Verdana;
	font-size: 10px;
	font-weight: normal;
	color:#004812;
}
#footer a{
	color: #e08a23;
	font-size: 10px;
	font-family:tahoma, Verdana;
	font-weight: bold;
	text-decoration:none;
}
#footer a:hover{
	color:#e08a23;
	font-size: 10px;
	font-family:tahoma, Verdana;
	font-weight: bold;
	text-decoration:underline;
}



