@charset "utf-8";
/* CSS Document */


body {

	margin:0px; padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	line-height:19px;
	background-color:#000000;
}

#main {
	background:#000000;
}
	
.container {
	width:900px;
	margin:0 auto;
	text-align:justify;
	position:relative;
}

/* 
Content
*/

.main_content {
width:520px;

float:left;
margin: 0 0 0 0;
}

.main_content_port {
width:900px;

float:left;
margin: 0 0 0 0;
}

.text_box {
margin: 0 25px 25px 0;
}

/* 
Header-Styles 
*/

#header {
padding-top:20px;
padding-bottom:20px;
margin-bottom:140px;
}

.logo {
left:0;
width:131px;
height:131px;
position:absolute;
}

.painter {
right:0;
width:250px;
position:absolute;
}

.main_image {
	width:900px;
	height:300px;
	margin-bottom:25px;
	margin-top:10px;
}

/* 
Sidebars
*/

.sidebar {
width:320px;
margin 10px 10px 10px 10px;
min-height:300px;
float:right;
}

/* 
	Text-Styles   
*/

.small {
color:#999999;
font-size:11px;
}

.sub_header1 {
	margin:0px 0px 20px 0px;  
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#e5000c;
	font-size:18px;
	text-transform:uppercase;	
}

.sub_header2 { 
	margin:0px 0px 20px 0px;  
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#c5e6ee;
	font-size:18px;
	text-transform:uppercase;	
}

.sub_header3 { 
	margin:0px 0px 5px 0px;  
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#e5000c;
	font-size:14px;
	text-transform:uppercase;	
}

/* 
	Links   
*/

a {
	color:#ffffff;
	text-decoration:underline;
}


a:hover {
	color:#ffffff;
	text-decoration:none;
	background-color:#e5000c;
}


a.smlink {
	font-size:11px;
	color:#cccccc;
	text-decoration:none;
}


a:hover.smlink {
	font-size:11px;
	text-decoration:none;
	color:#ffffff;
}


p { 
margin: 0px 0px 10px 0px; 
}



/*
	Footer-Styles
*/

.footer_line {
	width:900px;
	max-height:1px;
	background-color:#e5000c;
	position:relative;
	float:left;
	margin-top:15px;
	
}

.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:#ffffff;
	text-decoration:none;
}


a:hover.footerlink {
	text-decoration:none;
	color:#000000;
}

.port_holder {
width:900px;
height:auto;
overflow:auto;
margin-bottom:35px;
position:relative;
}

.port_image {
width:600px;
position:relative;
float:left;
}

.port_text {
width:280px;
position:relative;
float:right;
text-align:left;
}




/* Fix up IE6 PNG Support */

img, #logo { 
behavior: url(scripts/iepngfix.htc); 
}
