body{
background-image:url(../images/background.jpg);
}

#container{
margin-left:auto;
margin-right:auto;
width:900px;
margin-top:70px;
}

#header_image{
width:900px;
height:150px;
margin:0px;
}

#haeder_bar{
width:900px;
height:40px;
background: url(../images/headerbar.png) center center repeat-x;
}

#footer{
width:900px;
height:100px;
background: url(../images/footerhome.png) no-repeat;
}

#content{
margin-left:auto;
margin-right:auto;
width:900px;
height:300px;
background-image:url(../images/background.jpg);
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}

#content_left{
width:450px;
height:200px;
background-color:#CC6600;
}

#content_right{
width:450px;
height:200px;
background-color:#3333CC;
}
.frame_border{
background-color:#CCCCCC;
border-bottom-width:thick;
border-bottom-color:#999999;
border-top-color:#666666;
border-top-width:10px;
}

.content_text{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#003399;
margin-top:0px;
font-weight:bold;
}
.footer_text{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: white;
margin-top:0px;
}

.footer_text_slogan{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color: white;
font-weight:bold;
margin-top:0px;
}
a:link, a:active, a:visited{
text-decoration: none;
color:#FFFFFF;
}
a:hover{
color:#FFCC00;
}

.menu{
position: absolute;
top:-200;width: 200;
padding:5;	
border-width: 1;
border-style: solid;
background: #CCFFCC;
color: #000000;
}







