/* CSS Document */

	/* lay-out */

body {
	background: #e9e8e5 url(/images/interface.jpg) no-repeat scroll center 40px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 75%;
	padding: 0px;
}

#wrapperfull {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	width: 960px;
	text-align: center;
}

#promo {
	height: 150px;
	width: 150px;
	position: relative;
	left: 800px;
	top: 5px;
}

#navcontainer {
	height: 26px;
	width: 920px;
	margin-top: 10px;
	text-align: right;
}

#flash {
	height: 207px;
	width: 948px;
	background: url(/images/bg_flash.png) no-repeat scroll center bottom;
	padding: 6px;
	margin-top: 1px;	
}

#content_container {
	width: 960px;
	margin-top: 10px;
	height: 400px;
}

#bg_left {
	background: url(/images/bg_cont_left.png) no-repeat scroll center top;
	width: 610px;
	margin-left: 22px;
	padding-top: 18px;
	padding-bottom: 25px;
	float: left;
}

#content_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #6b6557;
	text-align: left;
	height: 355px;
	width: 569px;
	overflow: auto;
	padding-right: 20px;
	padding-left: 20px;
}

#bg_right {
	background: url(/images/bg_cont_right.png) no-repeat scroll center bottom;
	width: 290px;
	margin-right: 22px;
	padding-top: 18px;
	padding-bottom: 25px;
	float: right;
}

#content_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff2ff;
	text-align: left;
	height: 357px;
	width: 248px;
	overflow: auto;
	padding-right: 20px;
	padding-left: 20px;
}

#copyright {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 960px;
	text-align: center;
	font-family: Tahoma;
	font-size: 0.8em;
	color: #6b6557;
	padding-top: 3px;
}

#footer {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 960px;
}

#hits {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	font-family: Tahoma;
	font-size: 0.8em;
	color: #6b6557;
	padding-top: 15px;
	padding-left: 20px;
	float: left;
}

#design {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: right;
	font-family: Tahoma;
	font-size: 0.8em;
	color: #6b6557;
	padding-top: 15px;
	padding-right: 20px;
	float: right;
}

.clear {
	clear: both;
}
	

	/* forms */

input, textarea{ 
    background-color: #ffffff; 
    border-style: solid; 
    border-width: 1px; 
    border-color: #669933; 
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px; 
    color: #000000; 
}

select{
	background-color: #669933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	border: 1px solid #000000;
}

.input_fout{
	border-style: solid;
	border-width: 1px;
	border-color: #ff0000;
}

.submit{
	color: #ffffff;
	background: #669933;
	border: 1px outset #000000;
}  


	/* text & headers */

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
	margin-top: 0px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	list-style-type: disc;
	display: list-item;
	list-style-position: inside;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
}


	/* links */

a.left:link, a.left:visited{
	color: #6b6557;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #6b6557;
}

a.left:hover, a.left:active{
	color: #6b6557;
	text-decoration: none;
		border: 0px;
}
	
a.right:link, a.right:visited{
	color: #fff2ff;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #fff2ff;
}

a.right:hover, a.right:active{
	color: #fff2ff;
	text-decoration: none;
	border: 0px;
}


a.footer:link, a.footer:visited{
	color: #6b6557;
	text-decoration: none;
}

a.footer:hover, a.footer:active{
	color: #6b6557;
	text-decoration: underline;
}

