* {
	margin: 0;
	padding: 0;
}

body {
background: #fce4c0 url(images/bg.jpg) repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #000;
}

a {
text-decoration: none;
color:#000;
font-weight:bold;
}
a:hover {
text-decoration: underline;
color:#993300;
}

#wrap {
margin: 0 auto;
width: 780px;
background:url(images/content-bg.jpg);
}

#header {
height: 120px;
background: #fce4c0 url(images/fancydresscostumes.jpg) no-repeat;

}
#header h1 { 
font-size: 20px;
letter-spacing: 1px;
padding: 25px 0 0 20px;
color: #000;
}
#title {
	height:30px;
	background:url(images/title-bg.jpg);
}
#title h1 { 
font-size: 18px;
letter-spacing: -1px;
padding: 5px 0 0 270px;
color: #000;
}

.right {
float: right;
width: 520px;
padding-top: 10px;
padding-right:10px;
padding-left:10px;
}
.right p.cs{
	background:url(images/contact-strip.jpg);
	width:500px;
	height:79px;
	display:block;
	padding: 0 0 0 0px;
	margin: 0px 0 0 0px;
}
.right p {
text-align: justify;
padding-top: 10px;
padding-right:20px;
padding-left:20px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
height: 30px;
line-height: 30px;
color: #712F19;
}
.right h2 a {
text-decoration: none;
color: #712F19;
}
.right h2 a:hover {
color: #000;
}

.left {
float: left;
width: 232px;
border-right-style:outset;

}

.left ul {
padding: 10px 10px 15px 22px;
list-style-type:square;
background: #ffbb72;
}
.left ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	margin:5px 0 5px 0;
}
.left ul li a {
text-decoration: none;
color:#000000;
}
.left ul li a:hover {
text-decoration:underline;
color:#330000;
}
.left span{
	background:url(images/content-box.jpg);
	width:220px;
	height:120px;
	display:block;
	padding: 0 0 0 0px;
	margin: 10px 0 0 5px;
}
#footer {
text-align: center;
font-size: 11px;
margin-top: 40px;
border-top: 1px dotted #000;
padding-top: 10px;
padding-bottom: 10px;
background:#f7a53f;
color:#000;
}