
body {

	margin:0px; padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#d6d1c4;
	font-size:12px;
	line-height:19px;
	background:url(images/bg-grad.gif) #1f2123 repeat-x;
}

#main {
	background:url(images/bg-grad.gif) #1f2123 repeat-x;
}
	

.container {
	width:820px;
	margin:0 auto;
	text-align:justify;
	position:relative;
}

/* 
Content
*/

.main_content {
width:516px;

float:left;
margin: 0 0 0 0;
}

.home_content {
width:516px;
overflow:auto;
float:left;
margin: 0 0 0 0;
position:relative;
}

.text_box {
margin: 0 25px 25px 0;
}

/* 
Sidebars
*/

.sidebar {
width:300px;
margin 10px 10px 10px 10px;
min-height:300px;
float:right;
}

.sidebar_home{
width:300px;
min-height:367px;
float:right;
margin-bottom:20px;
position:relative;
}


/* 
Header-Styles 
*/

#header {
padding-top:20px;
padding-bottom:20px;
}

.main_image {
	width:820px;
	height:300px;
	margin-bottom:25px;
}


/* 
	Text-Styles   
*/

.small {
color:#999999;
font-size:11px;
}

.sub_header1 {
	margin:0px 0px 20px 0px;  
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff0ac;
	font-size:26px;
	line-height:19px;
}

.sub_header2 { 
	padding:0px;
	color:#fff0ac;
	font-size:12px;
	text-transform:uppercase;
}

.sub_header3 { 
	padding:0px;
	color:#d6d1c4;
	font-size:12px;
	text-transform:uppercase;
}





a {

	color:#0099FF;
	text-decoration:none;
}


a:hover {
	text-decoration:none;
	color:#cccccc;
}


p { margin: 0px 0px 15px 0px; }



/*
	Footer-Styles
*/


.footer_line {
	width:820px;
	max-height:1px;
	background-color:#fff0ac;
	position:relative;
	float:left;
	
}

.footer_column {
	margin-top:10px;
	font-size:10px;
	float:right;
	width:280px;
	text-align:right;
}

.footer_long {
	margin-top:10px;
	font-size:10px;
	float:left;
	width:300px;
	text-align:left;
}

a.footerlink {



	color:#999999;

	text-decoration:none;

}





a:hover.footerlink {
	text-decoration:none;
	color:#cccccc;
}






/* Fix up IE6 PNG Support */

img, #logo { behavior: url(scripts/iepngfix.htc); }












