@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	height:100%
}
body {
	font-family: verdana, sans-serif;
	font-size: 80%;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#header {
	height: 273px;
	background-image: url(images/topping.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#clearheader{height:120px;}/*needed to make room for header*/

#content {
	position:relative;
	height:100%;
	min-height:100%;
	!important; height:100%
	margin-bottom:-80px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
* html #content {height:100%}
body>#content {height:auto}
html>body #content{height:auto}
div#footer {
	position:relative;
	height: 75px;
	clear: both;
	color: #FFFFFF;
	background-color: #17B5F2;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: center;
	padding-top: 25px;
}
#footer a {
	text-decoration: none;
	color: #00B3EE;
}
#clearfooter{clear:both;height:80px;}/*needed to make room for footer*/
#hidebordertop {
	position:absolute;
	bottom:-2px;
	left:150px;
	width:20px;
	height:15px;
	overflow:hidden;
	background-color: #FFFFFF;
}
#hideborderbottom {
	position:absolute;
	top:-3px;
	left:150px;
	width:40px;
	height:15px;
	background:#fff;
	overflow:hidden;
}
#inserttop {
	position:relative;
	height:12px;
	background-image: url(images/border.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#insertbottom {
	position:relative;
	clear:both;
	height:12px;
	background-color: #fff;
	background-image: url(images/border_bottom.jpg);
	background-repeat: repeat-x;
}

#menu {
	float:left;
	width: 150px;
	text-align:center;
	color: #000000;
	background-color: #00B3EE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 100%;
	background-image: url(images/border_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
	font-variant: small-caps;
}
#text_content {
	margin-left:170px;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	margin-top: 0px;
	padding-top: 5px;
	background-image: url(images/border_bottom.jpg);
	min-height: 188px;
	height: auto;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 14px;
	text-align: justify;
}
#portfolio {
	min-height: 215px;
	height: auto !important;
	height: 215px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #00B3EE;
	padding-top: 10px;
}

#portfolio_page {
	text-align: center;
	height: 30px;
}



* html #text_content {
	height:1%
}
#form {
	height: auto;
}
