body
{
	font: 14px/1.5em 'trebuchet ms', arial, helvetica, sans-serif;
	background: #361D03 url(images/bgPage.gif) top center no-repeat;
	color: #333333;
	text-align: center;
	padding: 0;
	margin: 0;
}

 div#container
{
	margin: 0px auto;
	width: 950px;
	text-align: left;
}
#banner
{
 	background-color: #361D03;
}
#leftBlock
{
 	vertical-align: top;
 	background: #C1C18D url(images/bgLeft.jpg) top left no-repeat;
	width: 206px;
	text-align: left;
}

#leftBlock a:link 
{ 
	color: #512C05;
	text-decoration: none; 
}
#leftBlock a:visited 
{ 
	color: #512C05; 
	text-decoration: none;	
}
		
#leftBlock a:hover, a:active
{
	color: #CE4806;
	text-decoration: underline;
}
#leftBlock p
{
	font-family: verdana, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
	margin: 0px;
	padding-left: 10px;
	padding-right: 5px;
}
#leftBlock h2
{
	font-family: 'Georgia', serif;
	font-size: 1.7em;
	color: #666633;
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 5px;
}
#leftBlock h3
{
	font-family: arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #666633;
	margin: 0px;
	padding-left: 10px;
	padding-right: 5px;
}
#homeQuote 
{
	font-family: 'Georgia', serif;
	font-size: 1.6em;
	color: #ffffff;
	font-weight: normal;
	line-height: 1.2em;
	margin-top: 0px;
}
#rightBlock
{
 	vertical-align: top;
 	background-color: #732A05; 
 	width: 206px;
}
#rightBlock img
{
	margin-bottom: 3px;
}
#rightBlock a:link 
{ 
	color: #CE4806;
	text-decoration: none; 
}
#rightBlock a:visited 
{ 
	color: #CE4806; 
	text-decoration: none;	
}
		
#rightBlock a:hover, a:active
{
	color: #ff3300;
	text-decoration: underline;
}

#mainContentBlock
{
	padding: 0px 20px 20px 20px;
	background-color: #C1C18C;
	width: 500px;
}
#mainContentBlock a:link 
{ 
	color: #993333;
	text-decoration: none; 
}
#mainContentBlock a:visited 
{ 
	color: #512C05; 
	text-decoration: none;	
}
		
#mainContentBlock a:hover, a:active
{
	color: #D45225;
	text-decoration: underline;
}
#mainContentBlock h2
{
	font-family: 'Georgia', serif;
	font-size: 2.2em;
	color: #666633;
	margin: 15px 0px 10px -10px;
	font-weight: normal;
}
#mainContentBlock h3
{
	font-family: 'Georgia', serif;
	font-size: 1.5em;
	color: #666633;
	margin: 15px 0px 0px 0px;
	font-weight: normal;
}
#mainContentBlock p
{
	margin-top: 0px;

}
#blogList
{
	margin-bottom: 50px;
}

#blogList td
{
	font-size: .8em;
	font-family: verdana, sans-serif;
	line-height: 1.2em;
	padding-left: 10px;
	padding-right: 5px;	
}
.blogDate
{
	color: #666633;
	margin: 12px 0 0 0;
}
#footer
{
	background: #AAAA6F url(images/bgFooter.jpg) top left repeat-x; 
	text-align: center; 
	font-family: Georgia, serif; 
	color: white;
	padding: 5px;
}
#footer a:link 
{ 
	color: #002C45;
	text-decoration: none; 
}
#footer a:visited 
{ 
	color: #002C45; 
	text-decoration: none;	
}
#footer a:hover, a:active
{
	color: #ff3300;
	text-decoration: underline;
}
#copyright
{
	text-align: center; 
	color: #B7B77C; 
	font-family: 'trebuchet ms',verdana, sans-serif; 
	font-size: .9em;
	margin-bottom: 20px;
}
#navcontainer ul
{
list-style-type: none;
text-align: left;
padding: 20px 0px 20px 10px;
margin: 0px;
}

#navcontainer ul li a
{
padding-left: 5px;
padding-bottom: 5px;
text-align: left;
font: bold 18px "trebuchet ms", "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
}
#navcontainer ul li a:link
{
	color: #333333;
	text-decoration: none;
}
#navcontainer ul li a:visited
{
	color: #333333;
	text-decoration: none;
}
#navcontainer ul li a:hover, a:active
{
color: #CE4806;
text-decoration: none;
}

#workList
{
margin-top: 20px;
margin-left: 20px;
padding-left: 0;
list-style: none;
}

#workList li
{
padding-left: 15px;
padding-bottom: 10px;
background-image: url(images/bullet.png);
background-repeat: no-repeat;
background-position: 0 .5em;
}
#subWorkList
{
margin-left: 20px;
padding-left: 0;
list-style: none;
}

#subWorkList li
{
padding-left: 10px;
padding-bottom: 10px;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}


