body {
	background: #193441 url(../gfx/mainbg2.jpg) no-repeat center top;
	text-align: center;
	min-width: 957px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
}
#wrapper {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 957px;
}

/* header begins here */

#header {
	height:57px;
	width:957px;
	background-image:url(../gfx/header.jpg);
	float:left;
}

/* header begins here */

/* home content begins here */

#home_content {
	height:517px;
	width:957px;
	background-image: url(../gfx/mainbg.jpg);
	float:left;
}

/* home content ends here */

/* menu begins here */

#navcontainer {
	width:957px;
	height:43px;
	float:left;
}

#nav_left {
	width:9px;
	height:43px;
	float:left;
}

#navigation {
	background-image: url(../gfx/menubg.jpg);
	width:939px;
	height:43px;
	float:left;
	margin:0px;
	padding:0px;
}

#nav_right {
	width:9px;
	height:43px;
	float:left;
}

#navigation li {
	display:inline;
	margin:0px;
	padding:0px;
}
#navigation a:link,
#navigation a:visited {
	color:#88b69a;
	background: url(../gfx/menubg.jpg);
	padding:12px 20px 12px 20px;
	width:auto;
	border-right:1px solid #336666;
	text-decoration:none;
	font:bold 14px Trebuchet MS;
	text-transform:uppercase;
	text-shadow: 2px 2px 2px #555;
}

#navigation a:hover {
   color:#000;
   background:url(../gfx/menubg.jpg);
}
/* menu ends here */

/* content begins here */

#content {
	height:517px;
	width:957px;
	background-image: url(../gfx/contentbg.jpg);
	float:left;
}

/* content ends here */

/* about section */

#abouthdr {
	width: 950px;
}
#bio {
	width:649px;
	height: 125px;
	padding: 5px
}
#kit {
	width:600px;
	height:185px;
	padding:5px;
}

/* contact section */

#contacthdr {
	width: 950px;
}
#form {
	width:649px;
	height: 220px;
	padding: 5px;
	float:left;
}
#info {
	width:600px;
	height:125px;
	padding:5px;
	float:left;
}

/*  links, forms, etc.  */

a {
	color: #88b69a;
	text-decoration: none;
}
a:hover {
	color: #edffcb;
	text-decoration: underline;
}

a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(../gfx/icon_pdf.gif) no-repeat center right;
}
a[href $='.docx'] { 
   padding-right: 18px;
   background: transparent url(../gfx/icon_doc.gif) no-repeat center right;
}
a[href ^="mailto:"] {
   padding-right: 20px;
   background: transparent url(../gfx/icon_mailto.gif) no-repeat center right;
}
input:focus { 
	background-color: #EBEBEB;
	border: 2px solid #324D56;
}
textarea:focus { 
	background-color: #EBEBEB;
	border: 2px solid #324D56;
}
.input {
	border: 1px solid #00A4E3;
	font-family: sans-serif, Arial;
	color: #000000;
	background-color: #FFFFFF;
}

/* portfolio section */

#portfolio-menu {
	width:649px;
	height: 433px;
	padding: 5px;
	float:left;
}

#portfolio-menu a {
	color: #88b69a;
	text-decoration: none;
	font-size: 24px;
}

#portfolio-menu a:hover {
	color: #edffcb;
	text-decoration: underline;
}

#portfolio {
	width:649px;
	height: 433px;
	float:left;
	margin: 0px;
}

#portfolio a {
	color: #88b69a;
	text-decoration: none;
	font-size: 16px;
}

#portfolio a:hover {
	color: #edffcb;
	text-decoration: underline;
}
.style1 {
	font-size: 18px;
	font-weight: bold;
}