*{
	margin: 0;	
	font-family: source-sans-pro, sans-serif;
}
body{
	/*background: #FCFCFC;*/
	background: url('../res/background.jpg');	
}
div#nav_container{
	background: url('../res/nav_bg.jpg');
	height: 70px;
	width: 100%;	
	border-bottom: 1px solid rgb(233, 233, 233);
}
div#nav_wrapper{
	height: 70px;
	width: 960px;
	margin: auto;	
}
div#nav_wrapper a{
	display: block;
	width: 100px;
	height: 70px;
	line-height: 70px;
	font-size: 15px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;	
	color: #333;
	text-decoration: none;
	border-right: 1px solid gainsboro;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
div#nav_wrapper a:hover{
	background: #ECF3D2;	
}
div#content{
	width: 960px;
	height: auto;
	background: white;
	border: 1px solid gainsboro;
	margin: auto;
	margin-top: 30px;
	border-radius: 5px;
}
div#content_head{
	width: 960px;
	height: 250px;
	background: url('../res/header.png');
	border-bottom: 1px solid gainsboro;	
}
div#content_cont{
	width: 960px;
	height: auto;	
}
div#content_text{
	width: 586px;
	height: auto;
	padding: 20px;
	float: left;
	text-align: center;
}
div#content_side{
	width: 300px;
	height: 500px;
	float: right;	
}
h1{
	font-weight: 400;
	color: #B94F8F;	
}
p{
	color: #333;	
}
div#copyright{
	width: 960px;
	height:	50px;
	margin: auto;
	text-align: center;
	margin-top: 10px;
	font-size: 13px;
	padding-bottom: 20px;
}