	body {
		background-color: #9EAB79;
		margin: 0px;
		padding: 0px;
	}
	#redbox {
		background: #CE3D3A /*url(images/redbg.gif) repeat-y 50% 0%*/;
		width: 40%;
		border-right: 2px solid #000;
		text-align: right;
	}
	#rightcontent {
		float: right;
		margin-top: 5px;
		padding-right: 5px;
		width: 190px;
		text-align: left;
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		line-height: 130%;
		color: #000;
	}
	a {
		text-decoration: none;
		font-weight: bold;
		color: #ff0;
	}
	a:hover {
		text-decoration: underline;
	}
	#rightcontent h3 {
		color: #000;
		font-size: 13px;
		line-height: 80%;
	}
	#maincontent {
		padding-left: 5px;
		padding-top: 5px;
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		line-height: 130%;
		color: #000;
	}
	#maincontent h1 {
		font-size: 26px;
		line-height: 80%;
	}
	#maincontent h2 {
		font-size: 19px;
		line-height: 80%;
	}
	#maincontent h3 {
		font-size: 13px;
		line-height: 70%;
	}
	/* #maincontent a{
		text-decoration: none;
		font-weight: bold;
		color: #CE3D3A;
	}
	#maincontent a:hover {
		text-decoration: underline;
	} */
	#contentwrapper {
		width: 450px;
	}
