/* Brighton Bournemouth etc */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/header_back_london.gif) repeat-x;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
}

h1, h2, h3 {
	color: #000;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 180%;
}

h2 {
	font-size: 160;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.9em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(images/quote_marks.jpg) no-repeat;
	font-style: italic;
}

a:link {
	color: #1953A7;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #067600;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

.highlighttext {
		color: #ff0099;
}

.price {
		font-size: 180%;
		color: #ff0099;
}

/* New topMenu */

#topMenu {
	width: 770px;
	height: 93px;
	margin: 0 auto;
}

#topMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topMmenu li {
	display: inline;
}

#topMenu a {
	display: block;
	float: left;
	width: 152px;
	height: 30px;
	padding: 20px 0 0 0;
	text-decoration: none;
	text-align: center;
	color: #000;
}

#topMenu a:hover {
	background-image: url(images/menu_button_back_london.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #DDDDDD;
}

#topMenu .currentpage a {
	color: #000;
	background-image: url(images/menu_button_back_london.jpg);
	background-repeat: repeat-x;
	background-position: bottom;

}

/* Header */

#header {
	width: 770px;
	height: 271px;
	margin: 0 auto;
	background: url(images/header_hen_london.jpg) no-repeat;
}

/* contentArea */

#contentArea {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content and Section */

#main {
	float: left;
	width: 550px;
	padding-top: 10px;
}

#gallery {
	float: left;
	width: 550px;
	padding-top: 10px;
}

.gallerySection {
	margin-bottom: 20px;
	padding: 0 20px;
}

#galleryStrippers {
	margin-bottom: 20px;
	padding: 0 20px;
}

#galleryStrippers ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#galleryStrippers li {
	display: inline;
	width: 180px;
}
#galleryStrippers p {
	display: block;
	width: 155px;
	text-align: center;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#galleryStrippers img {
	border: none;
	display: block;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	}



.section {
	margin-bottom: 20px;
	padding: 0 20px;
}

.divider {
	border-bottom: 1px solid #000;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 210px;
	padding: 5px;
	background: #fff;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #fff;
}

#sidebar h3 {
	font-size: 85%;
	color: #fff;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #FFFFFF;
}

/* Right-hand panel boxes*/
.pinkbox {
	background: url(images/boxmain-pink.gif) repeat-y;
}

.pinkbox h2 {
	background: url(images/boxheader-pink.gif) repeat-y;
}

.bluebox {
	background: url(images/boxmain_blue.gif) repeat-y;
}

.bluebox h2 {
	background: url(images/boxheader_blue.gif) repeat-y;
}

.greybox {
	background: url(images/boxmain_grey.gif) repeat-y;
}

.greybox h2 {
	background: url(images/boxheader_grey.gif) repeat-y;
}
/* Footer */

#footer {
	clear: both;
	height: 50px;
	padding: 25px 0;
	background: #EDEBD5 url(images/footer.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}
