body {
	margin: 0px; padding: 50px 100px; font-family: Tahoma, Geneva, sans-serif; background-image: url("images/body_bg.png");
}
#container {
	padding: 10px; background-color: rgb(255, 255, 255);
}
#header {
	height: 150px; background-image: url("images/header_bg.png");
}
#logo {
	background: url("images/header.png") no-repeat; padding: 50px 0px 0px 30px; height: 100px; font-size: 30px;
}
#logo a {
	color: rgb(255, 255, 255); text-decoration: none;
}
#slogan {
	padding: 60px 30px 0px 0px; color: rgb(255, 255, 255); font-size: 18px; float: right;
}
#menu {
	height: 40px; margin-top: 5px; background-image: url("images/menu_bg.png");
}
#menu ul {
	margin: 0px; padding: 0px;
}
#menu li {
	background: url("images/menu_border.png") no-repeat right; list-style: none; float: left;
}
#menu a {
	padding: 10px 30px; height: 20px; color: rgb(255, 255, 255); font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; text-decoration: none; float: left;
}
#menu a:hover {
	background: url("images/menu_border.png");
}
#main {
	background: url("images/main_bg.png") repeat-y right; margin: 5px 0px; width: 100%; color: rgb(17, 17, 17); font-size: 10pt; float: left;
}
#main a {
	color: rgb(51, 51, 51);
}
#main a:hover {
	color: rgb(0, 0, 0);
}
#main br {
	line-height: 8px;
}
#sidebar {
	padding: 0px 30px 30px; width: 180px; margin-top: 10px; float: right; align:top;
}
#sidebar h3 {
	margin: 20px 0px 5px; font-size: 17px; font-weight: normal;
}
#sidebar ul {
	margin: 0px; padding: 0px; border-top-color: rgb(236, 236, 236); border-top-width: 1px; border-top-style: solid;
}
#sidebar li {
	list-style: none; border-bottom-color: rgb(236, 236, 236); border-bottom-width: 1px; border-bottom-style: solid;
}
#sidebar li a {
	padding: 3px; color: rgb(17, 17, 17); text-decoration: none; display: block;
}
#sidebar li a:hover {
	background-color: rgb(236, 236, 236);
}
#text {
	padding: 10px 30px 30px; line-height: 14px; margin-right: 225px;
}
#text h1 {
	margin: 20px 0px 10px; font-size: 22px; font-weight: normal;
}
#text h2 {
	margin: 20px 0px 10px; font-size: 19px; font-weight: normal;
}
#text ol {
	margin: 8px 0px; padding: 0px;
}
#text ul {
	margin: 8px 0px; padding: 0px;
}
#text li {
	margin-left: 40px;
}
#footer {
	height: 40px; color: rgb(255, 255, 255); clear: both; font-size: 11px; background-image: url("images/footer_bg.png");
}
#footer a {
	color: rgb(255, 255, 255);
}
#footer a:hover {
	color: rgb(223, 223, 223);
}
#footer_left {
	padding: 13px 0px 0px 30px; float: left;
}
#footer_right {
	padding: 13px 30px 0px 0px; float: right;
}
