@charset "utf-8";
/* CSS Document */
body 
{
background-color:#FAFBFA;
margin:0px;
padding:0px;
width:100%;
height:100%;
}
#layoutcontainer
{
margin-left:auto;
margin-right:auto;
width:848px;
height:auto;
border:solid 1px #996600;
}
.headcontainer
{
	background-image:url(images/patrick_02.jpg);
	width:669px;
	height:156px;
	background-repeat: no-repeat;
	background-position: left top;
	margin:0px;
	padding:0px;
	float: left;
}
.headcontainer2
{
	background-image:url(images/patrick_03.jpg);
	width:179px;
	height:205px;
	float:right;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

/*.maincontentcontainer
{
width:100%;
height:720px;
}*/
.leftcontainer
{
width:218px;
height:729px;
background:#766A63;
float:left;
}
.latestbook
{
margin:0px;
padding:0px;
}
.latestbook a
{
	color:#FCFBFA;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	margin-left:16px;
	text-decoration:none;
}
.leftcontainer ul
{
	margin:0px;
	width:218px;
	padding:0px;
	text-align: center;
}
.leftcontainer li
{
	width:218px;
	height:30px;
	background-color:#55463D;
	list-style-type: none;
	text-align:center;
	margin-bottom: 2px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
img
{
border:0px;
margin:0px;
padding::0px;
}
li a
{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:normal;
	color: #F7CE88;
	text-decoration: none;
}
li .active
{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:normal;
	color: #FEF8ED;
	text-decoration: none;
}
.rightcontent
{
background:#FAFBFA;
float:right;
color:#383838;
height:680px;
width:630px;
}
.rightcontent p
{
font-family:"Trebuchet MS";
font-size:14px;
margin-left:15px;
margin-right:25px;
color:#383838;
font-weight:bold;
}
.rightcontent h3
{
font-family:"Trebuchet MS";
font-size:28px;
margin-left:15px;
color:#776559;
margin-bottom:10px;
padding:0px;

}
.footer
{
	width:100%;
	height:20px;
	color:#FAF9F8;
	background-color: #605349;
	background-repeat: no-repeat;
	background-position: left top;
	clear:both;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.footer p
{
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:bold;
	background-color: #605349;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}