body {
	color: #333;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0;
	background: repeat-x url(/imgs/body_bg.gif) #fff;
}


#container {
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;
}


#main_body {
        text-align: center;
        margin-top: 10px
}

#content_top {
        margin-top: 10px;
        text-align: center;
}


#content_left {
       float: left;
       text-align: justify;
       height: 100px;
       width: 350px;
       margin-top: 50px;
       _margin-top: 30px
}


#content_right {
       float: right;
       text-align: justify;
       height: 100px;
       width: 350px;
       margin-top: 50px;
       _margin-top: 30px
}


#logo {
       text-align: center;
}


/* text */

a {
       color: #930f06;
       text-decoration: none;
}

a:hover{
       color: #000;
       text-decoration: underline;
}



h1 {
       font: normal 21px "Lucida Grande";
       color: #4eae34;   
       margin: 4px 0 0 0;
}   


h2 {
       font: normal 14px "Lucida Grande";
       color: #009193;
       font-weight: bold;   
       margin: 4px 0 0 0;
} 




