body {
margin: 0;
padding: 0;
text-align: left;
font: 70% "Trebuchet MS", tahoma, verdana, arial, sans-serif;
line-height: 1.8em;
color: #7e7e7e;
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 #eee;
background : #fff url(images/head.jpg) top center repeat-x;
color : #666;
}
					/*rightcontent*/
#content_right {
width: 29%;
float: right;
margin: 0;
padding: 0;
border : 5px solid #eee;
background : #fff;
color : #666;
}
					/*topnav*/
#navigation {
width:auto;
padding: 0;
margin-top: 6px;
color: #333;
background: transparent;
}
ul#menu{
width:auto;
margin:0;
padding:0;
position:relative;
display:block;
list-style-type:none;
height:36px;
font: bold 12px Helvetica,Arial,Verdana,sans-serif;
text-transform:uppercase;
background:transparent url(images/OFF.gif) repeat-x top left;
}
ul#menu li{
display:block;
float:left;
margin:0;
padding:0;
}
ul#menu li a{
display:block;
float:left;
padding:12px 20px 0 20px;
text-decoration:none;
font-weight:bold;
height:24px;
color:#6d7078;	
background:transparent url(images/DIVIDER.gif) no-repeat top right;
}
ul#menu li a:hover{
background:transparent url(images/HOVER.gif) no-repeat top right;	
}
					/*left banner*/
#head {
clear: both;
width: 100%;
height: 95px;
margin-bottom: 0;
border-bottom:20px solid #000;
text-align: left;
padding: 0;
color: #333;
background: #72B2B0 url(images/head.jpg);
}
					/*right banner*/
#head2 {
clear: both;
width: 100%;
height: 136px;
margin-bottom: 0;
border-bottom:20px solid #000;
text-align: left;
padding: 0;
color: #333;
background: #72B2B0 url(images/sidebar.jpg) no-repeat;
}
					/*footer*/
#footer {
padding : 5px;
margin-top : 50px;
border-top: 5px solid #000;
color: #333;
background : #F0F0F0;
}
					/*links*/
a {
text-decoration : none;
color : #800000;
background : inherit;
}

a:visited {
text-decoration : none;
color : #800000;
background : inherit;
}

a:hover {
color : #000;
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:#72B2B0;
}
h2 {
margin: 10px;
padding: 5px;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
font: bold 130% Georgia,Times, sans-serif;
text-transform: uppercase;
color: #345150;
background: transparent;
}
h3 {
margin: 0;
padding: 10px;
font: bold 130% Georgia,Times, sans-serif;
letter-spacing: 1px;
text-transform: uppercase;
color: #345150;
background: transparent;
}
blockquote p {
padding: 0px 15px 0px 15px;
font-size: 110%;    
}
blockquote {
margin-top: 20px;
border: 1px dotted #72B2B0;
padding:  1em;
background: #F2F8F8;
color: #72B2B0;
}
					/*images*/
.img_right {
float: right;
padding: 5px;
}
					/*login */
label {
margin-left: 5px;
}					
input {
margin: 0 0 0 5px;
color: #666;
background : #F0F0F0;
}
#name {
width: 100px;
}
#password {
width: 100px;
}
#simplesearch {
margin-bottom: 20px;
}
#searchterm {
color: #666;
background : #CCE3E2;
}
#searchbutton {
color: #666;
background : #CCE3E2;
}
