/*
      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 Aoide
	  
*/


*{
padding: 0;
margin: 0;
}

body {
margin: 0 auto;
padding:0 0 0 0;
font-family: verdana, arial, helvetica, sans-serif;
font-weight: normal;
font-size:11px;
color:#000000;
background:#e1c9a3 url('backtile.jpg');
text-align:center;
}

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

#wrapper { 
 margin: 0 auto;
 width: 750px;
}

#header {
 width: 750px;
 color: #333;
 padding: 10px;
 height: 150px;
 margin: 10px 0px 0px 0px;
 background: url(tabletile.jpg);
border-top:4px double #62261c;
border-left:4px double #62261c;
border-right:4px double #62261c;

}

#headerimg{
width:750px;
height:150px;
margin:0 auto;
padding:0 0;
background:url('title.jpg') no-repeat bottom center;
text-align:center;
}

#navigation {
 width: 750px;
 color: #373f4b;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: url(navtile.jpg);
border-left:4px double #62261c;
border-right:4px double #62261c;
}

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

#navigation a:hover{
color:#de7440;
font-weight:bold;
cursor : crosshair;
border-bottom: 1px #de7440 dashed;
outline:none;
}

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

#navigation li {
display: inline;
padding: 1px 4px;
}

#content { 
 width: 750px;
 color: #333;
 background: url(tabletile.jpg);
 margin: 0px 0px 0px 0px;
 padding: 10px;
border-left:4px double #62261c;
border-right:4px double #62261c;
text-align:left;
}

#container {
margin: 0 auto;
width: 680px;
padding-top: 20px;
padding-left: 5px;
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: #622a1d;
cursor : crosshair;
text-decoration:none;
outline:none;
}

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

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

.imagedropshadow {
	padding: 5px;
	border: solid 0px #d4d8dc;
}
a:hover img.imagedropshadow {
	border: dashed 1px #b43f1e;
	-moz-box-shadow: 1px 1px 5px #aa766a;
	-webkit-box-shadow: 1px 1px 5px #aa766a;
        box-shadow: 1px 1px 5px #aa766a;
}

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

h1{
font-size:1.4em;
color:#62261c;
font-style:italic;
}

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: 750px;
 color: #62261c;
 background: url(navtile.jpg);
 margin: 0px 0px 10px 0px;
 padding: 10px;
border-bottom:4px double #62261c;
border-left:4px double #62261c;
border-right:4px double #62261c;
}

#footer a, a:link{
font-weight:normal;
 color: #62261c;
cursor : crosshair;
text-decoration:none;
outline:none;
}

#footer a:hover{
color:#de7440;
font-weight:normal;
cursor : crosshair;
border-bottom: 1px #de7440 dashed;
outline:none;
}

#footer a:active{
font-weight:normal;
 color: #62261c;
cursor : crosshair;
text-decoration: none;
outline:none;
}