@charset "utf-8";
/* CSS Document */

@import url(960.css);
@import url(text.css);
@import url(reset.css);


#site_container
{
	

}

#main_container
{
	/* background-image:url(/img/main_container_bkground.jpg); */
	background-color: #72308d;

	border:1px solid #999999;	

}

.SubA_main
{
	padding-top:10px;

}


#header
{
	/* background-color: #993333; */
	height:155px;
	background-image:url(/img/header_bkground.jpg)
}

#header_SubA
{
	/* background-color: #993333; */
	height:155px;
	background-image:url(/img/header_bkground_SubA.jpg)
}

.header_flash
{
	height:65px;
	width:460px;
	left: 320px;
	top: 30px;
	position: relative;
}

#top_half
{
	/* background-color:#FFFF00; */
	background-image:url(/img/top_half_bkground.jpg);
	height:310px;
}

#top_half_SubA
{
	/* background-color:#FFFF00; */
	background-image:url(/img/top_half_bkground_SubA.jpg);
	height:310px;
}


#bottom_half
{
	background-color: #72308d;

	background-image: url(/img/bottom_half_bkground.jpg);
	padding-top:20px;
	margin-bottom:20px;
}

#bottom_half_container
{
	
	width:760px;
	margin-left:10px;
	background-color:#FFFFFF
}

#bottom_left
{
	background-color: #FFFFFF;

	padding:5px;
	width:370px!important; 



}

#bottom_right
{
	background-color: #FFFFFF;
	padding:5px;
	width:360px!important; 
	margin-left:10px!important; 


}



#menu_container
{
	/* background-color:#FFFF00; */
	height:310px;

}

#menu_item
{
	background-color: #CCCCCC;
	height:20px;
	width:90%;
	border-top: 1px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	vertical-align: middle;
	padding-top: 5px;
	cursor:pointer;
}

#menu_item_spacer
{

	height:70px;

}

#menu_area_text
{
	text-align: left;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;

}



.no_transparent
{
		/* for IE */
 	 filter:alpha(opacity=100)!important;
  	/* CSS3 standard */
  	opacity:1.0!important;
}
