/* base
----------------------------------------------- */

body {
		margin:5px 0px 0px 5px;
		}
	#leftcontent {
		position: absolute;
		left:10%;
		width:19%;
		top:290px;
		background:#fff;

		}

	#centerleftcontent {
		position: absolute;
		left:30%;
		width:19%;
		top:290px;
		background:#fff;

		}

	#centerrightcontent {
		position: absolute;
		left:50%;
		width:19%;
		top:290px;
		background:#fff;

		}

	#rightcontent {
		position: absolute;
		left:70%;
		width:19%;
		top:290px;
		background:#fff;

		}

	#column1 {
		position: absolute;
		left:25%;
		width:35%;
		top:250px;
		background:#fff;

}

	#column2 {
		position: absolute;
		left:60%;
		width:20%;
		top:250px;
		background:#fff;

}

#feedercontent {
	clear: both;
	margin: 0 20px;
	padding: 5px 4px 0 4px;
	top: 1050px;

}

#head {
	width: 760px;
	height: 72px;
	background: url(http://www.dinarius.com/images/AboveTheFoldHead.gif) no-repeat;
}

	#rightcontent, #centerrightcontent, #centerleftcontent, #leftcontent {
		font-size: 10px;
		font-family: Arial, verdana, Helvetica;
		color: #666;
		text-align: justify;
		}

	#column2 {
		font-size: 12px;
		font-family: Arial, verdana, Helvetica;
		color: #666;
		text-align: justify;
		}
		
	p,h1,pre {
		margin:0px 10px 5px 5px;
		}
		
	h3,h2 {
		font-size:12px;
		text-align: center;
		background-color: #CDCDCD;

		}