html,body {
	margin:0px;
	padding:0px;
	background:#393939;
	width:100%;
	text-align:center;
}
div {
	margin:0px;
	padding:0px;
	border:0px solid red;
}
#container {
	border:20px solid #ffffff;
	width:956px;
	margin:20px auto 5px auto;
	padding:2px;
	height:auto;
	overflow:show;
	text-align:left;
	position:relative;
	z-index:2;
}
#title {
	display:none;
}
#header {
	height:320px;
	padding:0;
	margin:0;
	width:956px;
	overflow:hidden;
	position:relative;
	background:#dedfde;
}
#logo {
	position:absolute;
	margin:10px;
	margin-top:20px;
	padding:0px;
	overflow:hidden;
}
#headeroverlay {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	width:300px;
	height:320px;
	overflow:hidden;
}
#overlayImage {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	overflow:hidden;
	opacity:.8;filter:
	alpha(opacity=80);
	-moz-opacity:0.8;
}
#alertImage {
	position:absolute;
	margin-top:120px;
	margin-left:100px;
	padding:0;
	overflow:hidden;
	width:181px;
	height:191px;
}
#alert {
	position:absolute;
	margin-top:120px;
	margin-left:100px;
	padding-left:30px;
	padding-top:50px;
	overflow:hidden;
	width:151px;
	height:141px;
	line-height:28px;
}
#menu {
	width:956px;
	margin:0px;
	padding:0px;
	height:30px;
	overflow:hidden;
	position:relative;
	z-index:2;
	background:#020303;
	border-top:1px solid #ababab;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #ababab;
}
#menu ul {
	width:100%;
	margin:0;
	padding:0;
}
#menu ul ul{
	display:none;
}
#menu ul li {
	line-height:28px;
	list-style-type:none;
	list-style-image:none;
	display:inline;
}
#content {
	padding:0;
	margin:0;
	width:956px;
	height:auto;
	overflow:auto;
	position:relative;
	background:#393939;
	background-image:url('../img/bg_content.jpg');
	background-repeat:repeat-x;
	background-position: bottom left;
}
#submenu {
	width:200px;
	height:300px;
	float:left;
	overflow:show;
	padding:0;
	margin-right:10px;
}
#submenu ul {
	width:200px;
	height:auto;
	padding:0;
	margin:0;
	background-color:#ffffff;
	list-style-type:none;
	list-style-image:none;
}
#submenu li {
	padding:0;
	margin:0;
	width:200px;
	list-style-type:none;
	list-style-image:none;
	line-height:22px;
	border-top:1px solid #393939;
}
#submenu ul li {
	height:auto;
}
#submenu ul ul li {
	height:22px;
	overflow:hidden;
}
#submenu a {
	display:block;
	padding-left:20px;
	height:22px;
	width:180px;
}
#contentMain {
	width:666px;
	height:auto;
	float:left;
	overflow:auto;
	padding:40px;
	padding-right:0;
	padding-left:20px;
}
#footer {
	padding:0;
	margin:0 auto 0 auto;
	width:956px;
	overflow:hidden;
	height:20px;
	position:relative;
}
#footer p {
	display:inline;
	width:auto;
}
#footer ul {
	display:inline;
}
#footer ul li {
	display:inline;
}
#footer ul ul {
	display:none;
}
