* {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #c7c8ca;
}

#wrapper {
	width: 820px;
	height: 540px;
	position: absolute;
	margin: -270px 0 0 -410px;
	top: 50%;
	left: 50%;
}

#content {
	width: 820px;
	height: 500px;
	overflow: hidden;
}

#content a {
	color: #CC3300;
	text-decoration: none;
}

#navigation {
	width: 820px;
	height: 20px;
	padding: 10px 0;
	text-align: center;
}

#navigation ul {
	border: 0; padding: 0; margin: 0;
	list-style: none;
}

#navigation ul li {
	display: inline;
	font-size: 0.9em;
	padding: 0 10px;
}

#navigation ul li a {
	color: #666666;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #820202;
}

#navigation ul li a.active {
	color: #BB141A;
}



#home {
	width: 280px;
	height: 232px;
	padding: 134px 270px;
}

#masterclass, #party, #event, #venues {
	width: 780px;
	height: 460px;
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px;
}

#masterclass {
	background-image: url(../images/bg-masterclass.jpg);
}

#party {
	background-image: url(../images/bg-party.jpg);
}

#event {
	background-image: url(../images/bg-event.jpg);
}

#contact {
	width: 820px;
	height: 460px;
}

#contact-text {
	width: 340px;
	height: 460px;
	float: left;
	background-color: #c7c8ca;
}

#contact-form {
	width: 460px;
	height: 460px;
	float: left;
	background-color: #c7c8ca;
	padding: 0 0 0 20px;
}

#contact-text h1 {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 0 0;
}

#contact-text p {
	color: #666666;
	font-size: 0.8em;
	font-weight: normal;
	margin: 10px 0 0 0;
}

.title, .box {
	width: 740px;
	padding: 20px;
	background-image: url(../images/bg-title.png);
	margin-bottom: 20px;
}

.box {
	width: 300px;
	float: left;
}

.right {
	margin-left: 20px;
}

.title h1 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1.6em;
}

.title h2 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1em;
	line-height: 130%;
}

.box h2 {
	color: #FFFFFF;
	font-size: 0.9em;
	margin-bottom: 5px;
}

.box p {
	color: #FFFFFF;
	font-size: 0.8em;
	margin-bottom: 10px;
}

.box ul {
	margin: 0 0 10px 20px;
	paddin: 0;
	border: 0;
}

.box li {
	color: #FFFFFF;
	font-size: 0.8em;
}

#venues h1 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1.6em;
	width: 740px;
	padding: 20px;
}

.venue {
	float: left;
	width: 206px;
	padding: 0 20px 20px 20px;
}

.venue h2 {
	color: #666666;
	font-size: 1em;
}

.venue p {
	color: #666666;
	font-size: 0.8em;
	margin-bottom: 0.6em;
}

.venue ul {
	color: #666666;
	margin: 0 0 0 20px;
}

.venue ul li {
	font-size: 0.8em;
}

.bar {
	border-left: 1px solid #FFFFFF;
}


#text {
	width: 280px;
	height: 232px;
}

#text h1 {
	color: #FFFFFF;
	font-size: 1em;
	text-align: center;
	font-weight: normal;
	margin: 15px 0 0 0;
}

#commun {
	position: fixed;
	bottom: 10px; right: 10px;
}

#commun a {
	font-size: 0.7em;
	color: #efefef;
	text-decoration: none;
}

#commun a:hover {
	color: #820202;
	text-decoration: underline;
}







/*  form styles  */


#enquiry-form p, #enquiry-form td {
	color: #666666;
	font-size: 0.8em;
}

#enquiry-form td {
	padding: 3px 0;
}

#enquiry-form td input, #enquiry-form td select {
	width: 200px;
	padding: 3px 5px;
	border: 1px solid #666666;
}

#enquiry-form h3 {
	color: #820202;
	font-size: 0.9em;
	padding: 10px 0;
}

#form-masterclass, #form-party, #form-event {
	margin: 10px 0 0 0;
	display: none;
}

#enquiry-form input.button {
	padding: 3px 0;
	background-color: #820202;
	color: #FFFFFF;
	margin: 10px 0;
	width: 100px;
}

#form-party input#venue_other {
	display: none;
	padding: 3px 5px;
	border: 1px solid #666666;
	margin: 5px 0 0 0;
}









#response {
	width: 460px;
	height: 460px;
	float: left;
	background-color: #c7c8ca;
	padding: 0 0 0 20px;
}

#response h3 {
		color: #820202;
	font-size: 1em;
	padding: 10px 0;
}

#response p {
		color: #666666;
	font-size: 0.8em;
	padding: 0 0 10px 0;
}

