@charset "utf-8";


body {
	background-image:url(images/bg_overalls.png);
	background-repeat:repeat-x;
	background-color:#dadada;
	margin:0px;
	padding:0px;
	font-size:62.5%;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:0px;
}

.bg_header {
	background-image:url(images/bg_header.png);
	background-position:top center;
	background-repeat:repeat-x;
}

#site_wrapper {
	width:780px;
	margin:0px auto;
}

#content_area{
	margin:0px auto;
	font-size:1.1em;
	padding-top:15px;
	padding-bottom:15px;
}

#footer {
	background-image:url(images/bg_footer.png);
	background-repeat:repeat;
	background-position:top center;
	height:84px;
	padding-top:12px;
	color:#252525;
}

#footer_links {
	height:16px;
	text-align:right;
	padding-right:0px;
	color:#252525;
}

#footer_links ul, #footer_links li{
	display:inline;
	padding:0px;
	margin:0px;
}

#footer_text {
	font-size:1.1em;
	color:#252525;
	
}

/*Typography*/
h1 {
	font-size:1.4em;
	color:#ffffff;
}
h2 {
	font-size:ffffff;
	color:#ffffff;
}

/*misc*/
.main_col {
	border-right:2px #7c7c7c solid;
	padding-left:90px;
	padding-right:20px;
	width:400px;
}
.left_col {
	width:270px;
	text-align: center;
	padding: 50px 10px 0px 10px;
}
.quotes {
	font-size:1.0em;
	color:black;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}
.quoteswriter {
	font-size:1.0em;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
}
.bg_mic {
	background-image:url(images/port-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}

#contact_form {
	color:black;
}

.nav1 a:link {
color:#252525; text-decoration:none;

} 

.nav1 a:visited { 
color:#252525; text-decoration:none;

}

.nav1 a:hover { 
	color:#252525; text-decoration:underline;

} 