/* Basics CSS*/

html {overflow: scroll;}

body {
 margin: 0px;
 color: #000000;
 background:#f3e401;
 padding:0;
 font: 0.86em/1.2 Arial, Helvetica, sans-serif;
 }

a:link, a:visited, a:active {
color: #775D42;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #fff;
}

h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
}

#outer {
	width: 791px;
	margin: 0 auto;
	background: #cb0000;
 }

#hdr {
 padding-top: 73px;
 background: #cb0000 url(../images/headerlogo.gif) no-repeat;
 }

#hdr h1 {
 color: #fff;
 background:#B7734B;
 font-size: 1.5em;
 font-weight: bold;
 text-align: center;
 text-transform: uppercase;
 margin: 0;
 padding: 1em;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#nav {
	float:left;
	width:215px;
	padding-top: 40px;
}


#cont {
	float: right;
	width:540px;
	padding: 10px;
	background: #FFFFFF;
	border-top: 5px solid #000000;
	border-right: 5px solid #000000;
	border-left: 5px solid #000000;
	margin-top: 30px;
 }
#cont a:link, #cont a:visited, #cont a:active {
color: #cb0000;
text-decoration: underline;
}
#cont a:hover {
text-decoration: none;
color: #000;
}
#cont h2 {
 color: #cb0000;
}
#cont_ftr {
	float: right;
	width:570px;
	background: #FFFFFF url(../images/textbox_footer.gif) no-repeat;
	height: 140px;
 }
#ftr {
	clear: both;
	color: #000;
	background:#f3e401;
	font-size: 0.8em;
	text-align: center;
	margin: 0;
	height: 40px;
	padding-top: 5px;
 }
#ftr a:link, #ftr a:visited, #ftr a:active {
color: #cb0000;
text-decoration: none;
}
#ftr a:hover {
text-decoration: none;
color: #000;
}

.imgLeft
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.imgRight
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.imgCenter
{ display: block;
  margin: 0 auto;
}
.imgCenterBorder
{
	display: block;
	margin: 0 auto;
	border: 1px solid #000000;
}
.imgLeftBorder
{ float: left; 
  margin: 0px 8px 0px 0px;
  border: 1px solid #000000;
}

.imgRightBorder
{ float: right; 
  margin: 0px 0px 0px 8px;
  border: 1px solid #000000;
}
.clear {
	clear: both;
}
