/************************/
/*	Globals				*/
/************************/
html {font-size:62.5%;}
/*div {border:1px solid #000;}*/
body, html {
	font-family:Arial, Helvetica, sans-serif;
	width:99%;
	height:90%;
 	/*background:#413014;*/
	background:#82983D;
	color:#FFFFFF;
	overflow-x: hidden;
}
p{margin:0px 0px 5px 0px; padding:0px;}

/************************/
/*	Layout				*/
/************************/

#wrapper1 {
	width:1px;
	height:1px;
	position:absolute;
	top:10px;
	left:50%;
}

#wrapper2{
	width:750px;
	height:auto;
	position:relative;
	left:-375px;
	top:0px;
}

#header {
	width:750px;
	height:65px;
	background:url(images/top.gif) top left no-repeat;
	overflow:hidden;
	padding:0px;
	margin:0px;
}

#logo {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
}
#logo a img {border:none;}
#menu {
	width:730px;
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 0px;
	font-size:1.5em;
	font-weight:bold;
}
#menu ul {	
	margin:0px 0px 0px 0px;
	padding:32px 0px 0px 0px;
	list-style-type:none;
}
#menu ul li {
	float:left;
	margin:0px 15px 0px 15px;
}
#menu ul li a{
	background-color:transparent;
	color:#000000;
	text-decoration:none;
	margin:0px;
	padding:0px;
}

#breadcrumb {
	padding:5px 0px 0px 5px;
	margin:0px;
}

#content_wrapper {
	background:url(images/content_bg.gif) top left repeat-y #FFFFFF;
	color:#000000;
	padding:2px;
	width:705px;
	padding:0px 20px 0px 25px;
	margin:0px 0px 0px 0px;
	text-align:justify;
	font-size:1.2em;
}

#prop {
	float:right;
	width:1px;
	height:29px;
}

#foundation {
	clear:both;
	height:1px;
	overflow:hidden;
}

#footer {
	width:750px;
	height:1px;
	background:url(images/bottom.gif) top left no-repeat;
	text-align:center;
	padding:20px 0px 0px 0px;
	color:#FFFFFF;
}
#footer a {color:#FFCC00; text-decoration:none;}

#folio_frame {
	overflow:auto;
	overflow-x: hidden;
	padding:0px 10px 0px 0px;
	margin:0px -10px 0px 0px;
	width:705px;
	height:345px;
}
.portfolio_item {
	clear:both;
	font-size:1.2em;
	height:220px;
}
.portfolio_item img {
	border:1px solid #000000;
	float:left;
	margin:0px 10px 0px 0px;
}
.portfolio_item a {
	color:#666666;
	font-size:1.2em;
	margin:0px 0px 0px 0px;
}
#home_table{
	padding:0px 20px 0px 0px;
	width:425px;
}
