html{ min-height: 100%; margin-bottom: 1px; }
body{
	
	color: #737373;
	margin:0;
}

p {
	padding-left:5px;
	padding-right:5px;
}

.center{
	text-align:center;
	font-size:120%;
}
.large{
	font-size:120%;
}
.right{
	text-align:right;
	color:red;
}

h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px; 
	font-weight:300;
	padding-left:5px;
	margin-top:5px;
}
h4{
	margin-bottom:40px;
}


#wrapper{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:50px;
	width: 760px;
	border:#963 1px solid;
}
#header{
	width: 760px;
}
#nav{
	background-color:#9c6;
	padding:5px 0 5px 0;
	text-align:center;
	color:#f5f5f5;
}
#container{
	
	background-color:#f5f5f5;
}

#content{
	padding:30px 20px 20px 20px;
	
	background-color:#e9fede;
}


#content img.logo{
	display:block;
	width:283px;
	margin:0 auto;
	
}
#contact{
	width:350px;
	display:block;
	margin:0 auto;
	
}

.clear{
	height:15px;
	clear:both;
}
.clear_spac{
	height:40px;
	clear:both;
}
.ital{
	font-style:italic;
}
#content a{
	color:#737373;
	text-decoration:none;
}

#content a:link{
	color:#737373;
	text-decoration:none;
}
#content a:visited{
	color:#737373;
	text-decoration:none;

}
#content a:hover{
	color:#737373;
	text-decoration:underline;
}
	

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	height:15px;
	color: #006;
	background-color:#9c6;
}
#foot_fl{
	width:300px;
	margin:0 auto;
}
#foot_links{
	padding:3px;
	background-color:#dbf0f9;
	margin-top:20px;
	border-bottom:#fff 1px solid;
	border-left:#006 1px solid;
	border-right:#006 1px solid;
	border-top:#006 1px solid;
}
#foot_attrib{
	padding:3px;
	background-color:#A5D2EF;
	height:12px;
	border-left:#006 1px solid;
	border-right:#006 1px solid;
	border-bottom:#006 1px solid;
}
#foot_attrib .rt{
	float:right;
}
#foot_attrib .lt{
	float:left;
}


