body {
	background: #1e1e1e;
	font-family: verdana;
	font-size: 11px;
}

img {
   border-style: none;
}

* {
	margin: 0;
	padding: 0;
}

#wrapper {
	background: url('../images/bg.jpg');
	width: 780px;
	margin: auto;
}

#branding {
	width: 780px;
}

#branding img {
	vertical-align: bottom;
}

#menu {
	width: 750px;
	background: #fff;
	margin: auto;
	text-align: center;
	position: relative;
}

#menu img {
	border: 1px solid #a0a0a0;
	margin-top: 6px;
}

#menuLinks {
	position: absolute;
	bottom: 20px;
	left: 30px;
	z-index: 1;
}

#menuLinks a:link, #menuLinks a:active, #menuLinks a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	margin-right: 30px;
	font-family: verdana;
	letter-spacing: 2px;
}

#menuLinks a:hover {
	color: #bf9530;
	text-decoration: underline;
	font-family: verdana;
}

a:link, a:active, a:visited {
	color: #916a0d;
	text-decoration: none;
}

a:hover {
	color: #bf9530;
	text-decoration: underline;
}

#content {
	width: 750px;
	background: #fff;
	margin: auto;
	text-align: left;
	padding-top: 20px;
}

#content p {
	line-height: 15pt;
	color: #1e1e1e;
}

h1 {
	font-size: 24px;
	font-family: Georgia;
	color: #1e1e1e;
	letter-spacing: 0px;
	font-weight: lighter;
}

#leftCol {
	width: 560px;
	float: left;
	margin-left: 25px;
	display: inline;
}

#rightCol {
	margin-right: 35px;
	float: right;
	display: inline;
}

.clear {
	clear: both;
}

#footer {
	width: 750px;
	background: #1e1e1e;
	margin: auto;
}

#footerContent {
	color: #fff;
	font-size: 10px;
	padding: 15px;
	line-height: 16pt;
	color: #bfbfbf;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #bf9530;
	text-decoration: none;
	margin-right: 5px;
}

#footer a:hover {
	color: #bf9530;
	text-decoration: underline;
}

#footerLeft {
	float: left;
}

#footerRight {
	float: right;
	text-align: right;
}

.cHeading {
	font-weight: bold;
	letter-spacing: 1px;
}

#contactForm fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #bfbfbf;
	background: #e6e6e3;
}

#contactForm label {
	float: left;
	margin-bottom: 1px;
	width: 130px;
}

#contactForm #name, #contactForm #email, #contactForm #number {
	width: 180px;
	margin-bottom: 10px;
	border: 1px solid #bfbfbf;
	height: 20px;
}

#contactForm textarea {
	width: 250px;
	height: 90px;
	border: 1px solid #bfbfbf;
	margin-bottom: 10px;
}

#contactForm h3 {
	font-size: 15px;
}

#contactForm #submit {
	padding: 2px;
}

.required {
	font-size: 0.85em;
	color: #ff0000;
}

#mailError {
	border: 1px solid #bfbfbf;
	background: #efefef url(../images/error.jpg) 15px 50% no-repeat;
	padding: 20px 20px 20px 70px;
	font-weight: bold;
	color: red;
}

#mailGood {
	border: 1px solid #bfbfbf;
	background: #efefef url(../images/bigTick.jpg) 15px 50% no-repeat;
	padding: 20px 20px 20px 70px;
	font-weight: bold;
	color: green;
}

ul {
	list-style-type:circle;
	color: #1e1e1e;
	padding-left: 15px;
}

li {
	padding-left: 5px;
	padding-bottom: 5px;
}