* { margin:0; padding: 0 } 

body {
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-size: 75.00%; 
	color: #fff;
	background: url(images/bkg_small2.jpg)
}

a{
	color:#ff0096; 
	text-decoration:none; 
}

a:focus, a:hover, a:active { 
	color: #ff0096;
	text-decoration: underline;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

#header{
	position:relative; 
	height:90px;
}

#page_margins{
	width: 960px; 
	margin: 0 auto;
}

#page{
	padding: 5px; 
}

#nav{
	margin: 0 12px;
	clear: both;
}

#nav_main ul{ 
	display: inline;
}

#nav_main ul li {
	display: inline; 
	float: left;
	line-height: 0.9em;
	padding: 0.5em 0.8em 0.5em 0.8em;
}

#nav_main ul li a{
	color: #000;
	font-weight: bold;
}

#nav_main ul li.current a,
#nav_main ul li.current a:focus,
#nav_main ul li.current a:hover,
#nav_main ul li.current a:active { 
	color: #ff0096;
	cursor:default;
}

#nav_main_left{
	float: left; 
	width: 9px; 
	height:45px; 
	background: url(images/main_menu_left.png) no-repeat; 
}

#nav_main_center{
	height: 45px; 
	background: url("images/main_menu_bkg.jpg") repeat-x; 
	margin: 0 9px; 
}

#nav_main_right{
	float:right; 
	width: 9px; 
	height:45px; 
	background: url(images/main_menu_right.png) no-repeat; 
}

#nav_main_center ul li{
	border-right: 1px #fff dotted; 
	margin: 10px 0 0 0; 
}

#nav_main_center ul li a {color: #fff; }

#nav_sub_center ul li{
	margin: 3px 0 0 0; 
	padding-left: 20px; 
}

#nav_sub_left{
	float: left; 
	width: 5px; 
	height:27px; 
	background: url(images/sub_menu_left.png) no-repeat; 
	margin-left: 1px; 
}

#nav_sub_center{
	height: 27px; 
	background: url(images/sub_menu_bkg.png) repeat-x; 
	margin: 0 5px; 
}

#nav_sub_right{
	float:right; 
	width: 5px; 
	height:27px; 
	background: url(images/sub_menu_right.png) no-repeat; 
	margin-right: 1px; 
}

#nav_sub_center ul li a{
	display: list-item;
}
#nav_sub_center ul li a:focus,
#nav_sub_center ul li a:hover,
#nav_sub_center ul li a:active  {
	text-decoration: underline;
	color:#222;
}

#bkg_top{
	width: 1330px; 
	height: 551px; 
	background: url(images/top_bkg2.jpg) no-repeat; 
}

#bkg_foot{
	width: 1330px; 
	height: 100%; 
	background: url(images/bkg2.jpg) repeat-y; 
	margin: 0 auto;
}


#logo{
	background: url(images/logo.png) no-repeat; 
	width: 273px; 
	height: 84px; 
	position:absolute; 
	top:0px; 
	left:10px;
}

#flash_container{
	margin: 10px 0px 0px 12px; 
}

