/* General Styles */
* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
	text-decoration: none;
}

.clear {
	clear: both;
}

/* Layout Styles */
body {
background-color: #575757;
text-align: center;
font: normal 11px/18px verdana, arial, tahoma, sans-serif;
color: #333;
padding-top: 20px;
padding-bottom: 10px;
}

#wrap {
background: #fff url("images/sidebar.gif") repeat-y;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
width: 770px;
voice-family: "\"}\"";
voice-family: inherit;
width: 750px;
}

#topimage {
width: 750px;
height: 122px;
background: #fff url("images/header3.gif") no-repeat;
}

#topimage h1, #topimage h2{
display: none;
}

#nav-container {
background-color: #A94424;
border-bottom: 1px solid #fff;
width: 750px;
padding-top: 3px;
height: 28px;
voice-family: "\"}\"";
voice-family: inherit;
height: 25px;
}

#nav {
list-style: none;
}

#nav li {
display: inline;
list-style: none;
}

#nav li a {
font-size: 16px;
font-weight: bold;
font-variant: small-caps;
color: #FFF;
border-right: 1px solid #fff;
text-decoration: none;
padding: 5px 15px;
}

#nav li a:hover {
background-color: #575757;
padding: 5px 15px;
}

#nav li a.current {
background-color: #575757;
}

#header {
width: 750px;
height: 280px;
background: #A94424 url("images/header..jpg") no-repeat;
background-position: top right;
border-bottom: 1px solid #fff;
}

#header2 {
width: 750px;
height: 100px;
background: #A94424 url("images/header..jpg") no-repeat;
background-position: top right;
border-bottom: 1px solid #fff;
}

#header h1, #header2 h1{
font-size: 24px;
line-height: 120%;
width: 420px;
text-align: center;
font-family: Trebuchet MS;
}

#header h2, #header2 h2{
font-size: 20px;
line-height: 110%;
width: 420px;
text-align: center;
font-family: Trebuchet MS;
}

#theme {
color: #fff;
padding: 30px 0 20px 0;
}

#slogan {
color: #000;
padding: 5px 0;
}

#place {
color: #000;
padding: 5px 0;
}

#current a {
background-image: url("images/_bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
width: 132px;
background-color: #ccc;
float: left;
position: relative;
border-top: 1px solid #fff;
font: normal 10px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;
}

#content {
float: right;
width: 585px;
margin: 10px 0 0 10px;

}

#footer {
text-align: center;
clear: both;
width: 750px;
padding-top: 20px;
}

/* Content Paragraph Styles */

#content h1 {
font-size: 24px;
line-height: 120%;
}

#content h2 {
margin-top: 20px;
line-height: 120%
font: bold 18px 'Trebuchet MS', Arial, Sans-serif;
text-transform: uppercase;
letter-spacing: 1px;

}

#content h3 {
font-size: 16px;
margin-top: 20px;
line-height: 120%
text-transform: uppercase;
}

#content p {
padding: 0.75em 0;
}

#content ul {
	padding: 0 1.5em;
}

#content li {
	margin: 0 1em;
	list-style: square;
}

.bold {
font-weight: bold;
}
