/* Basics CSS*/

body {
 margin: 3px 0;
 color: #333;
 background:#25383C;
 padding:0;
 font: 0.86em/1.5 Comic Sans MS, Helvetica, sans-serif;
 }

ul {
list-style-type: square;
}

a:link {
color: #646D7E;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #646D7E;
}
a:hover {
text-decoration: none;
color: blue;
}
a:active {
text-decoration: none;
color: blue;
}

h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.5em;
}

h3 {
 font-size: 1em;
}

#outer {
 width: 800px;
 margin: 0 auto;
 background: #fff url(bg.jpg) repeat-y;
 }

#hdr {
 padding-top: 137px;
 background: #fff url(headerlogo.jpg) no-repeat;
 }


#hdr h1 {
 color: #fff;
 background:#000000;
 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:160px;
 padding: 15px;
 text-align: left;
 padding-bottom: 30px;
}
#nav ul {
 margin: 0;
 padding: 30px 0 0 0;
 list-style: none;
}
#nav li {
	margin: 0;
}
#nav h2 {

}

#cont {
 float: left;
 width:550px;
 padding: 30px;
 }
#cont h2 {
 color: rgb(153, 102, 51);
}

#ftr {
 clear: both;
 color: #fff;
 background:#292F31;
 font-size: 0.8em;
 text-align: center;
 border-top: 1px solid #000;
 margin: 1em 0 0 0;
 }

#leftImg
{
float:left;
width: 125px;
height: 93px;
padding: 0 5px 5px 0;
}

#rightImg
{
float:right;
width: 125px;
height: 93px;
padding: 0 0 5px 5px;
}