/* Basics CSS*/

html {overflow: scroll;}

body {
 margin: 0px;
 color: #fff;
 background:#000;
 padding:0;
 font: 0.8em/1.2 Arial, Helvetica, sans-serif;
 }

a:link, a:visited, a:active {
color: #FFFFFF;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #99CC99;
}

h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
}

#outer {
	width: 791px;
	margin: 0 auto;
	border: 1px solid #000000;
 }

#hdr {
 padding-top: 180px;
 background: #fff 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:right;
	width:250px;
	margin-top: -20px;
}

#cont {
	width:751px;
	padding: 20px;
	background: url(../images/index02.jpg) no-repeat center center;
 }
/* #cont a:link, #cont a:visited, #cont a:active {
	color: #000000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	background: #336699;
	padding: 10px;
	border: 1px solid #CCCCCC;
	width: 200px;
	display: block;
}
#cont a:hover {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	background: #339999;
	padding: 10px;
	border: 1px solid #999999;
} */
#cont h2 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 100px;
}

#ftr {
	clear: both;
	color: #fff;
	background:#000;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #000;
	margin: 1em 0 0;
	height: 40px;
	padding-top: 5px;
 }
#ftr a:link, #ftr a:visited, #ftr a:active {
color: #fff;
text-decoration: none;
}
#ftr a:hover {
text-decoration: none;
color: #FFFFCC;
}

.imgLeft
{
	float:left;
	margin: 0 50px 5px 0;
	border: 1px solid #666666;
}

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