
/* LAYOUT STYLE */

html, body {
	background:;
	
	min-width:960px;
	margin:0;
	padding:0;
	color:#aaa;
}

a {
	-moz-transition:color 0.3s ease-out;
	-webkit-transition:color 0.3s ease-out;
	-o-transition:color 0.3s ease-out;
	-ms-transition:color 0.3s ease-out;
	transition:color 0.3s ease-out;
}

.top {
	background:#222;
	height:30px;
	line-height:30px;
	width:100%;
	box-shadow:0 1px 2px rgba(0,0,0,0.6);
	margin-bottom:20px;
}
.top_content {
	width:680px;
	text-align:center;
	font-size:12px;
	margin:0 auto;
	text-transform:uppercase;	
}
.top_content a {
	color:#aaa;
	text-decoration:none;
}
.top_content a:hover {
	color:#fff;
}
/* MENU STYLE */

header {
	width:680px;
	margin:0 auto;	
	position:relative;
	padding:50px 0;
}
header nav#topmenu ul {
	margin:0;
	padding:0;
}
header nav#topmenu ul li {
	float:left;
	font-size:10px;	
	list-style:none;
	background:#222;
	position:relative;
	text-align:center;
	text-transform:uppercase;
	width:100px;
	margin:0 16px;	
	line-height:30px;
}
header nav#topmenu ul li a {
	color:#aaa;	
	text-decoration:none;
}
header nav#topmenu ul li a:hover {
	color:#fff;	
}
header nav#topmenu ul li.active {
	color:#fff;	
}
.main{
	position:relative;
    width:680px;
    margin: 0 auto;

}
