/*** Screen layout: ***/

body {
margin: 0 auto;
padding: 0;
font: 13px Verdana,Tahoma,Arial,sans-serif;
background: #f4f4f4 url(../images/bg.gif) top center repeat-y;
}

#wrap {
color: #ffffff;
margin: 0 auto;
width: 777px;
}

#header {
background: #ffffff;
clear: both;
margin: 0px;
padding: 0;
height: 90px;
}
#header img {
margin: 5px 0 0 0;
float: left;
display: inline;
}
#header p {
display: inline;
width: 400px;
float: right;
text-align: right;
color: #b9a64b;
margin: 3px 10px 10px 0;
font-size: 13px;
line-height: 1.2em;
}

#frontphoto {
margin: 0 0 0px 0;
border: 0;
}

#left_column {
clear: left;
float: left;
width: 150px;
margin: 1px 0 0px 0;
padding: 0;
font-size: 13px;
}
#left_column ul {	
list-style: none;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 13px;
}
#left_column li {
border-bottom: 1px solid #cdc282;
}
#left_column li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #ffffff;
display: block;
padding: 6px 0 0 10px;
background: #b9a64b;
}
#left_column li a:hover {
background: #5b5302;
color: #ffffff;
}
#left_column li #active {
background: #5b5302;
color: #ffffff;
}

.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
line-height: 1.3em;
}

#right_column {
float: right;
width: 150px;
margin: 0 10px 0px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}
#right_column p {
margin: 0 0 1.5em 0;
font-size: 12px;
text-align: center;
}

#content {
margin: 0 175px 20px 160px;
border-left: 1px solid #cdc282;
border-right: 1px solid #cdc282;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}
#content h2 {
font-size: 17px;
margin: 0 0 0.5em 0;
}
#content h1 {
font-size: 24px;
font-weight: bold;
margin: 0 0 0.5em 0;
line-height: 120%;
}
#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 3px solid #ffffff;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: underline;
color: #ffffff;
}
a:hover {
text-decoration: none;
color: #ffff66;
}
a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto 0 auto;
padding: 5px 0 5px 0;
background: #ffffff;
border-top: 1px solid #5b5302;
width: 777px;
text-align: center;
color: #5b5302;
font-size: 13px;
}
#footer a {
color: #B9A64B;
text-decoration: underline;
}
#footer a:hover {
text-decoration: none;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}