* {
	margin:0;
	padding:0;
}

body { 
		font-family:"Trebuchet MS", tahoma, arial, sans-serif;
		color:#333;
		letter-spacing:1px;
		background:#671717 url('images/backund.jpg') no-repeat bottom center;
}

.clear {
	clear:both;
}

img{
	border:none;
}

/* Typography */

p {
	margin:10px 0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"century gothic";
	margin:10px 0;
}

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

a:hover {
	color:#red;
	text-decoration:none;
}

.contactdetails {
	padding:30px 0;
	}
	
.name {
	font-size:0.8em;
	padding:0 0 6px 0;
	margin:0;
}

/* Main Containers */

#headercontainer {
	padding:100px 0 0 0;
}

#sidebar {
	float:right;
	width:300px;
	padding:110px 20px 20px 20px;
}

#content {
	padding:20px 320px 20px 20px;
}

#content h1 {
	font-size:1.4em;
	padding:20px 0;
}

#header {
	width:960px;
	margin:0 auto;
	padding:20px;
	height:100px;
	display:block;
	background:#fff;
	position:relative;
}

#menu {
	float:right;
	margin:69px 20px 0 0;
	height:45px;
}

#logo {
	position:absolute;
	left:0px;
	bottom:0px;
	margin:50px 0 0 20px;
	height:110px;
	width:300px;
	background:url('images/logo.png');
	padding:0;
}

#logo h1 {
	text-indent:-9999px;
}

#wrap {
		width:960px;
		padding:20px;
		margin:0 auto;
		background:#fff;
}

#footercontainer {
	width:100%;
	padding:0 0 100px 0;
	clear:both;
}

#footer {
	width:960px;
	height:50px;
	padding:20px;
	margin:0 auto;
	background:#fff;
}

#design {
	float:right;
	padding-top:5px;
	padding-right:20px;
}

/* Contact Form Code */

form {
}

fieldset {
	border:none;
}

legend {
	display:none;
}

.form p {
width: 340px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 250px; /*width of left column containing the label elements*/
height: 1%;
}

.form label{
float: left;
margin-left: -250px; /*width of left column*/
width: 130px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.form input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 250px;
}

.form textarea{
width: 250px;
height: 200px;
overflow:hidden;
}

* html .threepxfix {
margin-left: 3px;
}

.submitbutton {
	width:180px;
	padding:4px 0px;
	display:block;
	border:0;
	margin:30px auto;
	background-color:#333;
	color:#fff;
	font-weight: bold;
	font-family : Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 0.8em;
	margin-left: 248px;
}

.submitbutton:hover {
	color:#eee;
	cursor:pointer;
}

/* Menu Code */


#menu ul {
	width:550px;
    padding:0; 
	list-style-type: none;
}
#menu li {
	margin:0 3px;
    padding:0 3px 0 6px;
	float:left;
	background:#333;
}

#menu li:hover {
	background:#671717;
}

#menu a {    
		padding:5px 15px 4px 6px;
		display: block;
		font-weight: bold; 
		float: left; 
		color:#fff;
		text-decoration: none;
}

#footermenu a:link, #footermenu a:visited, #footermenu a:hover {
	color:#000;
}

#footermenu a:hover {
	color: #999;
}

#footermenu ul {
	list-style-type: none;
}
#footermenu li {
	float:left; 
	padding:5px 10px;
}
#footermenu a {    
		display: block; 
		float: left; 
		text-decoration: none;
}

table, td, tr {
	color:#fff;
	}
td {
	text-align:center;
	}
