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

* {
  margin:0;
	padding:0;
	list-style:none;
}
body {
  background: #ffffff url(images/headbg.gif) repeat-x;
	background-color: #FFFFFF;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#container {
  width:1024px;
	margin:0 auto;
}
#inner {
  width:1024px;
	margin:0 auto;
}
#header {
  background:url(images/headbg.gif) repeat-x;
	height:80px;
}
#mainhead {
  height:459px;
	background:url(images/main.gif) no-repeat left;
}
#page #mainhead {
  height:50px;
	background:#fef8e0;
	border-top:1px solid #fbe8ae;
	border-bottom:1px solid #fbe8ae;
}
#content {
  background:url(images/line.gif) no-repeat top;
	width:1024px;
}
#page #footer {
  height:120px;
}
#page #content p {
  margin-bottom:25px;
	font-size:30px;
	line-height:40px;
}
.left { float: left; }
.right { float:right; }
#page #content h3 {
  font-size:28px;
}
#footer {
  background:#f9db63;
	height:30px;
	border-top:1px solid #8f8768;
}
#header ul {
  list-style:none;
	font-weight:bold;
	font-size:11px;
	float:right;
	margin-top:54px;
	width:310px;
}
#header ul li {
  float:left;
	margin-left:15px;
}
#mainhead ul {
  float:right;
	width:296px;
}
#mainhead ul li {
  float:left;
	margin-left:5px;
	font-size:14px;
}
#mainhead ul li a {
  color:#000000;
	text-decoration:none;
}
#mainhead ul li a:hover {
  color:#bd9700;
}
#headcontent {
  width:350px;
	float:right;
	clear:both;
	margin: 45px 10px 0 0;
}
#headcontent ul {
  width:auto;
	float:left;
}
#headcontent ul li {
  float:none;
	font-size:18px;
	padding:0;
}
h1 {
  font-size:34px;
	margin-bottom:20px;
}
#footer p {
  font-size:10px;
	padding: 2px 5px;
}
.collumn {
  width:235px;
	float:left;
	margin-right:75px;
	margin-left:15px;
}
.collumnwide {
  width:345px;
	float:left;
}
h3 {
  font-size:18px;
	margin: 20px 0 5px 0;
}
.collumn p, .collumnwide p {
  margin:5px 0 15px 0;
}
label {
  float:right;
	height:20px;
	line-height:20px;
	font-weight:bold;
	margin:0 8px;
}
input {
  float:right;
	height:20px;
	background:#ffffc0;
	border: 1px solid #fbeba8;
	width:152px;
	margin-left:8px;
}
#newsletter {
  margin: 15px 5px 15px 5px;
}
span.title {
  font-size:22px;
	font-weight:bold;
	float:left;
	margin:15px 0 0 15px;
}
