/* ---------------------------------------------------------------------------------------- */
/* CSS */
/* ---------------------------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background-color: #ebddbb;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: center !important;
	color: #000;
}

#outercontainer {
	width: 970px;
	margin: 0 auto;
	padding: 0;
	
}


/* ---------------------------------------------------------------------------------------- */
/* Header and Top Content */
/* ---------------------------------------------------------------------------------------- */

#header {
	position: relative;
	width: 970px;
	margin: 0 auto;
	padding: 0;
	background-color: #ebddbb;
	text-align: left;
	color: #fff;
}

#header img {
	display: block;
}

#topcontent {
	position: relative;
	width: 970px;
	margin: 0 auto;
	padding: 5px 0;
	background-color: #ebddbb;
	text-align: center;
	color: #fff; 
}


/* ---------------------------------------------------------------------------------------- */
/* Container */
/* ---------------------------------------------------------------------------------------- */

#container {
	width: 970px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	background: #fff url(/images/container-background.gif) repeat-y center top;
}

#content {
	float: left;
	width: 540px;
	margin: 0 10px;
	padding: 0;
	text-align: left;
}

#content h1 {
	margin: 0;
	padding: 8px 0 1px 0;
	color: #000;
	font-size: 14px;
}

#content h2 {
	margin: 25px 0 0 0;
	padding: 0 0 1px 0;
	color: #000;
	font-size: 13px;
}

#content h3 {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 12px;
}

#content img {
	margin: 5px;
}

.ad-fold {
	background-color:#f2e9d7;
	width: 468px;
	margin: 10px auto;
	padding: 0;
}

.ad-left {
	background-color:#f2e9d7;
	width: 200px;
	margin: 5px 10px;
	padding: 0;
	float: left;
	display: block;
}

.ad-right {
	background-color:#f2e9d7;
	width: 200px;
	margin: 5px 10px;
	padding: 0;
	float: right;
	display: block;
}



/* ---------------------------------------------------------------------------------------- */
/* Navigation */
/* ---------------------------------------------------------------------------------------- */

#navLeft {
	float: left;
	width: 210px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}

#navLeft ul {
	margin: 15px 0 0 5px;
	padding: 0;
	list-style-type: none;

}

#navLeft li {
	margin: 15px 0 0 0;
	padding: 0;
}



/* ---------------------------------------------------------------------------------------- */
/* Content Right */
/* ---------------------------------------------------------------------------------------- */

#contentRight {
	float: right;
	width: 200px;
	margin: 10px 0 10px 0;
	padding: 0;
	text-align: center !important;
	font-size: 11px;
}

#contentRight p {
	margin: 0;
	padding: 0;
}


/* ---------------------------------------------------------------------------------------- */
/* Footer */
/* ---------------------------------------------------------------------------------------- */

#footer {
	clear: both;
	width: 970px;
	margin: 0 auto;
	padding: 0;
	background-color: #ebddbb;
	text-align: center !important;
	color: #000;
	font-size: 11px;
}

#navBottom {
	margin: 0;
	padding: 1px;
	text-align: center;
}

#navBottom ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#navBottom li { 
	display: inline;
}

#copyright {
	margin: 5px 0 0 0;
	padding: 1px;
	text-align: center;
}



/* ---------------------------------------------------------------------------------------- */
/* Anchors */
/* ---------------------------------------------------------------------------------------- */
a {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	background-color: #b8be85;
	color: #000 !important;
}

a:visited {
	color: #0000FF;
}

#navBottom a,
#navBottom a:visited,
#copyright a,
#copyright a:visited {
	color: #000;
	text-decoration: none;
}

#navBottom a:hover,
#copyright a:hover {
	text-decoration: none;
	color: #fff !important;
	background-color: #000 !important;
}


#navLeft a {
	color: #000;
	text-decoration: none;
}

#navLeft a:hover {
	text-decoration: none;
	color: #fff !important;
	background-color: transparent !important;
}


/* ---------------------------------------------------------------------------------------- */
/* Paragraphs and Headings */
/* ---------------------------------------------------------------------------------------- */


#content p {
  	margin-bottom: 10px;
}


/* ---------------------------------------------------------------------------------------- */
/* Text */
/* ---------------------------------------------------------------------------------------- */

.whitetext {
	color: #fff !important;
}

.blacktext {
	 color: #000 !important;
}

.tantext {
	 color: #bbbcb2 !important;
}

.bluetext {
	 color: #586b8a !important;
}

.redtext {
	color: #ff0000 !important;
}

.text10 {
	font-size: 10px !important;
}

.text11 {
	font-size: 11px !important;
}

.text12 {
	font-size: 12px !important;
}

.justify {
	text-align: justify !important;
}


/* ---------------------------------------------------------------------------------------- */
/* Clears */
/* ---------------------------------------------------------------------------------------- */

br.clear-both, 
div.clear-both {
	clear: both;
	margin: 0;
	padding: 0;
}

br.clear-right, 
div.clear-right {
	clear: right;
	margin: 0;
	padding: 0;
}

