/* CSS Document */

body {
	background:url(../Imgs/imgDecor.gif) center repeat-x;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	padding:5px;
	float: center;
}

#container {
	margin:0px auto 0px auto;
	background:url(../Imgs/image7a.jpg) bottom left no-repeat;
	border:#800000 1px solid;
	width:800px;
	height:775px;
}

#container a {
	color:#000000;
}
#container a:hover {
	color:#999999;
}

#menu {
	text-align:left;
	position: absolute;
	left: 665px;
	top: 106px;
	height: 170px;
	width: 140px;
	float: right;
	font-size: 11px;

}

#menu li {
	display:inline;
}

#menu li a {
	margin-right:10px;
	text-decoration:none;
	color:#003399;
}

#menu li a:hover {
	color:#003399;
}

#content {
	color:#999999;
	margin-top:15px;
	margin-left:20px;
	padding:5px;
	width:407px;
	height:665px;
	border:#800000 2px solid;
}

#content h2 {
	color:#000000;
	text-align:right;
	font-family:English;
	font-size:26px;
	margin-top:5px;
}

#content h3 {
	color:#000000;
	font-style:italic;
	font-size:18px;
	font-weight:bold;
	margin:5px;
	padding-left:20px;
}

#content p {
	color:#000000;
	margin:5px 5px 15px 5px;
}

#footer {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	margin-right:5px;
}

