*{
	outline:none;
}

body{
	margin:0px;
	padding:0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:12px;
	background-color:#dedede;
	color:#000;
}

a{
	text-decoration:none;
	color:#000;
}

a:hover{
}

a:visited, a:active {
}

h1{
	font-size:24px;
	font-weight:700;
	letter-spacing:2px;
	margin:0px;
}

h2{
	font-size:16px;
	font-weight:700;
	margin:12px 0px;
	color:#696969;
}

h3{
	font-size:14px;
	font-weight:700;
	margin:22px 0px;
	color:#696969;
}

h4{
	font-size:14px;
	font-weight:400;
	margin:22px 0px;
	color:#696969;
}

img{
	border:none;
}

.clear{
	clear:both;
}

.all{
	margin:12px auto;
	width:990px;
}

.title{
	width:390px;
	float:left;
}

.menu{
	width:600px;
	float:left;
}

.menu ul,li{
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type:none;
}

.menu li{
	padding:8px 26px;
	background-color:#000;
	color:#FFF;
	font-size:16px;
	font-weight:700;
	float:right;
	line-height:18px;
}

.menu li:hover{
	background-color:#FFF;
	color:#000!important;
}

.menu a{
	color:inherit;
	font-size:16px;
	font-weight:700;
}

.separator{
	background-color:#dedede!important;
	width:0px!important;
	padding:6px 1px!important;
	line-height:18px;
}

.selected{
	background-color:#FFF!important;
}

.selected a{
	color:#000!important;
}

.content{
	padding:16px;
	background-color:#FFF;
}

.content_left{
	width:300px;
	float:left;
	margin-right:24px;
}

.content_right{
	width:634px;
	float:left;
}