/* @override http://www.comtessetherese.com/styles/stylesTEST.css */

@charset "UTF-8";
body {
	background: #CCCC99;
	margin: 10px;
	padding: 10px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
ul, ol, dl, td, p{ 
	padding: 0;
	margin: 0;
}
ul {margin-left:30px}
td {
	vertical-align:top;
	text-align:left;
	padding: 0;
}
p {
	margin:5px 0;
	font-size: 12px;
	line-height: 14px;
	text-indent: 0;
}
/*h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px; 
}*/
h1 {font-size:1.6em; color:#900; font-style:italic}
h2 {font-size:1.4em; color:#900}
h3 {font-size:1.3em; color:#000}
h4 {font-size:1.2em; color:#000}
h5 {font-size:1.1em; color:#000}
h6 {font-size:1em; color:#000}
a img { 
	border: none;
}

a:link {
	color: #633;
	text-decoration: underline;
}
a:visited {
	color: #633;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

#container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; 
}
#nav {
	width:100%;
}
#header {
	background: #ADB96E url(../images/layout/footer-bg.jpg) repeat-y top right ;
	height:32px;
}
#header #signup{
	float:right;
	padding-top:2px;
	color: white;
	font-weight: bold;
	margin-right: 5px;
}
#header #signup span {
	background-color: #5D251E;
	padding: 2px 5px;
}
#header #signup input.email-field {
	/*height:10px;*/
	font-size: 10px;
	width: 120px;
	color: black;
	font-weight: bold;
}
#header #signup input.signup-submit {
	padding: 0; margin: 0;
	position: relative;
	top: 5px;
}
#content {

	padding: 0px 0;
}
.leftContent {
	width:195px;
}
.rightContent img{
	text-align:center;
}
.centerContent {
	/*.width:570px;*/

	
}
.rightContent {
	width:200px;
}
#footer {
	padding: 0px 0;
	background: #CCCC99;
}
#footContent {
	text-align:center;
	font-size:12px;
	color: black;
	background: #CCCC99;
	margin-top: 0!important;
	padding-top:10px;
}

/*.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}*/

