body {
	background:url("/core/templateresources/bg.gif") top left repeat-x;
	margin:0;
	padding:0;
	font-family:arial;
	font-size:11px;
	line-height:18px;
}
h1 {
	font-size:22px;
	line-height:30px;
	margin:12px 0;
}
h2 {
	font-size:12px;
	height:22px;
	padding:0 0 0 14px;
	line-height:22px;
	margin:12px 0;
	background:url("/core/templateresources/h2_bg.gif") top left no-repeat;
}
h3 {
		font-size:14px;
		color:#ff6633;
		line-height:20px;
		height:20px;
		border-bottom:1px solid #ccc;
		margin:10px 0;
	}
#container {
	position:relative;
	width:908px;
	margin:20px auto;
	padding:10px 0;
	}
#pageheader {
	position:relative;
	float:left;
	width:908px;
	height:12px;
	background:url("/core/templateresources/pageheader.gif") top left no-repeat;
}
#pagecontainer {
	position:relative;
	float:left;
	width:908px;

	background:url("/core/templateresources/page_bg.gif") top left repeat-y;

}#pagefooter {
	position:relative;
	float:left;
	width:908px;
	height:13px;
	background:url("/core/templateresources/page_footer.gif") top left no-repeat;
}
#contentcontainer {
	position:relative;
	float:left;
	padding:10px 27px;
	width:854px;

	}
#menu {
	position:relative;
	float:left;
	width:180px;
	height:640px;
	background:url("/core/templateresources/menu_bg.gif") top left repeat-x;
	}
#logotype {
	position:relative;
	float:left;
	width:180px;
	height:259px;
		}
#submenu {
	position:relative;
	float:left;
	width:180px;

	overflow:hidden;
	padding-top:10px;
	/* background:url("/core/templateresources/menu_bg.gif") top left repeat-x; */
}
#submenu a {
	position:relative;
	float:left;
	width:160px;
	padding-left:20px;
	height:24px;
	font-size:12px;
	line-height:24px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}
#submenu a:hover {
	position:relative;
	float:left;
	width:160px;
	padding-left:20px;
	height:24px;
	font-size:12px;
	line-height:24px;
	color:#666666;
	text-decoration:none;
	background:#ffffff;
	font-weight:bold;

}
#content {
	position:relative;
	float:right;
	width:655px;
	min-height:635px;
	overflow:hidden;
	margin-bottom:20px;
	}
#content a {
	color:#ff6633;
	text-decoration:none;
	font-weight:bold;
	}
#content a:hover {
	color:#ff6633;
	text-decoration:underline;
	font-weight:bold;
	}
#footer {
	position:absolute	;
	width:655px;
	bottom:0;
	right:27px;
	border-top:1px solid #cccccc;
	padding-top:5px;
margin-bottom:10px;
	color:#666666;
	}
.left {
	position:relative;
	float:left;
}
.right {
	position:relative;
	float:right;
}
#cred {
		position:relative;
		float:left;
		width:908px;
		padding-top:10px;
		text-align:center;
	}
#cred a {
	color:#666666;
	text-decoration:none;
}
#cred a:hover {
	color:#666666;
	text-decoration:underline;
	}
hr {height:1px;border:0;color:#ccc;background-color:#ccc;margin:5px 0;padding:0;}
