/*
Theme Name: SimpleCMS Theme
Theme URI: http://ryanhellyer.net/2008/02/23/aqua-vaccinium-wordpress-theme/
Description: SimpleCMS Theme is designed as a simple starting point for developing themes suitable for the SimpleCMS WordPress plugin
Version: 1.0
Author: Ryan Hellyer
Author URI: http://ryanhellyer.net/

	Copyright &copy; 2008 Ryan Hellyer

	This theme was designed and coded by Ryan Hellyer
	http://ryanhellyer.net/

	You are welcome to modify this theme for your own purposes and sell the modified version to clients,
	but this theme may not be provided for download anywhere other than by the author.

*/

/* HEADER AND BODY STYLING */
body {background-color:#ffffdc;margin:0;padding:0}
a { color: #993300; text-decoration: none; font-weight: bold; }

a:active		{ color: #993300; text-decoration: none; font-weight: bold; }
a:visited		{ color: #993300; text-decoration: none; font-weight: bold; }
a:hover			{ color: #993300; text-decoration: underline; font-weight: bold; }

div.contenttitle {
	width: 103%;
	background-color: #993300;
	color: #FFFFFF;
	font-family: Times New Roman, Times, _serif;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	padding-top: 12px;
	height: 42px;
	margin-top:0px;
	margin-left:-10px;
}
table.nav{
	background-color: #993300;
}

td.nav {
	width: 145px;
	margin: 0px;
	background-color: #993300;
	border: 1px solid #ffffff;
	height: 41px;
	text-align: center;
	color: #ffffff;
}

td.navactive {
	width: 145px;
	margin: 0px;
	background-color: #993300;
	border: 1px solid #ffffff;
	border-top: 4px solid #ffffff;
	border-bottom: 4px solid #ffffff;
	height: 41px;
	text-align: center;
	color: #ffffff;
}

a.nav {
	color: #ffffff;
	font-family: Times New Roman, Times, _serif;
	font-size: 11pt;
	text-decoration: none;
}

#wrap {
width:910px;
}

#menu{
float:left;
width:153px;
margin-left:30px;
margin-top:6px;
background-color:#993300;
}

#content {
margin-left:190px;
min-height:300px;
margin-top:6px;
max-width:670px;
text-align:left;
}
#right-border {
width:30px;
margin-top:6px;
margin-right:14px;
height:0px;
float:right;
background-color:#993300;
}

#footer-logos {
text-align:center;
margin-top:20px;
clear:both;
}

hr.footer1 {
	border: 0px;
	border-top: 2px solid #993300;
	width: 90%;
	height: 1px;
}

hr.footer2 {
	border: 0px;
	border-top: 1px solid #993300;
	width: 70%;
	height: 1px;
}


div.header {
	color: #993300;
        text-align:center;
	font-family: Times New Roman, Times, _serif;
	font-size: 8pt;
height:120px;
}
div.footer {
	color: #993300;
        text-align:center;
	font-family: Times New Roman, Times, _serif;
	font-size: 8pt;
}



div.footer a {
	color: #993300;
	font-family: Times New Roman, Times, _serif;
	font-size: 8pt;
	font-weight: bold;
}

hr {
	border: 0px;
	border-top: 1px solid #993300;
	height: 1px;
	width: 100%;
}


h4 {
	font-weight: bold;
	font-size: large;
}
.header iframe {
position:absolute;
left:580px;
top:40px;
}
