body {
	padding:20px;
	margin:0;
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#CCCCCC;
	text-align:center;

}
#container {
	width:995px;
	background-color:#FFFFFF;
	padding:10px;
	margin:auto;
}
#header {
	width:995px;
	height:150px;
	background-image:url(images/header_bg.png);
}
#logo {
	font-size:30px;
	background:url(images/header.png) no-repeat;
	height:150px;
	padding:50px 0 0 30px;
}
#logo a {
	color:#FFFFFF;
	text-decoration:none;
}

#menu {
	width:995px;
	height:40px;
	background-image:url(images/menu_bg.png);
	margin-top:5px;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu li {
	list-style:none;
	float:left;
	background:url(images/menu_border.png) right no-repeat;
}
#menu a {
	float:left;
	height:20px;
	padding:10px 30px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
#menu a:hover {
	background:url(images/menu_border.png);
}
#main {
	float:left;
	width:995px;
	margin:5px 0;
	background-color:#ECECEC;
	color:#111111;
	font-size:11px;
}
#main a {
	color:#333333;
}
#main a:hover {
	color:#000000;
}
#main br {
	line-height:8px;
}
#sidebar {
	width:160px;
	float:right;
	padding:0 30px 30px 30px;
	margin-top:10px;
}
#sidebar h3 {
	font-size:17px;
	font-weight:normal;
	margin:20px 0 5px 0;
}
#sidebar ul {
	margin:0;
	padding:0;
	border-top:1px solid #ECECEC;
}
#sidebar li {
	list-style:none;
	border-bottom:1px solid #ECECEC;
}
#sidebar li a {
	color:#111111;
	text-decoration:none;
	padding:3px;
	display:block;
}
#sidebar li a:hover {
	background-color:#ECECEC;
}
#text {
	line-height:14px;
	margin-right:225px;
	padding:10px 30px 30px 30px;
	text-align:left;
}
#text h1 {
	font-size:22px;
	font-weight:normal;
	margin:20px 0 10px 0;
}
#text h2 {
	font-size:19px;
	font-weight:normal;
	margin:20px 0 10px 0;
}
#text ol, #text ul {
	padding:0;
	margin:8px 0;
}
#text li {
	margin-left:40px;
}
#footer {
	width:995px;
	height:185px;
	color:#FFFFFF;
	font-size:11px;
	background-image:url(images/footer_bg.png);
	clear:both;

}
hr {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	background-color: #666666;
}


