@charset "UTF-8";
@import "reset.css";
h2 {
	color: #BB0D00;
	font-size: 18px;
	margin-bottom: 10px;
}
h3 {
	font-size: 13px;
	line-height: 25px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}
#nav {
	height: 100px;
	margin-bottom: 20px;
	padding-left: 60px;
}
#nav_home {
	height: 100px;
	padding-left: 200px;
	padding-top: 110px;
}
#nav ul li   {
	list-style-type: none;
	float: left;
	padding-right: 30px;
	display: block;
}
#nav_home ul li  {
	list-style-type: none;
	float: left;
	padding-right: 30px;
	display: block;
}
#about {
	width: 750px;
	padding-left: 60px;
	padding-top: 45px;
	height: 250px;
}
#portfolio {
	width: 800px;
	padding-left: 60px;
	padding-top: 45px;
	height: 250px;
}
a {
	color: #BB0D00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#logo {
	width: 200px;
	height: 100px;
	padding-left: 50px;
	padding-top: 70px;
	display: block;
}
#logo a   {
	display: block;
	height: 100px;
	width: 200px;
	text-indent: -9999px;
}
#wrapper{display:table;overflow:hidden;margin:0px auto;}
#bodybg {
	background-image: url(../images/bodybg.png);
	height: 599px;
	width: 900px;
}
*:first-child+html #page {position:relative;}/*ie7*/
* html #wrapper{position:relative;}/*ie6*/

#content_container{display:table-cell;vertical-align: middle;}
*:first-child+html #content_container{position:absolute;top:50%;}/*ie7*/
* html #content_container{position:absolute;top:50%;}/*ie6*/

*:first-child+html #content{position:relative;top:-50%;}/*ie7*/
* html #content{position:relative;top:-50%;}/*ie6*/

html,body{height:100%;}
#wrapper{
	height:100%;
	width:900px;
}

