@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-family: "Times New Roman", Times, serif;
}

body{
	
	background-image: url(../images/gradient_bg.png);
	background-color:#F7F9E5;
	background-repeat:repeat-x;
}

#wrapper{
	margin:auto;
	width:808px;
	background-color: #493E1F;
	padding-bottom: 1px;
	padding-top:10px;

}

#branding{
	height:150px;
	background-image: url(../images/branding.jpg);
	background-repeat: no-repeat;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 6px;

}

#menu a{
	
	text-decoration:none;
	color:#E9EDBB;
	font-size:11pt;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	
}

#menu a:hover{

	color:#73C8C3;
}

#sidebar{
	float:right;
	width:160px;
	margin-right:20px;
	margin-top: 20px;
	text-align: center;
}

#sidebar p{
	text-align: left;
	font-size:14px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#sidebar img{

	border:0;
	margin-top:15px;
}

#pen{
	margin-left:89px;
}

#faux{

	background-image:url(../images/fauxbg2.gif);
	background-repeat:repeat-y;
	margin-top:4px;
	height:auto;
}

.book{
	margin-right:15px;
	float:left;
	border:0;
}

#pic{
	margin-left:15px;
	float:right;
	border:0;
}

#content{
	width:570px;
	margin-left: 25px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#content p{
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 22px;
}

#content h1{
	margin-top: 60px;
	font-style:italic;
	font-size:20px;
}

#content h2{
	margin-top: 20px;
	font-size:16px;
}

#content h3{
	margin-bottom: 20px;
	font-style:italic;
}

#content h4{
	margin-top: 25px;
	margin-bottom: 20px;
}

#content hr{
	border: none 0; 
	border-top: 1px dashed #000000;
	height: 1px;
	margin-bottom:15px;
}

#content span{
	color:#0099CC;
	font-size:18px;
	font-weight:bold;
}

#content ul{
	padding-left: 35px;
}

#footer{
	height:30px;
	background-color: #73C8C3;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 4px;
	font-size:14px;
	font-weight: bold;
	text-align: center;
}

#designby{
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
}

#designby a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration:none;
}

