@import url(common_styles.css); /*user styles*/

*{	margin:0; padding:0; border:0; }

body, html{
	margin:0 auto;
}
body{
	background:#006;
	text-align:center;
	font:0.8em Verdana, Arial, sans-serif;
	line-height:1.5;
}
p{
	margin:0.75em 0;
}
#header{
	margin:0 auto;
	width:748px;
	height:180px;
	border:1px solid #c60;
	border-top:0; border-bottom:0;
}
#header object{z-index:100;}
#header h1{ margin-top:-9em; font-size:1px; line-height:1px; z-index:1;}
#container{
	margin:0 auto 2px auto;
	border:1px solid #c60;
	width:748px;
	background:transparent url(../imgs/main/content_bg.gif) top left repeat;
	clear:both;
	text-align:left;
}
	/* ### CLEAR THAT FLOAT - START! ### */
	#container:after{
		content: ".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	#container{display: inline-block;}  /* Mark Hadley's fix for IE Mac */
	/* Hides from IE Mac \*/
	* html #container {height: 1%;}
	#container{display:block;} /* End Hack */
	/* ### CLEAR THAT FLOAT - END! ### */

#menu{
	width:173px;
	float:left;
	list-style:none;
}
	#menu h4{
		margin:5px 0;
		width:173px;
		height:21px;
		overflow:hidden;
	}
	#menu ul{
		width:173px;
		text-align:right;
		list-style:none;
	}
	#menu li ul{margin-bottom:2.5em;}
	#menu ul li{
		margin:0.2em 0 0.2em 2px;
		font:1em Verdana, sans-serif;
		line-height:1.2;
		display:block;
	}
	#menu ul li a{
		padding:2px 4px 2px 2px;
		display:block;
		text-decoration:none;
		color:#930;
	}
	#menu ul li a.cur, #menu ul li a.cur:hover{
		padding:3px 0 3px 2px;
		border:0;
		border-top:1px solid #c60;
		border-bottom:1px solid #c60;
		background:#fff;
		color:#300;
	}
	#menu ul li a:hover{
		background:#f4ebdc;
		border-right:1px solid #c60;
		padding-right:6px;
	}
	/* Fix IE. Hide from IE Mac \*/
	* html #menu li { float:right; }
	* html #menu li a { height:1%; }
	/* End */
	
#content{
	margin:1.5em 15px;
	width:540px;
	float:right;
	display:inline; /*for double margin ie bug*/
	text-align:left;
	color:#300;
}
#footer{
	margin:0 auto 2em auto;
	padding:6px 0 8px 0;
	border-top:1px solid #c60;
	width:750px;
	background:#f93 url(../imgs/main/footer_bg.gif) bottom center no-repeat;
}
#footer p{
	margin:0;
	padding:0;
	font:0.85em Verdana, sans-serif;
	line-height:1.3;
	color:#300;
}

/*----------------------- COMMON -------------------------*/
div.clrflt{
	margin:0;
	padding:0;
	border:0;
	clear:both;
}
		/* ### CLEAR THAT FLOAT! ### */
	.clrflt:after{
		content: ".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	.clrflt{display: inline-block;}  /* Mark Hadley's fix for IE Mac */
	/* Hides from IE Mac \*/
	* html .clrflt {height: 1%;}
	.clrflt{display:block;} /* End Hack */
		/* ### CLEAR THAT FLOAT - END! ### */
