@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #42413C;
	color: #000000;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	background-color: #FFF;
	width: 960px;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
}
#Header {
	background-color: #FFF;
	width: 960px;
	height: 90px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	vertical-align: top;
}
#menu {
	background-color: #FFF;
	height: 30px;
	width: 350px;
	float: right;
	clear: none;
	font-size: 18px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	margin-top: 10px;
	border: 5px solid #000;
	margin-right: 10px;
}
.RealP {
	padding-right: 60px;
	padding-left: 40px;
}
#content {
	background-color: #FFF;
	padding: 15px;
	height: auto;
	font-weight: normal;
}
#footer {
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.Bluefont {
	font-weight: bold;
	color: #0B00FC;
}
#sidemenu {
	background-color: #999999;
	width: 250px;
	color: #FFF;
	border-top-style: outset;
	border-right-style: none;
	border-bottom-style: inset;
	border-left-style: outset;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-color: #42413C;
	border-right-color: #42413C;
	border-bottom-color: #42413C;
	border-left-color: #42413C;
}
#wrapper #content p rd {
	font-weight: bold;
}
