@charset "UTF-8";


/* Body */

body {
	margin:0px;
	padding:40px;
	text-align:center;
	background-image: url();
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size:0.7875em;
	line-height:1.273;
	color: #666666;
	}
	

#container {
	width:100%;
	margin:0px auto;
	text-align:left;
	padding:0px;
	background-image: url(../_images/bgs/bg_wrap.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	}


#content {
	width:900px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/back.gif);
	background-repeat: no-repeat;
	border: 15px solid #bcbdc0;
	}


/* Header */

.header{
	width:900px;
	height:120px;
	padding:0px;
	
	margin: 0px;
	}

#headerleft{
	width:286px;
	height:50px;
	padding-top:70px;
	float:left;
	text-align:right;
	margin: 0px;
	padding-right: 64px;
}

#headerright{
width:500px;
	height:40px;
	padding-top:80px;
	float:left;
	text-align:right;
	margin: 0px;
	padding-right: 50px;
}

.style1 {
	color: #AC0B13;
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
}
.style2 {
	font-size: 9pt;
	color: #666666;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 24px;
}

.style3 {color: #AC0B13}


/* Content */
	
#leftcol {
	width:264px;
	height:378px;
	float:left;
	padding-left: 10px;
	padding-top: 22px;
	background-image: url(../_images/layout/arb_colec.png);
	background-repeat: no-repeat;
	background-position: 7px 10px;
	padding-right: 10px;
	text-align: right;
	}
	
	
#rightcol {
	width:596px;
	height:376px;
	float:left;
	padding-left: 20px;
	padding-top: 24px;
	}
	
	
#rightcoltext {
	width:350px;
	height:350px;
	float:left;
}

#rightimage {
	width:250px;
	height:350px;
	float:left;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#rightcoltext2 {
	width:280px;
	height:350px;
	float:left;
	padding-right: 10px;
}


#rightcolthin {
	width:175px;
	height:350px;
	float:left;
}

#rightcolright {
	width:400px;
	height:350px;
	float:left;
}
	
	
/* Footer */	
	
#foot {
	width:900px;
	clear: both;
	height:22px;
	padding-top: 3px;
	background-image: url(../_images/bgs/footerbg.jpg);
	background-repeat: no-repeat;
	text-align: right;
	}
	
	
.copyright{
	font-size: 9px;
	line-height:0.2;
	color: #999999;
	margin-right: 0px;
	
	padding-right: 5px;
    }
	

.copyright a {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	}
	
	
/* Styles */

.news {
	color: #000000;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	text-indent: 25px;
	}


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


a{
	color: #444444;
		text-decoration:none;


	}
	
	
a:hover{
	color: #cccccc;
		text-decoration:none;


	}
