/* Overall */

body
{
	margin:0;
	padding:0;
	
	color:#AAAAAA;
	font-family:Verdana;
	font-size:12px;
	
	background-color:#DDDDDD;
	font-weight:bold;
}

img
{
	border:0;
}

/* Main structure */
.clear
{
	clear:both;
}

div#div_bodycontainer
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:1100px;
	
	background-color:White;
}

div#div_body
{
	text-align:left;
	width:100%;
	
	padding: 10px 10px 10px 10px;
	
	float:none;
}

div#div_top
{
	float:none;
	width:100%;
}

div#div_content
{
	float:none;
	width:100%;
}

div#div_leftcolumn
{
	float:left;
	width:25%;	
}

div#div_middlecolumn
{
	float:left;
	width:30%;
}

div#div_rightcolumn
{
	float:right;
	width:45%;
}

/* styles */
h1
{
 	font-family:Arial;
 	font-weight:bold;
	font-size:80px;
	color:#DDDDDD;
}

h2
{
	font-size:24px;
	font-weight:bold;
}

a
{
	color:#AAAAAA;
	text-decoration:none;
}