* { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	}

body {
	font: 11px/18px verdana, arial, sans-serif;
	background-color: #e6e6e6;
	color: #555555;
   }
  
a {
	color: #96a00b;
	text-decoration: none;
	}

/* ------------------------------------------------------------- */

#headerWrapper {
	background-color: #183448;
	}

#header {
	padding: 50px 0px 0px 0px;
	margin: 0px auto 0px auto;
	width: 760px;
	}

/* ------------------------------------------------------------- */

#contentWrapper {
	background: url(../images/bg-content.gif) repeat-x bottom left #183448;
	color: #dde1e4;
	height: 200px;
	}

#content {
	padding: 40px 0px 0px 0px;
	margin: 0px auto 0px auto;
	width: 760px;
	}

#content strong {
	color: #ffffff;
	}

.portContent {
	width: 495px;
	float: left;
	}

.portContact {
	width: 245px;
	float: left;
	}

.portContact div {
	padding-left: 35px;
	}

.portContent a, .portContact a {
	color: #b6c02d;
	text-decoration: none;
	}
	
/* Portfolio Styles ------------------------------------------------ */

#portfolioWrapper {
	padding: 60px 0px 40px 0px;
	background: url(../images/bg-portfolio.gif) repeat-x top left #e6e6e6;
	clear: both;
	}

#portfolio {
	margin: 0px auto 0px auto;
	width: 760px;
	}

*html hr { /* Styles for Explorer */
	margin: 0px 0px 20px 0px;
	height: 0px;
	border-bottom: 1px solid #cccccc;
	clear: both;
	}

hr {
	margin: 0px 0px 20px 0px;
	height: 1px;
	border: none;
	background-color: #cccccc;
	clear: both;
	}

.portItem {
	width: 260px;
	height: 245px;
	float: left;
	text-align: left;
	}

.portItemRight {
	width: 240px;
	height: 195px;
	float: left;
	text-align: left;
	}

.portItemRight p, .portItem p {
	margin-top: -15px;
	margin-right: 5px;
	display: block;
	}

.portImage {
	margin-bottom: 20px;
	width: 230px;
	height: 140px;
	border: 5px solid #ffffff;
	}

/* ------------------------------------------------------------- */

#contactWrapper {
	background: url(../images/bg-contact.gif) repeat-x bottom left #183448;
	height: 270px;
	color: #dde1e4;
	}

#contact {
	padding: 40px 0px 0px 0px;
	margin: 0px auto 0px auto;
	width: 760px;
	}

#contact h2 {
	margin-bottom: 20px;
	font-size: 11px;
	color: #acc25e;
	}

#content strong {
	color: #ffffff;
	}

.contactDetails {
	width: 245px;
	float: left;
	}

.contactMessage {
	width: 495px;
	float: left;
	}

.portContact div {
	padding-left: 35px;
	}

#contact input, #contact textarea {
	margin: 0px 0px 10px 0px;
	padding: 3px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #555555;
	border: 1px solid #e6e6e6;
	}

#contact #submitButton {
	padding: 3px 5px 3px 5px;
	color: #ffffff; 
	font-weight: bold; 
	border: 1px solid #96a00b; 
	background-color: #96a00b;
	}

/* ------------------------------------------------------------- */

#footerWrapper {
	height: 160px;
	background: url(../images/bg-footer.gif) repeat-x top left #e6e6e6;
	clear: both;
	color: #213039;
	}

#footer {
	margin: 0px auto 0px auto;
	padding-top: 65px;
	text-align: right;
	margin: 0px auto 0px auto;
	width: 760px;
	}

#footer a {
	color: #96a00b;
	text-decoration: none;
	}