@media screen {
	
body {
	background: #999;}

/* layout */
#wrapperouter {
	width: 1016px;
	position: relative;
	float: left;
	overflow: hidden;
	background: url(/Skin/shadow.jpg) right top repeat-y;
	}

#wrapper {
	width: 1000px;
	position: relative;
	float: left;
	overflow: hidden;
	background: #ccc;
	}

#topmenu {
	float: left;
	width: 1000px;
	overflow: hidden;
	height: 30px;
	border-bottom: solid 1px #d6d6d6;
	color: #ccc;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	}
#topmenu div {
	margin: 10px 0px 0px 50px;}
	
#pane {
	float: left;
	position: relative;
	width: 1000px;
	overflow: hidden;
	}
#paneinner {
	position: relative;
	width: 700px;
	padding-bottom: 
	}
#fp_col1, #fp_col2 {
	position: relative;
	float: left;
	text-align: left;
	width: 340px;
	background: #d6d6d6;
	overflow: hidden;
	
	z-index: 20;
	-moz-box-shadow: #666 0px 0px 20px;
	-webkit-box-shadow: #666 0px 0px 20px;
	box-shadow: #666 0px 0px 20px;}

#fp_col2 {
	float: right;
	}
#fp_col1 .text, #fp_col2 .text {
	width: 300px;
	margin: 20px;}
	
#fp_foot {
	float: left;
	width: 1000px;
	overflow: hidden;
	margin: 50px 0px 3px 0px;
	display: inline;
	color: #666;
	text-align: left;
	border-top: solid 1px #fff;
	text-transform: uppercase;
	}
#fp_foot div {
	margin: 10px 0px 0px 150px;}
	
	

	
	
#shadow_bottom {
	width: 1016px;
	height: 17px;
	position: relative;
	float: left;
	overflow: hidden;
	background: url(/Skin/shadow_bottom.jpg) left top repeat-x;
	margin-bottom: 20px;
	}
	
h2 {
	font-size: 12px;
	width:340px;
	float: left;
	background: url (h2h_bg.jpg);
	padding: 3px 10px 3px 10px;
	margin-bottom: 12px;
	}
h2 a, h2 a:link,h2 a:visited, h2 a:hover {
	color: #fff;
	background: url(/Skin/frontpage_sprite.png) 0 2px no-repeat;
	padding-left: 10px;
	text-transform: uppercase;
	cursor:pointer;
}
#fp_col2 h2 a,#fp_col2 h2 a:link,#fp_col2 h2 a:visited,#fp_col2 h2 a:hover {
	color: #000;
	background: url(/Skin/frontpage_sprite.png) 0 -18px no-repeat;
}
#fp_col1 h2 {
	color: #fff;
	background: url(/Skin/h2s_bg.jpg) repeat-x;
}
#fp_col2 h2 {
	color: #000;
	background: url(/Skin/h2h_bg.jpg) repeat-x;	
}




}