/***
  *
  * Primary Green: 6D7721;
  *
  ***/

html
{
	height:101%;
}

body
{
	background-color: #000000;
	font-family: arial, verdana;
	font-size:12px;
	color: #777777;
	margin: 0;
	padding: 0;
	text-align:center;
}

h2
{
	color:#6D7721;
	font-size:25px;
	font-weight:bold;
}

h3
{
	color:#6D7721;
	font-size:12px;
	font-weight:bold;
	margin-bottom: 6px;
	text-decoration:none;
}

h3 a
{
	color:#6D7721;
	font-size:12px;
	font-weight:bold;
	margin-bottom: 6px;
	text-decoration:none;
}

a
{
	color:#6D7721;
	text-decoration:none;
	font-size:12px;
}

#centerContent
{
	background-color:#0D0D0D;
	background-image: url('../_img/background.gif');
	background-repeat: repeat-x;
}

#side_content
{
	font-size:22px;
	font-weight:bold;
	color:#CFCFCF;
	position:absolute;
	right:20px;
	top:70px;
	width:190px;
	text-align: left;
}

#top_container
{
	width:760px;
	border:0;
	vertical-align:top;
	margin: 0 auto;
}

#header
{
	border:0;
	height:170px;
	width:760px;
	background-image: url('../_img/top.gif');
}



#menu
{
	position:absolute;
	right:0px;
	top:0px;
	text-align:right;
	vertical-align:top;
	padding:0;
	margin:0;
}

#menu ul{
	padding:0;
	margin:0;
}

#menu ul li
{
	padding:0;
	display: block;
	float:left;
	height:23px;
	width: 88px;
	margin-right:1px;
}

#menu ul li a 
{
	background-image: url('../_img/tabs.gif');
	height:23px;
	width: 88px;
	display:block;
	margin: -1px;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	color:#BBBBBB;
}

#menu ul li a:hover
{
	background-position: bottom;
	color:#FFF;
}

#main_area
{
	margin: 0 auto;
	margin-top: 1px;
	padding-top:30px;
	background-image: url('../_img/content_back.gif');
	background-repeat: no-repeat;
	position:relative;
	width: 760px;
	text-align:left;
}

#content
{
	padding-left:60px;
	width:455px;
	text-align:justify;
	padding-bottom:20px;
}


#copyright_table
{
	width:100%;
	border-collapse:collapse;
	height:41px;
}

#footer_strip
{
	border-top:2px solid #6D7721;
	width:100%;
	text-align:center;
	background-color:#000000;
}

#copyright_strip
{
	text-align:center;
	background-color: #0D0D0D;
	background-image: url('../_img/copy_top.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

#copyright_content
{
	width:720px;
	padding-bottom:10px;
	text-align:right;
	color:#333;
	margin: 0 auto;
}

#footer
{
	margin:0 auto;
	text-align:left;
	background-color:#000;
	width:760px;
	background-image: url('../_img/footer.gif');
	background-position: top;
	background-repeat: no-repeat;
	height:126px;
}

#footer_content
{
	font-size:11px;
	color:#666;
	font-weight:bold;
	margin-left:52px;
	margin-right: 5px;
	margin-top:0px;
}

#footer_content td
{
	width:33%;
	padding:5px;
}

#portfolioTable
{
	padding:0;
	margin-top:10px;
	margin-left:45px;
}

#portfolioTable td
{
	padding-right:20px;
	margin:0;
}

#contactTable
{
	margin-top:-8px;
	font-size:12px;
}

/* MOOTOOLS ACCORDIAN */
#accordion {
	margin:20px 0px;
}

h3.toggler {
	cursor: pointer;
	border: 1px solid #2F2F2F;
	font-family: arial, verdana;
	font-size: 12px;
	background: #4A4A4A;
	color: #FFF;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

blockquote {
	padding:5px 20px;
}

#btm_container
{
	width:100%;
	text-align:center;
}