@charset "utf-8";
/* CSS Document */

body {
	position:relative;
	margin:0px auto;
	width:800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4B4B4B;
	background:#EBEBEB;

}

a:link { color: #333333; text-decoration:underline;}
a:visited { color:#333333; text-decoration:underline;}
a:hover { color: #F90;}
a:active { color:#333333; text-decoration:underline;}

h1{ font-size:18px; color:#8D268C;}
h2{ font-size:14px; color:#EC8009;}

.body{
	width:800px;
	float:left;
	background:#FFF;
}


.header{
	width:800px;
	height:176px;
	float:left;
}

.topbar{
	width:800px;
	height:12px;
	float:left;
	background-color:#8F288D;
}

.flash{
	width:800px;
	height:164px;
	float:left;
}



.footer{
	width:800px;
	height:20px;
	text-align:center;
	float:left;
}

.main_body{
	width:756px;
	padding:0px 22px 22px 22px;
	float:left;
}

.content_container{
	width:540px;
	float:left;
}

/******************* NAVI ********************/

.left_col_container{

	width:200px;
	float:left;
	padding-right:16px;
}

.navigation_container{

	width:200px;
	height:318px;
	float:left;

}



