body {
margin: 0;
padding: 0;
text-align: left;
font: 70% "Trebuchet MS", tahoma, verdana, arial, sans-serif;
line-height: 1.8em;
color: #333;
background: #2e2e2e;
}
#container {
width : 930px;
margin : 0 auto;
text-align : left;
}
					/*main content*/
#content_left {
width: 68%;
float: left;
margin: 0;
padding: 0;
border : 5px solid #fff;
background : #eee;
color : #7e7e7e;
}
					/*rightcontent*/
#content_right {
width: 29%;
float: right;
margin: 0;
padding: 0;
border : 5px solid #fff;
background : #eee;
color : #7e7e7e;
}

					/*left banner*/
#head {
clear: both;
width: 100%;
height: 138px;
margin-bottom: 0;
border-bottom:20px solid #000;
text-align: left;
padding: 0;
color: #333;
background: #C10003 url(images/head.jpg) top center repeat-x;
}
					/*right banner*/
#head2 {
clear: both;
width: 100%;
height: 138px;
margin-bottom: 0;
border-bottom:20px solid #000;
text-align: left;
padding: 0;
color: #333;
background: #C10003;
}
					/*menu top right*/
ul.menu{
margin:0;
padding:0;
list-style-type:none;
display:block;
font:bold 13px Helvetica, Verdana, Arial, sans-serif;
line-height:165%;
width:269px;
}
ul.menu li{
margin:0;
padding:0;
border-bottom:1px solid #761A1A;
}
ul.menu li a{
display:block;
text-decoration:none;
color:#fff;
background:#C10003;
padding:0 0 0 20px;
width:249px;
}
ul.menu li a:hover{
background:#D14042 url("images/vert-one_arrow.gif") no-repeat 0 9px;
}
ul.menu li a.current,ul.menu li a.current:hover{
background:#D14042 url("images/vert-one_arrow.gif") no-repeat 0 9px;
}
					/*footer*/
#footer {
padding : 5px;
margin-top : 50px;
border-top: 5px solid #000;
color: #333;
background : #F0F0F0;
}
					/*links*/
a {
font-weight: bold;
text-decoration : none;
color : #000;
background : inherit;
}

a:visited {
text-decoration : underline;
color : #000;
background : inherit;
}

a:hover {
color : #800000;
background : inherit;
}
					/*list*/
#list {
margin-left : 25px;
padding-left : 0;
}
#list li {
padding-bottom : 5px;
list-style-type : square;
}
					/*typography*/
p {
margin: 1em;
}
h1 {
margin: 0;
padding: 30px;
font: bold 250% Georgia,Times, sans-serif;
line-height:1em;
letter-spacing: 3px;
color:#fff;
background:transparent;
}
h2 {
margin: 10px;
padding: 5px;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
font: normal 170% verdana, Georgia, Times, sans-serif;
text-transform: uppercase;
color: #C10003;
background: transparent;
}
h3 {
margin: 0;
padding: 10px;
font: bold 130% Georgia,Times, sans-serif;
letter-spacing: 1px;
text-align: center;
text-transform: uppercase;
color: #999;
background: transparent;
}
blockquote p {
padding: 0px 15px 0px 15px;
font-size: 110%;    
}
blockquote {
margin-top: 20px;
padding:  1em;
background: #F4F4F4;
color:#C10003;
}
					/*images*/
.img_right {
float: right;
padding: 5px;
}
.img_left {
float: left;
padding: 15px;
}
					/*login */
label {color: #333;
margin-left: 5px;
}					
input {
margin: 15px 0 0 5px;
color: #000;
background : #F4F4F4;
}
#name {
width: 100px;
}
#password {
width: 100px;
}
#searchterm {
color: #000;
background : #F4F4F4;
}
#searchbutton {
color: #000;
background : #F4F4F4;
}