body {
	margin:0;
	padding:0 0 11px;
	color:#141617;
	background:#eee2b4 url(images/main-bg.gif) 0 0 repeat-x;
	font:11px/16px Verdana, Arial, Helvetica, sans-serif;
}
p, ul, img, a, h1, h2, h3, form, select, input {
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	outline:none;
}
img {
	border:none;
	display:block;
}
ul {
	list-style:none;
}
input {
	font:11px/13px Arial, Helvetica, sans-serif;
}

/*---------------- CONTAINER --------------*/

.container {
	margin-left:20px;
}

/*-------------- HEADER -------------*/

.header h1 {
	font:26px/30px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
}

/*--------------- TOP MENU -----------------*/

.topMenu {
	font:bold 15px/34px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
}
.topMenu a {
	color:#fff;
	background-color:inherit;
}
.topMenu a:hover,
.topMenu span {
	color:#eee2b4;
	background-color:inherit;
}

/*------------ LEFT PANEL ---------------*/

.leftPanel h2 {
	font-size:24px;
	height:28px;
	color:#800101;
	background-color:inherit;
	font-weight:normal;
}
.leftPanel a.readmore {
	color:#a30327;
	background-color:inherit;
	font-size:9px;
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
}
.leftPanel a.readmore:hover {
	text-decoration:none;
} 

/*-------- EVERYTHING ----------*/

.everything {
	border:#a98f7e 6px solid;
	background:#fff;
	color:#694926;
	font-size:14px;
	line-height:24px;
	font-weight:bold;
}
.everything p ,
.everything h2  {
	padding-left:24px;
}
.everything h2 {
	padding-top:8px;
}

/*--------- QUOT NAME -------*/

.quotname {
	font-size:10px;
	font-weight:bold;
	font-style:italic;
}

/*----------- STEVEN ---------*/

.steven {
	border:#842601 7px solid;
	background-color:#cc3900;
	color:#ffe8e8;
	line-height:15px;
}
.steven h2 {
	font:18px/22px Arial, Helvetica, sans-serif;
}
.steven td {
	padding:0 21px;
}
.steven td td {
	padding:0;
}
.steven a.readmore {
	color:#fff;
	background-color:inherit;
	font-size:9px;
	font-weight:bold;
	font-style:italic;
}
.steven a.readmore:hover {
	color:#e99f83;
	background-color:inherit;
} 

/*------------ NEWSLETTER -------------*/

.newsletter {
	background:#89bfe9;
	border:#5496c9 7px solid;
	color:#0f558b;
	font:12px/16px Arial, Helvetica, sans-serif;
}
.newsletter td {
	padding:0 28px 0 19px;
}
.newsletter table td {
	padding:0;
}
.newsletter h2 {
	color:#084d82;
	background-color:inherit;
	font-weight:normal;
	font-size:24px;
	line-height:28px;
}
.newsletter td.fieldContainer {
	height:48px;
}
.newsletter input {
	width:225px;
	height:23px;
	font-size:15px;
	line-height:17px;
	font-weight:bold;
	padding:7px 0 0 10px;
}
.newsletter input.btn {
	width:117px;
	height:45px;
	padding:0;
}

/*------------------ FOOTER -----------------*/

.footer {
	background:#cc0000;
	color:#ffc9c9;
	font-size:10px;
	line-height:16px;
}
.footer td.menu {
	font-size:12px;
	font-weight:bold;
}
.footer td.menu a {
	color:#fff;
	background-color:inherit;
}
.footer td.menu a:hover {
	color:#ffc9c9;
	background-color:inherit;
	text-decoration:none;
}
.footer a {
	color:#ffc9c9;
	background-color:inherit;
}
.footer a:hover {
	text-decoration:underline;
}

