body {
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	color: #125812;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}

a , a:visited, p {
	color: #125812;
}

a:hover {
	color: #fdab00;
}

h2 {
	font-size:18px;
	font-weight:bold;
}



#wrapper {
	padding:0px;
	margin:0;
	width:100%;
}

#header {
	padding:0px;
	margin:0;
	width:100%;
	height:100px;
	background-image:url(../images/spacerGreen2x2.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	vertical-align:bottom;
	border: 0;
}

#menuBar {
	margin:0;
	padding:0;
	width:100%;
	height:24px;
	background-color:#bdd799;
	border-bottom: 2px solid  #fdab00;
	border-top: 2px solid  #fdab00;
	text-align:center;
	font-size: 18px;
	font-family: "Lithos Pro Regular";
	font-style: normal;
}

#menuPic {
	border: 1px solid #fdab00;
	height: 22px;
	float:left;
	padding:0;
	margin:0;
	
}
#menuItem {
	border: 1px solid #125812;
	height: 22px;
	float:left;
	margin:0;
	padding:0;
	padding-left:6px;
	padding-right:6px;
	vertical-align: middle;
}

#menuItem a , #menuItem a:visited{
	text-decoration:none;
	color: #125812;
}

#menuItem a:hover {
	color: #fdab00;
	text-decoration:none;
}

#menuItemSelected {
	border: 1px solid #125812;
	height: 22px;
	float:left;
	margin:0;
	padding:0;
	padding-left:6px;
	padding-right:6px;
	vertical-align: middle;
	color: #fdab00;
	text-decoration:none;
}

#mainText {
	padding:30px;
	margin:0;
}

#portfolio {
	border: 1px solid #125812;
	height:116px;
	width:800px;
	padding:10px;
	margin:0;
}

#pLeft {
	border: 1px solid #125812;
	float:left;
	height:112px;
	width:200px;
}

#pRight {
	float:right;
	height:112px;
	width:550px;
}

* html {
background:url('images/cornerPic.jpg') fixed;
background-repeat: repeat;
background-position: right bottom;
}

#corner {
	background-image:url(../images/spacerGreen2x2.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	vertical-align:bottom;
	width:100%;
	position:fixed;
	_position:absolute;
	bottom:0px;
	right:0px;
	_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
	_left:expression(document.body.scrollLeft + document.body.clientWidth - offsetWidth);
}

