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

body {
	background-color:#4e4e4e;
	margin: 0;
	padding: 0;
}

html {overflow-y: scroll;}

#shell{
	
	background-color:#4e4e4e;
}

#wrapper{
	position:relative;
	width:701px;
	margin-left:auto;
	margin-right:auto;
	background-color: #c8c8c8;
	border:1px;
	border-color: #000;
}

#header{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height: 101px;
	background-image:url(images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#nav{
	height: 25px;
	position: absolute;
	top: 60px;
	right: 0px;
	width: 500px;
}

#left_column{
	display:inline;
	float:left;
	top:0px;
	width:275px;
	padding:0px;
	padding-left:20px;
}

#right_column{
	display:inline;
	position:relative;
	width:395px;
	margin-right: 10px;
	float:right;
}

.list-left {
	float: left;
}

.list-right {
	float: right;
}

#one_column{
	display:inline;
	float:left;
	top:0px;
	width:660px;
	padding-left:20px;
	padding-bottom:10px;
	
}

#contact_info{
	margin-top: 4px;
	padding: 5px;
	border: 1px solid #991008;
	margin-right: 5px;
	width:200px;
	float:right;
	text-align: center;	
	line-height: 1.6em;
}

#contact_info .title h3 {
	margin-top: 11px;
}

.body_photo{
	float:right;
	clear:right;
	margin:3px;
	padding-right:20px;
	padding-bottom:5px;
	padding-left:10px;
}

.about_photo{
	float:right;
	clear:right;
	margin:3px;
	padding-right:20px;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;
}

#footer{
	background-color: #991008;
	height: 90px;
	clear:both;
	text-align:center;
	background-image:url(images/footer.gif);
	background-position: left;
	padding-top: 1px;
	padding-bottom: 6px;
}
