/* CSS Document */

.pagetitle 
{
	font-family: arial, helvetica, sans-serif;
	font-size:14px;
    font-weight: bold;
	color: #000000;
	letter-spacing:1px;	
	text-transform: uppercase;
	text-align:left;
	width:270px;
	margin-right:20px;
	margin-top:15px;
	margin-bottom:15px;
	height:62px;
	float:left;
}

#contact
{
	font:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#C93D30;
	font-weight:bold; 
	text-align:center;
	width:250px;
	background-color:#e5e5e5;
	padding:3px;
	margin:15px 0px 15px 0px;
	float:left;
	height:62px;
	clear:right;
}

.photo
{
	border: 1px solid #000000;
	
}

.brownText
{
	color: #493720;
	font-weight:bold;
}

a
{
   color: #493720;
   text-decoration: underline;
}

a:hover
{
   color:#663300;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color:#ededed;
	
}
	
#container
{
	width: 880px;
	background: url(images/page_bg.jpg) repeat-y 50% 0;
	margin: 5px auto 5px auto;
	padding: 0px;
}
	
#maincontent 
{
	float: right;
	width: 600px;
	background: url(images/content_bg.jpg) repeat-y 50% 0;
	text-align: left;
	margin: 0px 15px 0px 5px;
}

#contentmargins
{
	margin:0px 20px 0px 20px;
}
	
#menu 
{
	float: left;
	width: 230px;
	color: #493720;
	padding:0px 0px 8px 4px;
	margin:0px 0px 8px 5px;
	font-weight:bold;
}
	
.menuItem
{
   padding: 0px 0px 5px 0px; 
   margin: 8px 3px 8px 5px; 
   font-family: arial, helvetica, sans-serif;
   font-size: 12px;
   color: #493720; 
   text-align: left;
   font-weight: bold;   
   border-bottom:1px solid #d4d3d2;
}

.menuItem a
{   
   text-decoration: none;
   font-family: arial, helvetica, sans-serif;
   font-size: 12px;
   color: #493720;
   font-weight: bold;
}
.menuItem a:visited
{
   font-family: arial, helvetica, sans-serif; 	
   color: #493720;
   font-size: 12px; 
}


.menuItem a:hover
{
   font-family: arial, helvetica, sans-serif; 	
   color: #80715d;
   font-size: 12px; 
}

.menuItemOn
{   
   padding: 0px 0px 5px 0px; 
   margin: 8px 3px 8px 5px; 
   font-family: arial, helvetica, sans-serif;
   font-size: 12px;
   color: #80715d; 
   text-align: left;
   font-weight: bold;   
   border-bottom:1px solid #d4d3d2;
}

.menuItemOn a
{   
   text-decoration: none;
   font-family: arial, helvetica, sans-serif;
   font-size: 12px;
   color: #80715d;
   font-weight: bold;
}

.menuItemOn a:hover
{   
   text-decoration: none;
   font-family: arial, helvetica, sans-serif;
   font-size: 12px;
   color: #80715d;
   font-weight: bold;
}	
	
#footer 
{
	clear: both;
	width: 880px;
	background: #ffffff;
	font-family: arial, helvetica, sans-serif;
	color: #00204b;
	font: 11px;
	font-weight: bold;
	text-align:center
}

#footer a
{
	color: #00204b;
	font: 11px;
	font-weight: bold;
}
	
#addthis {background-image:url(/images/header.jpg); width:880px; height:159px}