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

* {
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
body {
	background:#9f9f9f;
}
#wrapper {
	position:relative;
	left:50%;
	margin:0px 0px 0px -400px;
	width:800px;
	min-height:400px;
	background:#FFF;
}
	#header {
		position:relative;
		top:0px;
		width:800px;
		height:250px;
		background:url(../Images/header.jpg) top no-repeat;
	}
		#links {
			text-align:center;	
		}
			#links a {
				font-family:Arial, Helvetica, sans-serif;
				color:#FFF;
				text-decoration:none;
			}
			#links a:hover {
				font-family:Arial, Helvetica, sans-serif;
				color:#FFF;
				text-decoration:underline;
			}
			div.i_link {
				display:inline-block;
				margin:10px 0px 0px 0px;
				text-align:center;
				width:100px;
			}
			div.spacer {
				display:inline-block;
				margin:10px 0px 0px 0px;
				color:#FFF;
				text-align:center;
				width:25px;
			}
			#link_001 {
				position:absolute;
				left:100px;
			}
			#spacer_001 {
				position:absolute;
				left:200px;
			}
			#link_002 {
				position:absolute;
				left:225px;
			}
			#spacer_002 {
				position:absolute;
				left:325px;
			}
			#link_003 {
				position:absolute;
				left:350px;
			}
			#spacer_003 {
				position:absolute;
				left:450px;
			}
			#link_004 {
				position:absolute;
				left:475px;
			}
			#spacer_004 {
				position:absolute;
				left:575px;
			}
			#link_005 {
				position:absolute;
				left:600px;
			}
	#slider {
		position:relative;
		width:700px;
		height:200px;
		background-color:#333;
		left:50%;
		margin:-50px 0px 0px -350px;
	}
	#body {
		position:relative;
		width:700px;
		padding:10px 50px 10px 50px;
	}
		#body h1 {
			font-size:14px;
		}
		#body li {
			margin:5px 0px 3px 40px;
		}
		td.choice_header {
			font-size:14px;
			font-weight:bold;
			text-align:center;
			padding:5px 0px 10px 0px;
		}
		td.choice_td {
			padding:5px 0px 5px 0px;
			width:200px;
			text-align:center;
			height:14px;
		}
		td.choice_h {
			font-size:12px;
			text-align:center;
			padding:5px 0px 10px 0px;
		}

		table.table_choice {
			border:1px solid #ccc;
		}
		hr.line_down {
			margin:35px 0px -35px 0px;
			width:350px;
			color:#999;
		}
	#divider {
		position:relative;
		top:0px;
		width:800px;
		height:20px;
		background:url(../Images/header.jpg) top no-repeat;
	}
	#footer {
		position:relative;
		background:#505050;
		width:800px;
		height:100px;
		padding:20px 0px 0px 0px;
		text-align:center;
		color:#FFF;
	}
	#footer b {
		color:#FFF;
	}
	#footer address {
		color:#fff;
	}
