body {
	background: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 21px;
}

#wrapper {
	width: 600px;
	margin: 0 auto; /* It's important to set the margin to auto if you want the layout to center */
	border: 1px solid #000000;
	height: 760px;
	background-color: #cc0000;
}

#header, #column1, #column2, #column3, #column4 ,#footer{
    padding: 10px;  /* This sets a 10px padding on all of our content boxes */
}

#header {
	background: #CC0000;
	margin: 0;
    padding 0;
	color: #FFFFFF;
	text-align: center;
}

.container {position:absolute; top:85px; margin-left:15px; width:400px;
color: #FFFFFF;
 font-size: 13px;
 font-weight: bold;
 line-height: 20px;

} 
.column {position:absolute; top:5px;}
#a {
	left:0;
	width:180px;
	text-align: center;
}
#b {left:181px; width:10px;}
#c {
	left:192px;
	width:180px;
	text-align: center;
}
#d {left:373px; width:10px;}
#e {
	left:384px;
	width:180px;
	text-align: center;
} 

#footer {
	clear: both;

}
#column_left {
	float: left;
	width: 355px;
	color: #000000;
	font-size: 12px;
	line-height: 20px;
	padding-left: 30px;
	padding-right: 42px;
	height: 900px;
}
#column_right {
	float: right;
	width: 215px;
	text-align: left;
	padding-top: 375px;
}
.red_text {
	color: #CC0000;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #CC0000;
}
a:visited {
	color: #666666;
}
.right_text {
	margin-top: 28px;
/*IE7*/
	*margin-top: 24px;
	_margin-top: 24px;
	
}
.title_graphic {
	margin-top: 15px;
	margin-bottom: 160px;
}
.red_textBig {
	color: #CC0000;
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	line-height: 34px;
}

