body{
	margin: 0px;
	text-align: center;
	background: #c0c0c0;
	font-family: verdana,helvetica,arial,sans-serif;
}

#wrapper{
	width: 1010px;
	min-height: 800px;
	height: auto !important;
	height: 800px;
	text-align: left;
	margin: 0px auto;
	overflow-x: hidden;
}

#header{
	width: 100%;
	height: 278px;
	background: url('../img/logo.png');
	overflow: hidden;
	position: relative;
}

#complogo{
	position: absolute;
	top: 20px;
	left: 35px;

}

#complogo img{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#menu{
	width: 100%;
	height: 47px;
	position: absolute;
	bottom: 0px;
	left: 50px;
	margin: 0px;
	padding: 0px;
	background: url('../img/menu.png') no-repeat;
}

#menu li.menuitem{
	float: left;
	height: 47px;
	line-height: 47px;
	font-size: 16px;
	font-weight: bold;
	list-style: none;
	text-align: center;
}

#menu li.menuitem{
	width: 140px;
	height: 33px;
	margin: 8px 3px 0px 15px !important;
	margin: 8px 10px 0px 8px;

}

#menu li.menuitem a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

#menu #menuitem_home a{
	background: url('../img/button_home.jpg') no-repeat;
}

#menu #menuitem_aboutus a{
	background: url('../img/button_aboutus.jpg') no-repeat;
}

#menu #menuitem_portfolio a{
	background: url('../img/button_portfolio.jpg') no-repeat;
}

#menu #menuitem_contact a{
	background: url('../img/button_contact.jpg') no-repeat;
}

#menu #menuitem_home a:hover{
	background: url('../img/button_home_hover.jpg') no-repeat;
}

#menu #menuitem_aboutus a:hover{
	background: url('../img/button_about_hover.jpg') no-repeat;
}

#menu #menuitem_portfolio a:hover{
	background: url('../img/button_portfolio_hover.jpg') no-repeat;
}

#menu #menuitem_contact a:hover{
	background: url('../img/button_contact_hover.jpg') no-repeat;
}

#main{
	width: 100%;
	min-height: 522px;
	height: auto !important;
	height: 522px;
	background: url('../img/background.jpg') repeat-y;
	overflow-x: hidden;
}

#content{
	min-height: 488px;
	height: auto !important;
	height: 488px;
	padding: 10px 50px;
	color: #cccccc;
	font-size: 13px;	
}

#footer{
	width: 100%;
	min-height: 34px;
	height: auto !important;
	height: 34px;
	margin: 0px;
	padding: 0px 0px;
	text-align: center;
	color: #999999;
	font-weight: bold;
	font-size: 11px;
}

#footer span{
	margin: 0px 20px;
}

#footer span a {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}

#contactform{
	width: 400px;
	margin: 50px auto;
	float: right;
}

#contacttext{
	width: 400px;
	margin: 50px auto;
	float: left;
}

#contactform button{
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	background: url('../img/button_submit.gif') no-repeat;
	width: 111px !important;
	height: 31px !important;
}

#contactform table{
	width: 100%;
}

#contactform input, #contactform textarea, #contactform button{
	width: 100%;
}

#contactform textarea{
	height: 200px;
}

#sent{
	width: 100%;
	text-align: center;
}

#sent span{
	margin: 0px auto;
	font-size: 16px;
	font-weight: bold;
}

