* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #4a434f url(images/backgroundBody.jpg) repeat-x;
	text-align: center;
}
a {
	color: #FFF;
}

#wrapper {
	background: #130623;
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	position: relative;
}
#piccadillyWhip {
	float: left;
	margin-left: 20px;
	border-style: none;
}
#piccadillyImage {
	position: absolute;
	z-index: 1;
	top: 215px;
	right: 31px;
}

#topMenu {
	text-align: center;
	float: right;
	margin-right: 40px;
	margin-top: 25px;
	width: 194px;
	font-size: 14px;
}
#videoButton {
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	background: url(images/videoButton.gif) no-repeat;
	height: 32px;
	width: 194px;
	display: block;
	margin-bottom: 20px;
}
.topMenuLink {
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.topMenuLink:hover {
	text-decoration: underline;
}
#mainMenu {
	background: url(images/backgroundMenu.gif) repeat-x;
	clear: both;
	height: 61px;
	width: 940px;
	margin-bottom: 40px;
	margin-left: 20px;
	overflow: hidden;
}
#mainMenu a {
	font-size: 15px;
	line-height: 33px;
	color: #FFF;
	text-decoration: none;
	height: 33px;
	background: url(images/menuDivider.gif) no-repeat right top;
	padding-right: 23px;
	padding-left: 22px;
	float: left;
	margin-top: 20px;
	font-weight: bold;
}
#mainMenu a:hover {
	color: #F2D385;
}
#leftContent {
	float: left;
	width: 305px;
	margin-left: 20px;
	border: 1px solid #20152e;
	margin-bottom: 40px;
	display: inline;
	min-height: 410px;
}
#leftContent h2 {
	line-height: 38px;
	background: url(images/backgroundH2.gif);
	height: 38px;
	width: 301px;
	margin-left: 1px;
	border: 1px solid #20152e;
	font-size: 16px;
	font-weight: normal;
	text-indent: 10px;
	margin-bottom: 2px;
	margin-top: 1px;
}
#leftContent img {
	margin: 0px 2px 4px;
}
#leftContent p {
	margin: 15px 25px 15px 20px;
}
#leftContent ul {
	margin-left: 40px;
	list-style: url(images/bullet.gif) none outside;
}


#aboutMenu {
	line-height: 38px;
	background: url(images/backgroundH2.gif);
	height: 38px;
	width: 301px;
	margin-left: 1px;
	border: 1px solid #20152e;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 2px;
	margin-top: 1px;
}
#aboutMenu a {
	color: #FFF;
	text-decoration: none;
	padding-right: 16px;
	padding-left: 15px;
	background: url(images/menuDivider.gif) no-repeat right top;
	float: left;
}
#aboutMenu a:hover {
	color: #F0F;
}
#galleryThumbs {
	width: 600px;
	height: 410px;
	overflow: hidden;
	float: right;
	margin-right: 30px;
	margin-bottom: 20px;
	display: inline;
	border: 1px solid #20152e;
}#galleryThumbs img {
	margin: 7px 5px 3px 8px;
	border: 1px solid #FFF;
}
