﻿/* CSS layout */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#masthead {
	width: 760px;
}

#wrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#top_nav {
}

#page_content {
	position: relative;
	width: 100%;
}

#footer {
}

p {
	color: black;
	font-size: 11px;
	margin-left: 330px;
	margin-right: 50px;
}

h1 {
	color: #838383;
	font-size: 18px;
	margin-left: 44px;
	margin-top: 16px;
}

h2 {
	color: black;
	font-size: 14px;
	margin-left: 330px;
}

li {
	margin-left: 330px;
	margin-right:50px;
	font-size: 11px;
	padding: 5px;
	list-style-type: square;
}

.footer {
	font-size: .6em;
	margin-left: 0px;
	color: #838383;
}

.top_nav {
	color: white;
	font-size: 11px;
}

.top_nav a:link {
	color: white;
	text-decoration: none;
}

.top_nav a:visited {
	color: white;
}

.top_nav a:hover {
	color: #90090d;
}

a {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
}

a:hover {
	color:#90090d;
	}
	
	

.body_nav {
	color: #838383;
	font-size: 9px;
	margin-left: 44px;
}
	
.body_nav a:link {
	color: #838383;
	text-decoration:underline;
}

.body_nav a:visited {
	color: #666666;
}

.body_nav a:hover {
	color: #90090d;
}

.form_text {
	font-size: 11px;
	color: black;
}

.four_text {
	color: black;
	font-size: 11px;
	font-weight: bold;
}

.four_text_detail {
	color: #838383;
	font-size: 11px;
}


.photo_four {
	margin-left: 28px;
}

.red_site {
	color: #90090d;
	font-size: 12px;
	font-weight: bold;
}

.tag_line {
	color: #838383;
	margin-left: 0px;
	font-size: 18px;
	font-weight: bold;
}

.tag_white {
	color: white;
	font-size: 10px;
	font-weight: bold;
}

.site_text {
	color: black;
	font-size: 11px;
	padding-top: 15px;
}

.screen_shot {
	margin-left: 44px;
	margin-bottom: 20px;
}
