html {
margin: 0 auto;
background-color: #5F5F5F;
}

body {
max-width: 1280px;
background-color: black;
margin: 0 auto;
background-image: url(../img/background2.jpg);
background-repeat: no-repeat;
background-position: 50% 0;
/*font-size: 1.1em;*/
font-size: 0.9em;
color: #663333;
word-spacing: normal;
letter-spacing: 1;
line-height: 1.3em;
font-family: Tahoma, Arial, Helvetica, sans-serif;
border: 1px solid #663333;
border-width: 0 1px 1px 1px;

}

#container {
width: 768px;
min-height: 500px;
background-color: #F6E5B1;
margin: 0 auto;
background-image: url(../img/shell.jpg);
background-repeat: no-repeat;
border: 1px solid #663333;
border-width: 0 1px;

}

#content {
min-height: 300px;
/*_height:100%;*/
}

#content img {
zoom: 1;
}
#header {
height: 150px;
}

#contact {
text-align:right;
padding: 2px 10px;
font-size: small;
}


#left {
float: left;
width: 250px;
text-align:center;
}

#right {
padding-left: 250px;
padding-right:25px;
}

#right img {
display: block;
margin: 0 auto 15px auto;
_zoom: 99%;
}

#right h2+img {
margin-top: 2px;
}

#footer {
background-color: #db9a02;
}

#footer p {
text-align:center;
}

table {
margin-bottom: 15px;
}


#cnav {
list-style-type: none; 
width:200px;
border:1px solid #663333;
border-width: 1px 1px 0 1px;
margin: 30px auto;
text-align: left;
font-size: 1em;
}

#cnav ul {
padding:0; 
margin:0; 
list-style-type: none; 
width:200px;
border-top:1px solid #663333;
}

#cnav li {
position:relative;
*float: left;
}


#cnav li:hover {
display:block;
}

#cnav a, #cnav a:visited {
display:block; 
width:195px; 
color:#663333;
text-decoration:none; 
/*text-indent:5px; */
background:#edca76;
border:1px solid #663333; 
border-width:0 1px 1px 0;
padding: 0 0 0 5px;
}
#cnav li:hover > a {
background:#db9a02;
color:white;
}

#cnav a.on, #cnav a.on:hover {
background:#663333;
color:white;
cursor:default;
}

#cnav li ul {
display: none;
} 
#cnav li:hover > ul {
display:block; 
position:absolute; 
top:0; 
left:201px;
}

h1, h2, h3, h4 {
font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
text-align: center;
color: #6F0000;
font-size: 1.2em;
}

#content p, h1 {
margin: 5px 0;
}

p+h2 {
padding-top: 5px;
border-top: 1px dashed #666666;
}

h3 {
font-size: 0.82em;
color: #666666;
margin: 0;
}


#header h1 {
float: left;
width: 316px;
height: 150px;
display: block;
padding: 0;
margin: 0;
text-indent: -9000px;
}

#header h1 a {
display: block;
height:150px;
}

#header p {
float: left;
text-indent: -9000px;
}

#footer p {
padding: 5px 0;
}

.sp { 
display: block;
margin-bottom: 10px;
}

form {
background: url(../img/shadow.png);
_background:url(../img/form-grad.jpg) repeat repeat-x;
color: white;
/*_background-color: #db9a02;*/
/*_background-color:#CCCCCC;*/
*zoom: 1;
padding: 1px; /*for ie8*/
_padding: 0;
}

form h2 {
margin: 10px 0;
}

form+form {
margin-bottom: 10px;
border-top: 1px solid #db9a02;
}

td {
text-align: center;
}