body {
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #2e3090;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666;
}

img a {
	border: 0;
}

#contactdetails p, #contactdetails h3 {
	margin: 0;
}

#main #content p {
	line-height: 1.5em;
}

h1, a {
	color: #ff6633;
}

h1, h2 {
	margin-top: 0;
}

h1 {
	font-size: 1.9em;
	letter-spacing: -1px;
	font-style: italic;
}

#container {
	background-color: #fff;
	width: 872px;
	margin: auto;
	background-image: url('images/top.jpg');
	background-repeat: no-repeat;
}

#header {
	padding: 10px;
	height: 86px;
}

#logo {
	float: left;
}

#logo img, #contact img {
	border: 0;
}

#menu {
	margin-top: 60px;
	text-align: right;
	color: #ff6633;
	font-size: 1.5em;
	word-spacing: 22px;
}

#menu a {
	color: #ff6633;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#main {
	padding: 20px;
}

#main #content {
	float: left;
	width: 570px;
}

#main #contact {
	float: right;
	width: 260px;
	text-align: right;
}

#main #contact #address {
	color: #666;
	font-size: 1.3em;
	font-weight: bold;
	text-align: right;
	
}

#main #contact #address p { 
	margin-top: 0;
}

#main #contact #form {
	float: right;
	background-color: #f46a25;
	width: 220px;
	color: #fff;
	padding: 8px;
	margin-bottom: 20px;
}

#main #contact #form img {
	margin-left: -25px;
	margin-top: -12px;
}

#main #contact #form input, #main #contact #form textarea {
	width: 110px;
}

#footer {
	background-image: url('images/bottom.jpg');
	background-repeat: no-repeat;
	height: 7px;
}

#copyright {
	margin:auto;
	text-align: center;
	color: #fff;
	font-size: 0.8em;
	margin-top: 10px;
}

#copyright a {
	color: #fff;
	text-decoration: none;
}
