@charset "utf-8";
/* CSS Document */

body {
	background-color: #e8e8e8;
}
#wrapper {
	width:950px;
	height:750px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:20px;
	border-radius: 15px;
	-moz-border-radius: 15px;
border-radius: 15px;
-moz-box-shadow: 5px 5px 15px #888;
-webkit-box-shadow: 5px 5px 15px #888;
box-shadow: 5px 5px 15px #888;
}
#header {
	height:100px;
	padding-left:50px;
	padding-top:10px;


}
#content {
	padding-left:50px;
	width:850px;
	height:560px;
}
#content2 {
	float:right;
}
#footer {
	padding-left:50px;
	font-size:+2;
	font-weight:bold;
	height:40px;
}