* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
}

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 12px;
	line-height: 1.7em;
}

#overlay {
	position: absolute;
	left: 0px;
	top: 154px;
}

#containerbg {
	width: 765px;
	height: 640px;
	margin: 0 auto;
	background-image: url(../images/contentbg.jpg);
	background-repeat: no-repeat;
}

#container {
	width: 742px;
	margin-left: 12px;
}

#header {
	width: 742px;
	height: 154px;
	background-image: url(../images/headerbg.jpg);
}

#headermenu {
	margin-left: 30px;
	margin-top: 110px;
	float:left;
}

#headermenu li {
	list-style-type: none;
	float: left;
	margin-right: 30px;
}

#headermenu li a {
	text-decoration: none;
	font-size: 10px;
	color: #858585;
}

ul#menu {
	float:left;
	width: 197px;
	height: 180px;
	padding-left: 15px;
	padding-top: 2px;
	background-image: url(../images/menubg.jpg);
	background-repeat: repeat-x;
}

ul#menu li {
	list-style-type: none;
	width: 158px;
	height: 17px;
	padding-left: 13px;
	padding-bottom: 5px;
	background-image: url(../images/linkbg.gif);
	background-position:0px -2px;
}

ul#menu li.lastone {
	height: 23px;
}

ul#menu li a {
	text-decoration: none;
	font-size: 14px;
	color: #fff;
}

img#mainimg {
	float:left;
	margin-left: 2px;
}

div.grayline {
	float: left;
	height: 5px;
	width: 742px;
	border-top: solid 2px #fff;
	background-color: #ccc;
}

#column_left {
	float: left;
	width: 177px;
	height: 500px;
	margin-left: 15px;
	margin-top: 25px;
}

#column_left h3 {
	font-size: 13px;
	margin-bottom: 10px;
}

#column_left img {
	margin-bottom: 15px;
}

#column_left p {
	margin-bottom: 15px;
}

#column_right {
	float: left;
	width: 508px;
	height: 500px;
	margin-left: 22px;
	margin-top: 25px;
}

#column_right h1 {
	font-size: 20px;
	margin-bottom: 18px;
	line-height: 1.2em;
}

#column_right p {
	margin-bottom: 12px;
}

#column_right h4 {
	font-size: 12px;
}

#column_right table td, #column_right table th {
	padding: 5px;
}

#column_right table th {
	text-align: left;
	background-color: #f90;
	color: #fff
}

#column_right table tr.color {
	background-color: #fff0d9;
}

#column_right table#team tr td h3 {
	font-size: 17px;
}

table.form tr td input.field, table.form tr td textarea {
	border: 1px solid #f90;
	background-color: #fff0d9;
	width: 300px;
}
