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

body {
	background-color: #bcbcbc;
	text-align: center;
	margin: 0px;
	}
	
#background {
	background-image: url(images/pages/back_repeat.png);
	width: 100%;
	height: 180px;
	position: absolute;
		top: 0;
		left: 0;
	z-index: 0;
	}	
	
#pageCenter {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	background-color: #FFFFFF;
	}	
	
#container {
	width: 700px;
	height: auto;
	background-color: #FFFFFF;
	}
		
#banner {
	background-image: url(images/pages/banner.png);
	background-repeat: no-repeat;
	width: 700px;
	height: 180px;
	position: relative;
		top: 0;
		left: 0;
	z-index: 1;
	}			
	
#left {
	width: 150px;
	height: auto;
	float: left;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 150%;
	padding-left: 10px;
	line-height: 250%;
	}
	
#right {
	width: 140px;
	height: auto;
	float: right;
	color: #669900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 150%;
	padding-right: 10px;
	}
	
#center {
	margin: 0 165px 0 175px;
	padding: 0 0 20px 0;
	height: auto;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
	background-color: #FFFFFF;
	float: none;
	}
	
.left {
	float: left;
	}
	
.right {
	float: right;
	padding: 18px 0 5px 10px;
	}	
	
.clear {
	clear: both;
	}		
	
.h1 {
	border-bottom: thin #CCCCCC dotted;
	width: 100%;
	}	
	
.center {
	text-align: center;
	}	
	
.box {
	border: dotted #CCCCCC thin;
	width: 330px;
	height: 165px;
	}
	
.orange {
	color: #CC6600;
	}
	
.green {
	color: #669900;
	}
	
.dark {
	color: #333333;
	}		
	
.border {
	width: 100%;
	border-bottom: thin dotted #CCCCCC;
	}		
	
#footer {
	background-color: #333333;
	border-bottom: 20px #000000 solid;
	background-repeat: repeat-x;
	width: 100%;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	clear: both;
	}

a:link {
	color:  #CC6600; 
	outline-style:none;
	}
	
a:visited {
	color: #666666;
	outline-style:none;
	}
	
a:hover {
	color: #669900;
	outline-style:none;
	}
	
a:active {
	color:  #CC6600;
	outline-style: none;
	}				

