body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;float:none;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;}

body{
	background:				#ccc;
	color:					#000;
	font:					13px/16px "Trebuchet MS", Arial, sans-serif;
	line-height: 			18px;
	margin:					0;
	padding:				0 0 12px 0;
}

img{
	border:					0;
}

a{
	color:					#e40115;
	text-decoration:		none;
}

a:hover
{
	text-decoration:		underline;
}

.clearer{
	clear:					both;	
}

strong{
	font-weight:			bold;	
}

em{
	font-style:				italic; 	
}

p{
	margin-bottom:			15px;	
}

h1{
	color:					#e40115;
	display:				block;
	font-size:				28px;
	font-smooth:			always;
	font-weight:			bold;
	margin:					5px 0 5px 0;
}

#wrapper{
	background: 			#fff;
	border: 				2px solid #dfdfdf;
	margin:					20px auto 20px auto;
	min-height:				891px;
	padding: 				5px;
	width:					770px;
}

#sidebar{
	float:					left;
	width:					160px;
}

#content{
	display:				block;
	float:					left;
	width:					610px;
}

	#content .top{} 
	
		#content .top .banner{
			float:					left;
		}
		
		#content .top .btn-back{
			float:					right;
		}

	#content .content{
		margin:				15px 0 0 0;
		padding:			0 10px 0 10px;
	}

	.cover{
		text-align:			center;
	}
	
	.navigation{
		border-top:			2px solid #ccc;
		margin:				0 auto 0 auto;
		width:				152px;
	}
	
		.navigation ul{
			margin:				0 auto 0 auto;
			width:				152px;
		}
	
			.navigation ul li a{
				background:			#fff;
				border-bottom:		2px solid #ccc;
				color:				#9aa65e;
				display:			block;
				font-size:			14px;
				font-weight:		bold;
				padding:			10px 22px 10px 22px;
				text-decoration:	none;
			}
			
			.navigation ul li.active a,
			.navigation ul li.active a:hover,
			.navigation ul li a:hover{
				background:			#9aa65e;
				border-bottom:		2px solid #ccc;
				color:				#fff;
				display:			block;
				font-size:			14px;
				font-weight:		bold;
				padding:			10px 22px 10px 22px;
			}			
			