@charset "utf-8";
/* CSS Document */
html{
	height: 100.1%;
}
a{
	color:#000000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
body{
	background: url(../images/layout_header_x.jpg) repeat-x top #dbd8cf;
	font-size: 14px;
	height: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
hr{
	border: none;
	border-top: solid 1px #E5E5E5;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#wrapper{
	background: url(../images/layout_body_y.jpg) repeat-y center #dbd8cf;
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -45px;		/* the bottom margin is the negative value of the footer's height (including padding + margins) */
}
div#header{
	background: url(../images/header_image.jpg) no-repeat top center;
	min-height: 290px;
	height: 290px;
	padding-left: 18px;
}
div#content{
	padding: 0px 20px 0px 20px;
}
div#content ul#left{
	width: 165px;
	float: left;
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom: 12px;
}
div#content ul#left li{
	padding-left: 10px;
	padding-bottom: 5px;
}
div#content div#main{
	width: 344px;
	float: left;
	
	padding: 0px 12px 0px 12px;
	
	margin-bottom: 12px;
}
div#content div#right{
	width: 190px;
	float: right;
	
	padding-right: 10px;
	
	margin-bottom: 12px;
}
h1{
	background-color: #000000;
	color: #FFFFFF;
	padding-left: 5px;
	margin-bottom: 10px;
}
p{
	margin-bottom: 10px;
}
img.bioImage{
	float: left;
	margin-right: 10px;
}
img.cover{
	margin-left: 18px;
}
form#contact input, form#contact textarea{
	display: block;
	width: 340px;
	margin-bottom: 6px;
}
form#contact label{
	font-weight: bold;
}
form#contact button{
	float: right;
}
div#footer{
	padding: 5px;
	padding-left: 12px;
	width: 723px;
	margin: auto;
	background-color: #000000;
	
	font-size: 12px;
	color: #FFFFFF;
	height: 15px;
	
	border-bottom: 	solid 10px #FFFFFF;
	border-top: 	solid 10px #FFFFFF;

	clear: both;
}
select{
	width: 190px;
}
div.push										/* FOR FOOTER */
{
	clear: both;
	height: 45px;
}
strong{
	font-weight: bold;
}