/* CSS Document */
.clear {clear:both;
}
.green {color:#66CC00;
}
.orange {color:#FF9900;
}
.menu_green{color:#00CC00;

}
body {
	background-image:url(images/background2.gif);

}

#border_wrap{
background-image:url(images/background3.gif);
background-position:center;
background-repeat:no-repeat;
padding-top:15px;
}

#main_wrap{
margin-left:auto;
margin-right:auto;
font-family:Arial, Helvetica, sans-serif;
width:900px;
height:800px;
}

#header{
color:#999999;
font-size:12px;
padding-right:50px;
padding-top:40px;
background-image:url(images/logo.jpg);
background-repeat:no-repeat;
height:80px;
text-align:right;
}
#header a:link {
	color:#666666;
	text-decoration:none;
	
}
#header a:visited {
	color:#666666;
	text-decoration:none;
	
}
#header a:hover {
	color:#666666;
	text-decoration:none;
	
}
#header a:active {
	color:#666666;
	text-decoration:none;
	
}

#content_container{
height:550px;
font-size:12px;
color:#666666;

}

#menu{
background-image:url(images/menu.gif);
height:60px;
background-repeat:no-repeat;
}
#menu a:link {
	color:#666666;
	text-decoration:none;
	
}
#menu a:visited {
	color:#666666;
	text-decoration:none;
	
}
#menu a:hover {
	color:#666666;
	text-decoration:none;
	font-weight: bold;	
	
}
#menu a:active {
	color:#666666;
	text-decoration:none;
	
}
#menu td{
	
	
	padding-top:24px;
	padding-left:0px;
	text-align: center;
	vertical-align: top;
}

#body_left{
background-image:url(images/home_title_stars.gif);
background-repeat:no-repeat;
height:450px;
width:350px;
margin-top:0px;
padding-left:75px;
padding-top:30px;
margin-right:80px;
float:left;
font-size:12px;

}
#body_left_title{
	text-align: center;
}

#body_left a:link {
	color:#666666;
	text-decoration:none;
	
}
#body_left a:visited {
	color:#666666;
	text-decoration:none;
	
}
#body_left a:hover {
	color:#666666;
	text-decoration:none;
	font-weight: bold;	
	
}
#body_left a:active {
	color:#666666;
	text-decoration:none;
	
}
#body_right{
/*background-image:url(images/home_img.png);*/
height:450px;
width:350px;
background-repeat:no-repeat;
margin-top:30px;
margin-right:0px;
float:left;
}

#body_right a{
border:none;
padding:0px;
}

#body_right a:link{
border:none;
text-decoration: none;
border-style:none;
}
#body_right a:visited{
border:none;
text-decoration: none;
}
#body_right a:hover{
border:none;
text-decoration: none;
}
#body_right a:active{
border:none;
text-decoration: none;
}

#footer{
font-size:12px;
color:#666666;

}

#footer a:link {
	color:#669900;
	text-decoration: none;	
}
#footer a:visited {
	color:#669900;
	text-decoration: none;	
}
#footer a:hover {
	color:#669900;
	text-decoration: none;	
}
#footer a:active {
	color:#669900;
	text-decoration: none;	
}
