html { 
	height: 100%; 
	overflow: hidden;
}
#noF{
	height: 100%; 
}

body {
	margin: 0; 
	padding: 0; 
	font-size: 10px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	height: 100%;
}


h1{
	margin: 0 auto 0 auto; 
	padding: 0; 
	width:910px;
}
h1 a{
	background: url(../img/logo.jpg) top left no-repeat; 
	width: 103px; 
	height: 37px; 
    margin: 0px; 
	padding: 0px; 
	text-indent: -9988px;
	display:block;
}


#innerwrapper{
	background:none;
	padding:50px 0 0 0; 
	margin:0;
	border-bottom: none; 
	border:15px solid #000;
	overflow:none;
	min-width:920px;
}


#about_picture { 
	background: url(../img/home_picture_1.jpg) center left no-repeat; 
	height: 200px; 
	width: 910px; 
    margin: 20px auto 0 auto; 
}


p#content_about  { 
	line-height: 18px;
	margin: 15px auto 0 auto; 
	text-align: left;
 	width:910px;
}

#footer{ 
	font-size: 9px; 
	color: #666666; 
	margin:30px auto 30px auto;	
	padding:0;
	width:910px;
	display:block;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
