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

body {
	background-color:#FFFFFF;
	color:#333333;
	font-family:"Century Gothic";
	font-size:14px;
	font-weight:bold;
	margin:0px;
	margin-top:10px;
	text-align:center;
}

a {
	color:#000000;
}

#container {
	position:relative;
	width:980px;
	background-image:url(../images/template_r2_c1.jpg);
	margin:0px auto;
}

#nav {
	position:absolute;
	width:950px;
	left:15px;
	top:160px;	
	text-align:center;
}

#nav a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
	margin:0px 20px; 
}

#nav a:hover {
	color:#00923F;
}

#sub {
	position:absolute;
	width:220px;
	top:100px;
	left:45px;
}

#heading {
	font-size:18px;
	font-weight:bold;
}

#content {
	margin:0px auto;
	text-align:center;
	width:950px;
	min-height:400px;
}

#button {
	width:258px;
	height:48px;
	position:relative;
	background-image:url(../images/button.jpg);
	margin:0px auto;
}

#button a {
	position:relative;
	top:15px;
	width:100%;
	margin:0px auto;
	text-decoration:none;
	color:#50140A;
	font-weight:bold;
}

#quick-search {
	position:relative;
	width:220px;
	height:301px;
	text-align:right;
	margin:0px auto;
	padding-top:10px;
	color:#FFFFFF;
	background-image:url(../images/qs-bg.jpg);
	background-repeat:no-repeat;
}

#quick-search input,select {
	font-size:11px;
}

#quick-search label {
	display:block;
	margin:6px 0px;
	margin-right:12px;
	font-weight:bold;
	font-size:12px;
}

#bottom {
	position:relative;
	
	width:980px;
	margin:0px auto;
	font-size:10px;
}

#copy {
	float:left;
	text-align:left;
	margin-left:10px;
}

#design {
	float:right;
	text-align:right;
	margin-right:10px;
}