body {
	background-color: #000;
	margin: 0px;
	font-family: Didot, Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 18px;
}
a:link {
	text-decoration: none;
	color: #E4082A;
}
a:visited {
	text-decoration: none;
	color: #E4082A;
}
a:hover {
	text-decoration: none;
	color: #F60;
}
a:active {
	text-decoration: none;
	color: #E4082A;
}
.red {
	color: #E4082A;
}

.wrapper {
	background-color: #000;
	height: 675px;
	width: 1024px;
	background-image: url(images/dd-draw.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.wrapper .header {
	height: 60px;
	font-size: 48px;
	padding-left: 100px;
	padding-top: 100px;
}
.wrapper .description {
	height: 175px;
	padding-top: 20px;
	padding-left: 100px;
	padding-right: 300px;
	line-height: 30px;
}
.wrapper .menu {
	padding-left: 100px;
	font-size: 36px;
	padding-top: 50px;
}
.wrapper .menu .menuItem {
	height: 50px;
}
