body { 
	text-align:center; 
	font-family:verdana, arial, sans-serif; 
	font-size:12px; 
	color:#000; 
	margin:0 auto;
}

a {	color:#336699;}

/* --------------HEADER-------------- */

#header {
	height:226px;
	background-image:url('images/header-bg.jpg');
	background-repeat:repeat-x;
	clear:both;
}

#navigation {
	width:800px;
	margin:0 auto;
	padding-bottom:5px;
	border-bottom:#009900 solid 7px;
}

/* -------Content--------- */

#wrap {
	margin:0 auto;
	width: 800px;
	padding-bottom:10px;
	border-bottom:#009900 solid 7px;
}

#content {
	margin:10px 0 0 0;
	width: 800px;
	text-align: justify;
}

.borderimg {
		border: 10px solid #CCCCCC;
	}

#frontselect {
	width:510px;
	height:87px;
	border:#333 solid 1px;
}

	#select1 {
		width:169px;
		height:87px;
		float:left;
		background-color:#0000FF;
		background-position: center center;

	}

		#select2 {
			width:169px;
			height:87px;
			float:left;
			background-color:#0033FF;
			background-position: center center;
		}

			#select3 {
				width:170px;
				height:87px;
				float:right;
				background-color:#0066FF;
				background-position: center center;
			}

#footer {
	height:30px;
	margin:10px 0 10px 0;
	background-color:#6666CC;
	clear:both;

}

#footer-content {
	margin:auto;
	width:800px;
	font-size:8;
}
