@charset "utf-8";
/* Main Styles for AsaOlsen.com */

* {
	/* This resets all paddings and margins 
	to zero for all html elements 
	so we can reset them to be 
	consistent for all browsers */
	margin:0;
	padding:0;
	}
body {
	background:#EEE0B7;
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px; 
	color: #504430; 
	}
a:link, a:visited, a:hover {
	text-decoration: none;
	color:#660000;
	}
a:hover {
	text-decoration:underline;
	}
#logo {
	position:relative;
	background:#B41C1B url(../images/bannerbuttons-bg.jpg) repeat-x top left;
	height:80px;
	}
#nav {
	position:relative;
	background:#E9D795 url(../images/bannerbuttons-bg-white.jpg) repeat-x top left;
	height:28px;
	}
#nav ul {
	list-style-type:none;
	}
#nav ul li {
	display: block;
	float:left;
	}
#nav ul li a {
	display:block;
	float:left;
	margin-top:4px;
	}
#nav ul li a img {
	border:0;
	}
#main {
	position:relative;
	background:#fff url(../images/bg-columns.jpg) repeat-x top left;
	min-height:400px;
	}
#phead {
	text-align:center;
	}
.phead {
	text-align:center;
	}
#content {
	position:relative;
	padding:20px 0;
	width:700px;
	margin:auto;
	line-height:20px;
	}
#content p, #content ul, #content ol, #content blockquote, #content h1, #content h2, #content h3, #content table {
	margin-bottom:15px;
	}
.dataTB {
	width:300px;
	margin-bottom:25px;
	}
#dataTB td {
	padding:4px;
	}
.splash {
	float:right; 
	margin-left:10px; 
	margin-bottom:5px;
	border:1px solid #fff;
	}
#footer {
	position:relative;
	background-color:#EEE0B7;
	padding:8px 0;
	text-align:center;
	font-size:11px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #6F5E42; 
	}
#footer a {
	color:#6F5E42;
	}
.form {
	width:330px;
	font-weight:bold;
	background:#fff;
	float:left;
	font-size:11px;
	}
.form input, .form textarea {
	width:95%;
	}
.form input.check {
	width:auto;
	}
.form p {
	background-color:#FAF4E4;
	margin:0;
	margin:3px;
	padding:5px;
	}