@charset "utf-8";
/* CSS Document */

body{
	background:#C6C6C6 url(images/bg.gif) fixed repeat-y 50% 0;
}

#header{
	width:800px;
	height:175px;
	background-color:#000;
	text-align:center;
}

#nav{
	clear:both;
}

#container{
	width:800px;
	height:695px;
	margin:auto auto;
	background-image:url(images/bg_content.gif);
	background-repeat:repeat;
}

#content{
	width:560px;
	height:500px;
	padding-left:15px;
	float:left;
	overflow:auto;
}

#contentphotos{
	width:560px;
	height:500px;
	padding-left:15px;
	float:left;
}

#right{
	width:200px;
	height:500px;
	padding:10px;
	overflow:auto;
	background-image:url(images/bg_right.gif);
	background-repeat:repeat;
	float:right;
}

#footer{
	margin:auto auto;
	width:800px;
	height:100px;
	text-align:center;
}

.form{
	text-align:right;
	float:left;
}

.form p{
text-align:left;
}

.form span{
color:#990000;
}

.img{
	float:left;
	width:150px;
	height:100%;
	text-align:center;
	margin-right:10px;
}

img {border:none} 

.bio{
	clear:both;
}

.bio img{
	margin-bottom:5px;
}

.bio hr{
	clear:both;
	margin-top:15px;
}

.right{
		width:525px;
}