/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

*{
padding: 0;
margin: 0;
}

body {
max-width: 100% !important;
overflow-x: hidden !important;
margin: 0 auto;
padding:0 0 0 0;
font-family: verdana, arial, helvetica, sans-serif;
font-weight: normal;
font-size:11px;
color:#000000;
background:#edf0f7 url('bgd.jpg');
text-align:center;
}

p{
margin:0;
padding:8px 0;
line-height:1.3em;
}

#wrapper { 
 margin: 0 auto;
padding: 0;
 width: 100%;
}

#header{
width:100%;
height:278px;
margin:0 auto;
padding:0;
background:url('graytile.jpg');
}

#headerimg{
width:1027px;
height:278px;
margin:0 auto;
padding:0;
background:url('top.png') no-repeat bottom center;
}

#navigation {
 width: 100%;
font-size:14px;
font-weight:bold;
 color: #dfb57b;
 padding: 10px;
 border: 1px solid #385783;
 margin: 0px 0px 0px 0px;
 
}

#navigation a, a:link{
font-weight:bold;
color: #b8c0d3;
cursor : crosshair;
text-decoration:none;
outline:none;
}

#navigation a:hover{
color:#ffffff;
font-weight:bold;
cursor : crosshair;
text-decoration: underline;
outline:none;
}

#navigation a:active{
font-weight:bold;
color: #b8c0d3;
cursor : crosshair;
text-decoration: none;
outline:none;
}

#navigation li {
display: inline;
padding: 2px 8px;
}

#content { 
 width: 100%x;
 color: #eceff8;
 border: 1px solid #385783;
 background: #ffffff url('tabletile.jpg') repeat;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 100%;
}

#container {
margin: 0 auto;
width: 700px;
padding-top: 20px;
font-family: verdana, arial, helvetica, sans-serif;
font-weight: normal;
font-size:12px;
color: #000000;
text-align: left;
}

#container a, a:link{
font-weight:bold;
color: #1a2155;
cursor : crosshair;
text-decoration:none;
outline:none;
}

#container a:hover {
font-weight:bold;
color: #541a1c;
cursor : crosshair;
text-decoration:underline;
outline:none;
}

#container a:visited {
font-weight:bold;
color: #1a2155;
cursor : crosshair;
text-decoration:none;
outline:none;
}

#container a img{
border: 10px #c4c6d5 solid;
}

#container a:hover img {
border: 10px #8f93af double;
}

table, td, th
{
border-collapse:collapse;
border:0px solid black;
}
td
{
height:50px;
vertical-align:top;
padding:10px;
}

a img {
border: none;
}

h2, h3, h4, h5, h6{
margin:4px 0;
padding:0;
color: #212356;
text-align:left;
}

h1{
font-size:1.4em;
color:#7e0440;
font-style:italic;
font-weight:normal;
}

h2{font-size:1.2em;}
h3{font-size:1.1em;}
h4{font-size:1.0em;}
h5{font-size:1.0em;}
h6{font-size:0.9em;}


#footer { 
  width: 100%;
font-weight:bold;
font-size:11px;
 color: #b8c0d3;
 padding: 10px;
 border-top: 1px solid #385783;
 margin: 0px 0px 0px 0px;
}

#footer a, a:link{
font-weight:bold;
 color: #b8c0d3;
cursor : crosshair;
text-decoration:none;
outline:none;
}

#footer a:hover{
color:#ffffff;
font-weight:bold;
cursor : crosshair;
text-decoration: underline;
outline:none;
}

#footer a:active{
font-weight:bold;
 color: #b8c0d3;
cursor : crosshair;
text-decoration: none;
outline:none;
}