/* CSS Document */

body {
padding:0;
margin:0;
font:12px Verdana, Arial, Helvetica, sans-serif;
color:#450000;
background:#f8f6d7;
}

a {
color:#003300;
text-decoration:underline;
}

a:hover {
color:#003300;
text-decoration:none;
}

form {
padding:0;
margin:0;
}

img {
border:none;
}

h1, h2, h3, h4, h5, h6 {
padding:0;
margin:0 0 10px 0;
font-weight:normal;
}

h1 {
font-size:22px;
}

h2 {
font-size:20px;
}

h3 {
font-size:18px;
}

h4 {
font-size:16px;
}

#container {
margin:0 auto;
width:999px;
}

.header-left {
background:url(../images/header-left.jpg) no-repeat top right;
width:279px;
height:189px;
padding: 0px;
margin: 0px;
}

.header-center {
background:url(../images/header-center.jpg) no-repeat top;
width:441px;
height:189px;
padding: 0px;
margin: 0px;
}

.header-right {
background:url(../images/header-right.jpg) no-repeat top left;
width:279px;
height:189px;
padding: 0px;
margin: 0px;
}

.left-block {
background:url(../images/left-block-bg.jpg) no-repeat top;
vertical-align:top;
height:auto;
}

#left-block-title {
background:url(../images/left-block-title.png) no-repeat top;
height:40px;
padding:10px 0 0 0;
text-transform:uppercase;
font-size:14px;
font-weight:bold;
text-align:center;
}

#menu-title {
height:40px;
padding:84px 0 0 0;
text-transform:uppercase;
font-size:13px;
font-weight:bold;
text-align:center;
}

#menu-block {
padding:10px 10px 10px 40px;
margin-bottom:10px;
text-transform:uppercase;
}

#menu-block a {
text-decoration:none;
color:#003300;
font-weight:bold;
}

#menu-block a:hover {
text-decoration:underline;
color:#003300;
font-weight:bold;
}

.menu-item {
	text-align: justify;
	padding: 6px 0 6px 0;
	border-bottom: 1px dotted #999966;
}

.center-block {
vertical-align:top;
height:500px;
width: 441px; /* cha */
}

#site-title {
background:url(../images/site-title-bg.jpg) no-repeat top;
height:40px;
text-transform:uppercase;
width: 441px;
display:block;
font-size:14px;
font-weight:bold;
text-align:center;
padding: 10px 0 0 0;
}

#site-info {
padding:10px;
margin-bottom:10px;
}

.right-block {
background:url(../images/right-block-bg.jpg) no-repeat top;
vertical-align:top;
height:auto;
width: 282px;
}

#right-block-title {
background:url(../images/right-block-title.png) no-repeat top;
height:40px;
padding:10px 0 0 0;
text-transform:uppercase;
font-size:14px;
font-weight:bold;
text-align:center;
}

#block-content {
padding:10px;
margin-bottom:10px;
}

#mini-menu {
height:159px;
}

#footer {
height:33px;
padding:26px 0 0 0;
text-align:center;
background:url(../images/footer-bg.png) no-repeat;
}

#vote-title {
font-weight:bold;
font-size:14px;
text-align:center;
margin-bottom:10px;
}

.button {
cursor:pointer;
border:1px solid #990033;
font-size:11px;
background:#f8f6d7;
}

#news-item {
margin-bottom:10px;
}

#news-title {
	background: url(../images/news-title-bg.png) no-repeat;
	height: 40px;
	padding: 2px 7px 0px 7px;
	text-transform: capitalize;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.news-content {
padding:10px;
}

#news-menu {
font-size:11px;
border-top:1px dotted #999966;
text-align:right;
padding:5px 10px 5px 10px;
margin-top:5px;
}

#navigation {
padding:5px;
text-align:center;
font-size:10px;
}

#navigation span {
border:1px solid #999966;
padding:2px 4px 2px 4px;
text-decoration:none;
text-align:center;
}

#navigation a {
border:1px solid #999966;
padding:2px 4px 2px 4px;
text-decoration:none;
text-align:center;
}

#navigation a:hover {
border:1px solid #999966;
background:#8bbb33;
color:#f8f6d7;
text-decoration:none;
text-align:center;
}

.f_input {
border:1px solid #999966;
background:#f8f6d7;
height:16px;
width:160px;
}

.a_field {
border:1px solid #999966;
background:#f8f6d7;
height:16px;
width:160px;
}

.f_textarea {
border:1px solid #999966;
background:#f8f6d7;
height:160px;
width:398px;
}