body{
	font-family:Arial,Verdana,Helvitica,sans-serif;
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat;
	background-position: center;
}

p{
	font-size: 12px;
	color:#1d1e22;
	text-align:left;
	padding: 0;
	margin: 0 0 15px 0;
	line-height: 17px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #375318;
	margin: 0 0 5px 0;
}

h2	{
	font-size: 14px;
	font-weight:bold;
	color:#375318;
	margin-bottom: 5px;
}

h3	{
	font-size: 12px;
	font-weight:bold;
	color:#1d1e22;
	margin-bottom: 5px;
}

a	{
	color:#372c86;
}

ul   { 
	color:#1d1e22;
}

.return	{
	text-align:right;
}

/* navigation  */
	
#navbar {
	background-color: #375318;
	width: 750px;
	height: 29px;
}


/* Divs */

#wrapper {
	margin:10px auto 0px auto;
	text-align:left;
	width:750px;
}

#header{
	margin:0;
	padding:0;
}

#main {
	width:100%;
	margin:0;
	background-color: #fff;
	background-image: url(file:///dD/Users/drakerichard/Sites/FPN_CSS/resources/images/main_bkgd.jpg);
	background-repeat: no-repeat;
}
	
#left{
	width:auto;
	margin:0;
	padding:25px 30px 15px 25px;
}
	
#left li { 
	font-size: 12px;
	line-height: 18px;
}

#staff	{
	width: 110px;
	float: left;
	margin:5px 18px 5px 0;
	border: 1px solid #375318;
}

#visit	{
	float: right;
	margin:5px 0 5px 10px;
}

#case_Artvert	{
	float: left;
	margin:5px 18px 5px 0;
}

#case_Arthor	{
	text-align:center;
	float: left;
	margin:5px 18px 5px 0;
}
	
#right {
	height:auto;
	width:325px;
	float:right;
	margin:0 0 20px 20px;
	padding:0;
	}
	
#right_photo {
	text-align: center;
	width:275px;
	float:right;
	margin:27px 25px 5px 0;
	padding:0;
	border: 1px solid #375318;
	}
	
#right_case {
	height:auto;
	width:275px;
	float:right;
	margin:5px 25px 10px 0;
	padding:0;
	border: 1px solid #375318;
}

#right_case h1	{
	font-weight:bold;
	color:#FFF;
	font-size:11px;
	text-align:center;
	background-color: #375318;
	padding: 5px 0 5px 0;
}

#right_case p, #right_case h2	{
	padding: 0 10px 0 15px;
}

#right_case ul	{
	font-size:11px;
	margin-top: 10px;
	margin-bottom: 8px;
}

#right_case li	{
	margin-left: -7px;
	padding:0 6px 6px 0;
	line-height:15px;
}

#right_quote {
	height:auto;
	width:275px;
	float:right;
	margin:5px 25px 5px 0;
	padding:0;
	border: 1px solid #372c86;
	background-image: url(../images/quote_bkgd.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#right_quote h1	{
	font-weight:bold;
	color:#FFF;
	font-size:11px;
	text-align:center;
	background-color: #819bc2;
	padding: 5px 0 5px 0;
}

#right_quote p	{
	padding: 4px 10px 0 17px;
}

.quote	{
	color: #1d1e22;
	line-height: 20px;
	margin-top: 10px;
	font-style:italic;
}

.quoter	{
	font-weight:bold;
	font-size:11px;
	font-style:italic;
	margin-top:5px;
	line-height:normal;
	color: #1d1e22;
	margin-bottom: 12px;
}
	
#footer{
	clear:both;
	height:20px;
	background:#375318;
	margin:0;
	padding:5px;
	width: 740px;
	text-align: center;
	}
	
/* Classes */
	
.footer{
	font-size:11px;
	font-color:#fff;
	text-align: center;
	color: #f1f2e7;
	}

.footer a {
	color:#f1f2e7;
	text-decoration:none;
}

.footer a:hover	{
	text-decoration:underline;
}

br.clear	{
	clear:left;
}

/* place css fixes for all versions of IE in this conditional comment */
* html #left { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
