* {
	margin:0;
	padding:0
}
body {
	background:url(images/index.jpg) no-repeat center top;
	font-family:Tahoma, Geneva, sans-serif;
}
a img {
	border:none;
}
a {
	outline: none;
}

#wrapper {
	width:900px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
#vdlogo {
	margin:0 auto;
	text-align:center;
	height:200px;
}
#twitter {
	width:230px;
	height:200px;
	overflow:hidden;
	float:right;
	position: relative;
	margin-top:267px;
}
.box {
	margin: 0px auto;
	width:960px;
	background-color:#ffffff;
	text-align:left;
	position: relative;
}
.header {
	height:100px;
}
.header h1 {
	margin:0px;
	padding:30px;
}
.menu {
	height:30px;
	border-top:solid 1px #dccfbb;
	border-bottom:solid 1px #dccfbb;
	background-color:#4d3a24;
}
.menu div {
	padding:10px 30px;
}
.menu a {
	margin:0px 10px;
	color:#fecd28;
	text-decoration: none;
}
.content {
	padding:10px 30px;
}
/*#contactFormContainer {
	position:absolute;
	left:361px;
	float:right;
}
#contactForm {
	height:267px;
	width:351px;
	background: #666;
	display:none;
}
#contactForm fieldset {
	padding:30px;
	border:none;
}
#contactForm label {
	color:#FFC400;
	display:block;
	font-size:12px;
	font-weight:bold;
}
#contactForm input[type="text"] {
	border:1px inset #000000;
	color:#000000;
	display:block;
	height:20px;
	margin-bottom:10px;
	padding:2px 0 0 2px;
	width:100%;
}
#contactForm textarea {
	display:block;
	border:1px inset #000000;
	color:#000000;
	width:100%;
	margin-bottom:10px;
	padding:2px 0 0 2px;
}
#contactForm input[type=submit] {
	background-color:#000;
	border:solid 1px #333;
	color:#fecd28;
	padding:5px;
	font-weight:bold;
}
#messageSent {
	color: #FC0;
	display:none;
	font-size:12px;
	font-weight:bold;
	white-space:nowrap;
}
*/
#contactLink2 {
	height:57px;
	width:158px;
	display:block;
	cursor:pointer;
	position: relative;
	float:left;
	margin-left:265px;
	margin-top:242px;
}
