body {
	background: #000000 url(images/bg.jpg) center center no-repeat fixed;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	color:#af9c77;
}
#header {
	font-size:11px;
	padding:40px 0 30px 0 ;
	font-weight: normal;
	width:800px;
	margin:0 auto;
	}
	
#header #logo {
	float:left;
	width:400px;
	}
#header #menu {
text-align:right;
	float:right;
	width:400px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	padding-top:7px;
	}
#header #menu span {
	margin:0 10px;}
#header #menu a {
	
	color:#af9c77;
	text-decoration:none;
	font-weight: normal;
	}
td a {
	
	color:#af9c77;
	}
td a:hover {
	text-decoration:none;
	}
	
.colholder {
	width:800px;
	margin:0 auto;}
	
.colholder .col {
	float:left;
	margin:8px;
	font-size:10px;}
form {
	text-align:left;
	width:500px;
	margin:0 auto;}
form input, form textarea, form select {font-family:"Times New Roman", Times, serif;
	font-size:14px;
	padding:1px;
	margin:3px;}
form label{
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 120px;
	padding: 0;
	margin: 5px 5px 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}
.footer {
	text-align:center;
	font-size:11px;
	padding:50px 0 20px 0;
	font-weight: normal;
	}
.footer div {
	font-size:18px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	margin:0px;
}

.footer div a {color:#af9c77;}

