/*
** This style sheet applies only to the template found in this directory.  To make site wide changes
** edit the global.css file in the template directory of the first template in the set.
*/

body {
	background-color:#F1BFE2;
}

.segment {
	width:990px;
	text-align:left;
}

#header {
	height:217px;
	background:url(images/header.jpg) no-repeat #8D6274;
}

#menu_bar {
	background:url(images/nav.jpg) no-repeat left #050505;
	height:32px;
}

#content_upper {
	height:474px;
	background:url(images/content_upper.jpg) no-repeat #000;
}

#content_lower {
	height:377px;
	background:url(images/content_lower.jpg) no-repeat #000;
}

#content_1 {
	width:339px;
	height:307px;
	overflow:auto;
	margin:20px 0 0 12px;
	padding:0 5px;
}

#content_2 {
	width:412px;
	height:246px;
	overflow:auto;
	margin:20px 0 0 10px;
	padding:0 5px;
}

#content_3 {
	width:349px;
	height:84px;
	overflow:hidden;
	margin:25px 0 0 12px;
	text-align:center;
}

#content_4 {
	width:182px;
	height:211px;
	overflow:hidden;
	margin:113px 0 0 165px;
	padding:5px;
}

#content_5 {
	width:165px;
	height:84px;
	overflow:hidden;
	margin:285px 164px 0 8px;
}

#content_6 {
	width:275px;
	height:244px;
	overflow:auto;
	margin:30px 0 0 1px;
	padding:5px;
}

#content_7 {
	width:277px;
	height:31px;
	overflow:hidden;
	margin:33px 0 0 4px;
}

#search-input {
	color:#EEE;
	background-color:#000;
	border:none;
	width:200px;
	font-size:15px;
}

#search-button {
	color:#EEE;
	background-color:#656565;
	border:1px solid #F1BFE2;
	margin:3px;
	padding:0 5px;
}

#litty-link {
	margin:27px 0 0 30px;
}

#booking-link {
	margin:35px 0 0 30px;
}

