body
{
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #000;
	font-size: 85%;
	font-family: arial;
}

img
{
	border: 0;
}

#headercont
{
	width: 100%;
	height: 125px;
	background: #FFF url('../images/background-headercont.png') repeat-x;
}

#header
{
	margin: 0 auto;
	width: 850px;
	height: 125px;
	background: #FFF url('../images/background-header.png');
}

#headerleft
{
	float: left;
	width: 350px;
	height: 125px;
}

#headerright
{
	float: left;
	width: 500px;
	height: 125px;
	background: #FFF url('../images/background-headerright.png');
}

#menucont
{
	width: 100%;
	height: 41px;
	margin: 5px 0 0 0;
}

#menu
{
	margin: 0 auto;
	width: 850px;
	height: 41px;
	background: #CBD5AC url('../images/background-menu.png') repeat-x;
}

#menu ul
{
	float: right;
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-weight: bold;
	list-style-type: none;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	float: left;
	padding: 13px 25px;
	color: #FFF;
	text-decoration: none;
	border-left: 1px solid #FFF;
}

#menu ul li a:hover
{
	background: #64703B url('../images/background-menu-hover.png') repeat-x;
	color: #FFF;
}

#graphiccont
{
	width: 100%;
	height: 125px;
	margin: 5px 0;
}

#graphic
{
	margin: 0 auto;
	width: 850px;
	height: 125px;
}

#graphicleft
{
	float: left;
	width: 500px;
	height: 125px;
}

#graphicright
{
	float: left;
	width: 345px;
	height: 125px;
	background: #333;
	margin: 0 0 0 5px;
}

#maincont
{
	width: 100%;
}

#main
{
	margin: 0 auto;
	width: 850px;
	line-height: 160%;
	font-size: 90%;
	color: #3E471B;
}

#mainfull
{
	margin: 0 auto;
	width: 850px;
	line-height: 160%;
	color: #3E471B;
	padding: 10px 0 0 0;
}

#mainfull a
{
	text-decoration: none;
	color: #7A8B34;
	font-weight: bold;
}

#mainfull a:hover
{
	color: #333;
}

#mainfull table.portfolio
{
	width: 850px;
	margin: 0 0 15px 0;
}

#mainfull table.portfolio td
{
	width: 170px;
	text-align: center;
	font-weight: bold;
}

#mainfull table.contact
{
	width: 850px;
	margin: 0 0 15px 0;
}

#mainfull table.contact td
{
	width: 425px;
}

#mainfull table.contact td img
{
	border: 1px solid #64703B;
}

#mainleft
{
	float: left;
	width: 535px;
	padding: 10px 15px 0 0;
}

#mainleft p, #mainright p, #mainfull p
{
	margin: 0 0 15px 0;
	padding: 0;
}

#mainleft h1, #mainright h1, #mainfull h1
{
	margin: 0 0 7px 0;
	padding: 0 0 8px 0;
	font-size: 180%;
	color: #7A8B34;
	font-weight: normal;
	letter-spacing: -1px;
	border-bottom: 1px solid #D0DCA3;
}

#mainright
{
	float: left;
	width: 285px;
	padding: 10px 0 0 15px;
}

#mainright table#thumbs
{
	width: 285px;
	height: 140px;
}

#mainright table#thumbs td
{
	width: 90px;
	height: 70px;
	padding: 2px 1px;
}

#footercont
{
	clear: both;
	width: 100%;
	font-size: 80%;
	border-top: 1px solid #7A8B34;
	color: #7A8B34;
	background: #C0D082;
}

#footer
{
	margin: 0 auto;
	width: 850px;
}

#footercont p
{
	margin: 0;
	padding: 0;
}

#footercont a, a:hover
{
	color: #7A8B34;
	text-decoration: none;
}

#footercontleft
{
	float: left;
	width: 425px;
	padding: 15px 0;
}

#footercontright
{
	float: right;
	width: 425px;
	padding: 15px 0;
	text-align: right;
}

.bottom
{
	clear: both;
}