* {
	margin:0;
	padding:0;
} 
html, body, #container {
	height: 100%;
	color: #666666;
	font-family: arial, verdana, sans-serif;
	font-size:13px;
}
body > #container {
	height: auto; 
	min-height: 100%;
}
#main {
	padding-bottom: 70px;
}

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
a:hover {
	color:#ACC6FA;
	text-decoration:none;
}
#header {
	background:url(../images/header-stripe.png) repeat-x;
	height:150px;
}
#header_content {
	width:980px;
	margin:0 auto;
}

#footer {
	position: relative;
	margin-top: -70px;
	height: 68px;
	clear:both;
	background-color:#DEDEDE;
	border-top:2px #494949 solid;
	color:#494949;
} 
#header_content {
	width:980px;
	margin:0 auto;
}
#footer_content {
	width:980px;
	margin:0 auto;
	padding: 10px 5px;
	text-align:center;
	font-size:11px;
}
#bottom_menu {
	padding: 10px 5px;
	margin: 0 auto;
	width:206px;
}
#bottom_menu ul {
	list-style-type:none;
}
#bottom_menu ul li {
	float:left;
}
#bottom_menu ul li  a {
	display:inline-block;
	color:#494949;
	text-decoration:none;
}
#bottom_menu ul li a:hover {
	color:#ACC6FA;
	text-decoration:none;
}
#bottom_menu  span {
	display:block;
	padding: 0 15px;
}
#content {
	width:940px;
	margin:0 auto;
	background:url(../images/top.png) no-repeat 0 0;
	margin :-60px auto 0 auto;
	height:500px;
	padding: 20px 20px 0 20px;
}