body {
	font-family: 'american typewriter','courier new'; 
	font-size: 16px;  
	line-height: 17px; 
	background-image: url('../images/content-bkg.png');
	background-repeat:no-repeat;
	background-position: top right; 
	}
	
a:link    {color: #000; text-decoration: underline}
a:visited {color: #000; text-decoration: underline}
a:hover   {color: #999; text-decoration: underline}
	
ul{
	list-style-type: none;
	}
	
#title{
  	position: relative;
	margin:0 auto;
	width: 765px;
	text-align:center;
	background-color: #fff;
  	filter:alpha(opacity=95);
  	opacity:0.95;
	border-top: gray 1px solid;
	border-bottom: gray 1px solid;
	}
	
#title h1 a{
	margin-bottom: 40px;
	}

#title ul{
	margin: 20px 0 10px 0;
	}

#title li{
	display: inline;
	width:
	}
#title li a{
	padding: 0 10px;
	}

#wrapper{
	margin:0 auto;
	margin-top:30px;
	margin-bottom:10px;
	width:850px;
  	position: relative;
	}
	
#home{
	width:100%;
	height:100%;
	vertical-align:center;
	}
	
#nav-column {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
	}
	
#nav-column img{
  	padding: 0 27px;
	}
	
#nav {
	float: left;
	margin: 10px 0 0 0;
	width: 150px;
	float: left;
  	text-align: center;
	background-color: #fff;
  	filter:alpha(opacity=95);
  	opacity:0.95;
	}
#nav ul{
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	}
#nav li{
	margin: 10px 0;
	padding: 0;
	}
#nav img{
	margin: 0;
	padding: 0 11px;
	}


#content-column{
	float: right;
	padding: 0px;
	margin: 0px;
  	width: 680px;
	background-color: #fff;
  	filter:alpha(opacity=95);
  	opacity:0.95;
	}

#header {
	padding: 0px;
	margin: 0px;
  	height: 91px;
	margin-bottom: 8px;
  	border-top: 1px solid gray;
  	border-right: 1px solid gray;
  	border-left: 1px solid white;
  	}
	
h1, h2, h3, h4{
	font-weight: normal;
	}
	
h1{
	padding: 45px 18px 0px 22px;
	margin: 0px;
	font-size: 45px;
	}
	
h2{
	padding: 5px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	font-size: 35px;
	}
	
p{
	margin: 10px 0px 0px 0px;
	}
	
	
h3{
	padding: 18px 0px 0px 0px;
	margin: 0px;
	font-size: 20px;
	}

	

#content {
	padding: 0px 25px 10px 25px;
	margin: 0px;
	height: auto !important;
	height: 250px;
	min-height: 250px;
	background-color: #fff;
	}
	
.list-left{
	margin: 0 20px 5px 0;
	float:left;
	}

.list-inline{
	margin-top: 10px;
	}

.list-inline li{
	display: inline;
	}
	
#content img{
	border: solid 1px gray;
	margin: 5px;
	}

#content img.profile{
	float: left;
	border: none;
	margin-right: 15px;
	}
	

#footer {
	clear:both;
	text-align: center;
	padding: 10px 25px;
	margin: 0px;
	background-color: #fff;
  	border-right: 1px solid gray;
  	border-left: 1px solid gray;
  	border-bottom: 1px solid gray;
	}



	
	