html,body {
	margin:0;
	padding:0;
	height:100%;
	background:gray;
	background:#4f4f4f url("images/contbg.jpg");
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}

h1 { 
	font:1.5em arial,sans-serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a {
		color:#78ee7b;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

#st {
 position:absolute;
 left:0;
 width:100%;
 height:1px; 
}

div#container {
	position:relative;
	margin:0 auto;
	width:100%;	
	height:auto !important;
	height:100%;
	/*background:#4f4f4f url("images/contbg.jpg");*/
	min-height:100%;

}

div#header {
	padding:1em;
	height:270px;
	/*background:#ddd url("images/sbg.jpg") 98% 10px no-repeat;*/
	background:#ddd url("images/headbg.jpg");
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}
#uppic { 
	float:left;
	margin-top:40px;
	margin-bottom:-10px;
	height:255px;
	width:384px;
	border:1px solid #fff;
	background-color: #000;
	margin-left:100px;
	z-index:1000;
}

div#content {
	padding:1em 1em 5em;
	padding-left:115px;	
	width:900px;
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}

#left{
	float:left;
	width:245px;
	padding-top:30px;	
	color:#fff;
}

#left ul, li, ol {
 margin-left:0px;
 list-style-type: none;
 list-style-image: url("images/menu.jpg");
 line-height: 30px; 
} 

#left li { 
 border-bottom:1px solid #000;
} 

#left a {  
 color:#fff; 	text-decoration: none;
 font-size:12px;
}

#left a:hover, #left .active a { 
 color:#FFFFCC;	text-decoration: none;
 font-size:12px;
}


#right{
	float:left;
	width:570px;
	text-align:justify;
	/*color:#efd696;*/
	color:#fff;
	padding:10px;
}
#right li{
 list-style-image: url("images/contim.jpg");
 list-style-type: square;
 line-height: 15px; 
} 
div#footer {
	position:absolute;
	width:100%;
	bottom:0;
	background:#ddd;
	border-top:6px double gray;
	font-size:10px;	
}

#footer a {
		color:#000;
	}

#foot_l{
	width:250px;
	float:left;
	padding-left:10px;
}
#foot_r{
	width:250px;
	float:right;
	text-align:right;
	padding-right:10px;
}
	div#footer p {
		padding:1em;
		margin:0;
	}
.clear { clear: both; background: none; }
