* {
	margin: 0px;
	padding: 0px;
	}
html, body {
	height: 100%;
	}
body {
	font: normal 12px/1.2 Verdana, Arial, Helvetica, sans-serif;
	color: #313131;
	background: url(../images/home_red.jpg) repeat-y #000;
	min-height: 839px;
	}
img {
	border: 0px;
	}
p {
	padding: 6px 0;
	}
ul, ol {
	margin-left: 40px;
	}
a {
	color: #313131;
	outline: none;
	}
	a:hover {
		color: #772432;
		}
h1 {
	font: normal 33px/1.2 Georgia, "Times New Roman", Times, serif;
	color: #e60d2e;
	padding-bottom: 15px;
	}
h3 {
	font-size: 14px;
	color: #ded7a9;
	}
input, object {
	outline: none;
	}
.container {
	height: 100%;
	width: 100%;
	background: url(../images/home_bg.jpg) no-repeat;
	}
.content {
	padding-left: 205px;
	width: 775px;
	float: left;
	}
/** Menu **/
.menu {
	float: left;
	width: 525px;
	}
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	.menu li {
		float: left;
		}
		.menu li a {
			border-left: 1px solid #3b3b3b;
			padding: 10px 18px 0 7px;
			display: block;
			text-decoration: none;
			}
			.menu li a:hover {
				text-decoration: underline;
				color: #313131;
				}
.menu.share {
	width: 250px;
	}
/** Text Areas **/
.top {
	width: 550px;
	float: left;
	padding: 60px 60px 30px 0;
	}
.box1 {
	float: left;
	width: 237px;
	height: 244px;
	padding: 25px;
	background: url(../images/white.png);
	}
	.print_ads {
		margin-left: 15px;
		font-size: 11px;
		}
.box2 {
	float: left;
	width: 292px;
	height: 244px;
	padding: 25px;
	background: url(../images/white.png);
	margin-left: 30px;
	}
	.box1 ul, .box2 ul {
		list-style-image: url(../images/red_arrow.png);
		margin: 5px 0 10px 15px;
		padding: 0px;
		font-size: 11px;
		}
		.box1 li, .box2 li {
			margin-bottom: 8px;
			}
		.box1 ul li ul, .box2 ul li ul {
			list-style-type: square;
			list-style-image: none;
			margin: 5px 0 5px 15px;
			}
/** Footer **/
.footer {
	margin-top: 50px;
	width: 650px;
	float: left;
	color: #fff;
	display: inline;
	border-top: 1px solid white;
	}
	.footer a {
		color: #fff;
		text-decoration: none;
		}
		.footer a:hover {
			color: #ded7a9;
			text-decoration: underline;
			}
.copyright {
	font-size: 10px;
	}