body { margin: 0 auto; text-align: center; }

a { text-decoration: none; }

#wrapper { width: 796px; background: #bbdd90; margin: 15px; text-align: left; margin: 0 auto; margin-top: 15px; margin-bottom: 15px; }

#logo { 
	width: 720px; 
	height: 116px; 
	position: relative; 
	top: -8px; 
	left: 45px; 
	background: url('../images/logoheader.png'); 
	background-repeat: no-repeat;
}
#nav { float: right; }
.navlnk { margin-left: 5px; }

/* Outer Rounded corners */
img.corner { width: 14px; height: 14px; border: none; display: block !important; }
.roundtop { background: url('../images/corner_topbg.gif') repeat-x; } /* Top */
.roundbottom { background: url('../images/corner_bottombg.gif') repeat-x; } /* Bottom */
.roundtcr { background: url('../images/corner_tr.gif') no-repeat top right; } /* Right frame top */
.roundbcr { background: url('../images/corner_br.gif') no-repeat top right; } /* Right frame bottom */
.round_cont { border-left: 1px solid #acc666; border-right: 1px solid #acc666; padding: 0 14px 0 14px; height: 100%; } /* Content */

/* Inner Rounded corners */
.rounded {
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

#innercontent
{
	min-height: 434px;
    margin: 0 auto;
    padding: 15px;
    text-align: left;
    background-color: #ddeec8;
    background-attachment: scroll;
	background-position: bottom right;
    background-image: url('../images/contentbg.gif');
    background-repeat: no-repeat;
}

/*		   */
/* Content */
/*		   */
div.home_info {
	margin-left: 20px;
}
div.home_blurb {
	float: left;
	width: 368px;
	height: 219px;
	overflow: hidden;
	background-repeat: no-repeat;
}
div.home_contact {
	color: #f4edcc;
	float: right;
	width: 313px;
	height: 233px;
	opacity:0.8;filter:alpha(opacity=80);
	padding-top: 35px;
	overflow: hidden;
	background: url("../images/contactform.gif");
	background-repeat: no-repeat;
	position: relative;
	right: 20px;
}
.home_contact textarea { 
	color: #f4edcc;
	width: 290px;
	height: 90px;
	position: relative; 
	left: 10px;
	top: 18px;
	background: url('../images/contact_textarea.gif');
	background-repeat: no-repeat;
	border: none;
	outline: none;
}

.home_contact input[type=text] {
	color: #f4edcc;
	position: relative;
	left: 80px;
	width: 213px;
	height: 17px;
	background: url('../images/contact_input.png');
	background-repeat: no-repeat;
	border: none;
	outline: none;
}

.home_contact input[type=submit] {
	position: relative;
	left: 240px;
	top: -15px;
	background: url('../images/contact_submit.gif');
	background-repeat: no-repeat;
	width: 50px;
	height: 13px;
	border: none;
	outline: none;
}

#home_photostrip { 
	position: relative;
	top: -20px;
}

div.photostrip {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 695px;	
	height:198px;
	margin-top: 30px; 
	margin-left: 20px;
	opacity:0.7;filter:alpha(opacity=70); 
	background: url('../images/photostrip.gif');			
}


div.photostrip div.items {	
	/* this cannot be too large */
	width: 20000em;	
	position:absolute;
	clear:both;		
	
	/* decoration */
	margin-left:10px;
}

/* single photostrip item */
div.photostrip div.items div {
	float:left;
	
	/* custom decoration */
	margin-top: 2px;
	text-align:center;
	width:200px;
	height: 145px;
	padding: 25px 5px 5px 5px;
	font-size:38px;
	font-family: 'bitstream vera sans';
	margin-right: 20px;	
}

/* active item */
div.photostrip div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}


/*			*/
/* Photos	*/
/*			*/
div.photo_thumb {
	float: left;
	width: 115px;
	height: 115px;
	margin: 10px;
}

.portfolio_head { position: relative; top: 20px; margin-left: 20px; }