body {
	background: url(../images/bg.png) repeat;
	font-family: arial, sans-serif;
	color: #6E7D27;
	font-size: 70%;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a {
	color: gray;
	text-decoration: none;
}

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

#wrapper {
	width: 100%;
	margin: 20px auto 0 auto;
	overflow: hidden;
}

#logo {
	background: url(../images/header.gif) no-repeat top left;
	float: left;
	width: 358px;
	height: 47px;
	margin: 0;
	padding: 0;
}

#content {
	width: auto;
	position: relative;
	background: #131313;
	min-height: 480px;
}

#menu {
	width: auto;
	text-align: right;
	background: #131313;
	height: 60px;
	padding-right: 10px;
}

#content p {
	text-align: left;
	margin-left: 100px;
	padding-top: 150px;
}

#contactInfo {
	text-align: right;
	margin-top:	2px;
	padding-right: 10px;
}

#contactInfo p {
	margin: 0 0 5px 0;
	padding: 0;
	color: #fff;
/*	display: inline;*/
	font-size: 11px;
	line-height: 12px;
}

#contactInfo p.emailInfo {
	margin: 0 0 8px 0;
	
} 

#contactInfo p.info a {
	color: gray;
}

#contactInfo a {
	color: gray;
}

#contactInfo a:hover {
	color: #6E7D27;
}

#footer {
	clear: both;
	margin-top:10px;
	text-align: center;
	padding-bottom: 10px;
	line-height: 6px;
	color: gray;	
}