/*
      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 Heaven Sent
	  
*/

*{
padding: 0;
margin: 0;
}

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

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

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

#header{
width:100%;
height:300px;
margin:0 auto;
padding:0 auto;
background:#f6d7bb;
}

#headerimg{
width:902px;
height:300px;
margin:0 auto;
padding:0px 0px 0px 0px;
background:url('top.png') no-repeat top center;
text-align:center;
}

#navigation {
 width: 100%;
font-size:14px;
font-weight:bold;
 color: #fadbbf;
 padding: 10px;
border-top: 2px solid #f6d7bb;
 border-bottom: 2px solid #6c2c09;
 margin: 0px 0px 0px 0px;
 background: url(navtile.jpg);
}

#navigation a, a:link{
font-weight:bold;
 color: #fadbbf;
cursor : crosshair;
text-shadow:2px 2px 2px #210d04;
outline:none;
}

#navigation a:hover{
color:#210d04;
font-weight:bold;
cursor : crosshair;
text-shadow:2px 2px 2px #fbeadb;
outline:none;
}

#navigation a:active{
font-weight:bold;
 color: #fadbbf;
cursor : crosshair;
text-shadow:2px 2px 2px #210d04;
outline:none;
}

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

#content { 
 width: 100%x;
 color: #000000;
 background: url('tabletile.jpg');
 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: #703513;
cursor : crosshair;
text-shadow:none;
outline:none;
}

#container a:hover {
font-weight:bold;
color: #996132;
cursor : crosshair;
border-bottom: 1px dashed #996132;
text-decoration: underline;
outline:none;
}

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

a img {
border: none;
}

h1, h2, h3, h4, h5, h6{
margin:4px 0;
padding:0;
color: #753512;
text-align:left;
font-family:Courier New, monospace;
font-style:normal;
}

h1{
font-size:1.4em;
color:#753512;
font-style:normal;
}

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

hr {
  border: none;
  border-top: 2px dashed #87332c;
  text-align:center;
  height: 1px;
  width: 90%;
}


#footer { 
  width: 100%;
font-weight:bold;
font-size:11px;
 color: #fadbbf;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: url(xx.jpg);
border-top: 2px solid #6c2c09;
}

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

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

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