body {
	background-color: #eee;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	padding-top: 0px;
	background-image: url(bg.jpg);
}
#content {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	border: 3px double #aaa;
	background: #fff;
	height: 600px;
}
#left {
	width: 260px;
	float: left;
	height: 600px;
	background-image: url(left.jpg);
	border-right: 1px solid #aaa;
}
#right {
	width: 695px;
	float: left;
	height: 560px;
	overflow: auto;
	padding: 20px;
}
h1 {

	margin: 0;
	background: url(header.jpg);
	text-indent: -9999px;
	border-bottom: 1px double #aaa; 	display:none;
}
#menu {
	float: right;
	width: 150px;
	margin-top: 39px;
	
}
#menu a {
	font-size: 11px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: right;
	height: 26px;
	line-height: 26px;
	padding-right: 7px;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	background-color: #000;
	border-bottom: 1px solid #555;
	letter-spacing: 1px;
	font-weight: bold;
}
#menu a:hover {
	background: #001168;
	color: #fff;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity:0.95;
}
p, ul {
	font-size: 12px;
	line-height: 180%;
	color: #222;
}
h2 {
	color: #001168;
	font-size: 21px;
	font-family: Georgia, Arial, sans-serif;
	font-weight: 100;
	border-bottom: 1px solid #ddd;
	letter-spacing: -1px;
}
ul {
	margin-left: 22px;
	line-height: 150%;
}
a {
	color: #001168;
}
img {
	margin-bottom: 5px;
	border: 1px solid #ccc;
}
#side, .img-right {
	float: right;
	margin: 0px 0px 15px 15px;
}
.footer {
	font-size: 12px;
	padding-top:10px; padding-bottom:20px;
	color: #666666;