* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 12px;
 padding-top: 60px;
}
#wrapper {
 width: 770px;
 margin: 0 auto;
}

#bg_shadow {
	width:850px;
	background-image: url(bg.png);
	background-repeat: repeat-y;
	background-position: center bottom;
	height: 533px;
	float: left;

}

#leftcolumn {
	margin: 0px;
	display: inline;
	width: 25%;
	float: left;
	min-height: 500px;
	padding: 0px;
	background-color: #FFFFFF;
	border-top: 1px solid #ccc;
	border-right: none;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
* html #leftcolumn {height:500px} /* IE Min-Height Hack */ 

#logo
{
	margin-top: 20px;
	text-align: center;
}

#menu
{
	text-align: right;
	margin-top: 46px;
	margin-right: 14px;

}

#menu a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;

}

#menu a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #990000;

}

#menu a.active
{
	color: #990000;
}

#centercolumn {
	margin: 0px 0px 0px 0px;
	display: inline;
	padding: 0px;
	width: 404px;
	float: left;
	min-height: 500px;
	border: 1px solid #ccc;
	background-image: url(back_1.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
* html #centercolumn {height:500px} /* IE Min-Height Hack */ 

#centercolumn p, li{
	line-height: 18px;

}

#centercolumn  li{
	list-style-image: none;
	background-image: url(images/bullet.png);
	background-position: left 5px;
	padding-left: 15px;
	background-repeat: no-repeat;
	list-style-type: none;


}

#content_text
{
	margin-top: 50px;
	margin-left: 50px;
	margin-right: 50px;
	text-align: left;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content_text h1
{
	margin-bottom: 20px;
	text-align: right;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;

}


#rightcolumn {
	border: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	width: 25%;
	float: left;
	min-height: 502px;
	background-color: #000000;

}
* html #rightcolumn {height:502px} /* IE Min-Height Hack */ 

#righttext
{
	margin-top: 330px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#validations
{
margin-top: 240px;
margin-left: 50px;
}

a, h1 { 
color: #990000

}
