/* CONTENT */
#wrapper {
	width:905px;
	padding:0 5px 5px 5px;
	margin:0 auto 70px auto;
	overflow:hidden;
}
#menu {
	background:url(../img/w70.png);
	border-radius:10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	float:left;
}
#content_wrapper{
	width:700px;
	float:right;
	padding:10px;
	background:url(../img/w70.png);
	border-radius:10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.content{
	background:#fff;
	padding:15px;
	overflow:hidden;
}
h1{
	width:905px;
	height:80px;
	margin:50px auto 20px auto;
	text-indent:-9999px;
	border-radius:10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

h2{
	color:#fd046d;
	font-size:14px;
	margin-bottom:10px;
	border-bottom:solid 1px #fd046d;
}
.content a{
	text-decoration:none;
	color:#fd046d;
}
.content a:hover{
	text-decoration:underline;
}
.content a img:hover{
	opacity:0.6;
	filter:alpha(opacity=60); /* IE */
}
strong{
	color:#000;
	font-weight:bold;
}