body, html {
	width: 100%;
	height:100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #999;
}

a {
	outline: none;
	border-style: none;
}

#pageContainer {
		margin: 0px auto;
		text-align: left;
		width: 780px;
		height: 100%;
		background-color: #ffffff;
}

#header {
	padding: 20px 10px;
	background-color: #FFFFFF;
}

#logo {
	margin: 0px;
	padding: 0px;
}

#logo img {
	border-style: none;
}

#mainBody {
	width: 710px;
	padding: 20px 20px 10px 20px;
	margin: 0px auto;
	background-color: #ffffff;
	background: url(images/page_s.png);
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 200px;
}

#mainBody h1, .contentBox h1, .portfoItem h1 {
	font-family: "Trebuchet", "Trebuchet MS", Helvetica, Arial, sans-serif;;
	color: #00aeff;
	margin: 0px;
	padding: 0px;
	font-size: 25px;
	font-weight: normal;
	
}

#mainBody a:link, #mainBody a:visited, .portfoItem a:link, .portfoItem a:visited{
	color: #33CC00;
	text-decoration: none;
	font-weight: bold;
}

#mainBody a:hover, .portfoItem a:hover {
	color: #009900;
	text-decoration: none;
	font-weight: bold;
}

#footer a:link, #footer a:visited{
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #009900;
	text-decoration: none;
	font-weight: bold;
}

.contentBox {
	width: 710px;
	padding: 20px 20px 10px 20px;
	margin: 0px auto;
	background-color: #ffffff;
	background: url(images/page_s.png);
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 120px;
	position: relative;
}

.icon {
	float:left;
	margin-right:10px;
	height: 120px;
	width: 80px;
	vertical-align: middle;
	line-height: 120px;
}

.portfoItem {
	width: 710px;
	padding: 20px 20px 10px 20px;
	margin: 0px auto;
	background-color: #ffffff;
	background: url(images/page_s.png);
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 200px;
	text-align: justify;
}


.contentBox h2, .portfoItem h2 {
	font-family: "Trebuchet", "Trebuchet MS", Helvetica, Arial, sans-serif;;
	color: #33CC00;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	font-size: 16px;
	font-weight: normal;
	
}
.portfoItem .portfoImageCont {
	float: left;
	margin: 10px;
}

.portfoItem .portfoImageCont .portfoImage {
  position: relative;
  width: 200px;
  height: 150px;
}
.portfoItem .portfoImageCont span {
  background: url(images/portfo_grad.png) repeat-x;
  position: absolute;
  display: block;
  width: 200px;
  height: 150px;
}


 label {
 width: 10em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
	}
 input, select, textarea
{
font-family: Verdana, "sans serif";
font-size: 12px;
width: 550px;
}

.submit
{
margin-left: 10.5em;
width: auto;
}

#footer {
	position: relative;
	margin: 0px auto;
	bottom: 0px;
	padding: 12px;
	width: 600px;
	font-size: 10px;
	text-align: center;
	font-family: "Helvetica", Arial, sans-serif;
	color:#CCC;	
}