body {
	text-align:center;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#dddddd;
	background:URL(assets/slices/bg.png) repeat-x #000000;
}

#parent-wrapper {
	position:relative;
	margin:0px auto;
	width:965px;
	text-align:left;
	background-color:#171717;
}

a:link {
	color:#ffffff;
	text-decoration:underline;
	margin:0px;
	padding:0px;
}

a:visited {
	color:#ffffff;
	text-decoration:underline;
	margin:0px;
	padding:0px;
}

a:hover {
	color:#246d99;
	text-decoration:underline;
	margin:0px;
	padding:0px;
}

a:active {
	color:#246d99;
	text-decoration:underline;
	margin:0px;
	padding:0px;
}

h1, h2, h3, h4, h5, h6, h7 {
	margin:0px;
	padding:0px;
}

h1 {
	color: #ffffff;
	font-size: 2em;
	font-family: Garamond, Times New Roman, serif;
	margin-bottom: -5px;
}

h2 {
	color: #ffffff;
	font-size: 1.5em;
	font-family: Garamond, Times New Roman, serif;
	margin-bottom: -2px;
}

#child-wrapper {
	float:left;
	width:961px;
	border:2px solid #272627;
	border-top:none;
}

/****** START HEADER ******/
#header {
	float: left;
	width: 100%;
	height: 82px;
	background: URL(assets/slices/header-bg.png) repeat-x;
}

#logo {
	float: left;
	width: 264px;
	height: 53px;
	background: URL(assets/slices/header-logo.jpg) no-repeat;
	margin: 23px 0 0 20px;
	display: inline;
}

#right-side {
	float: right;
	margin-right: 20px;
	width: 445px;
	height: 100%;
	display: inline;
}

#right-languages {
	float: right;
	height: 19px;
	padding: 8px 0 0 0;
	color: #464646;
	font-size: 0.8em;
}

#right-buttons {
	float: right;
	width: 100%;
	height: 55px;
	clear: right;
}

#right-buttons .title {
	float: left;
	width: 126px;
	height: 19px;
	margin: 8px 0 0 9px;
	display: inline;
}

#right-buttons .text {
	float: left;
	font-family: Garamond, Times New Roman, serif;
	font-size: 0.85em;
	text-align: center;
	margin: 3px 9px 0 9px;
	display: inline;
	line-height: 0.95em;
}

#right-buttons a:link, #right-buttons a:visited {
	float: left;
	width: 144px;
	height: 55px;
	margin-left: 4px;
	display: inline;
	color: #464646;
	text-decoration:none;
	background: URL(assets/slices/header-btn-bg.jpg) no-repeat;
}

#right-buttons a:hover, #right-buttons a:active {
	background: URL(assets/slices/header-btn-bg-hover.jpg) no-repeat;
	cursor: pointer;
}

/* normal button titles */
#restaurants-title {
	background: URL(assets/slices/header-btn-restaurants.jpg) no-repeat;
}
#artists-title {
	background: URL(assets/slices/header-btn-artists.jpg) no-repeat;
}
#theatres-title {
	background: URL(assets/slices/header-btn-theatres.jpg) no-repeat;
}

/* hover button titles */
#right-buttons a:hover #restaurants-title {
	background: URL(assets/slices/header-btn-restaurants-hover.jpg) no-repeat;
	cursor: pointer;
}
#right-buttons a:hover #artists-title {
	background: URL(assets/slices/header-btn-artists-hover.jpg) no-repeat;
	cursor: pointer;
}
#right-buttons a:hover #theatres-title {
	background: URL(assets/slices/header-btn-theatres-hover.jpg) no-repeat;
	cursor: pointer;
}
/****** END HEADER ******/

/****** START NAV ******/

#nav-bar {
	float:left;
	width:961px;
	height:25px;
}

#nav-bar #nav-links {
	float:left;
	width:719px;
	height:22px;
	padding:3px 20px 0 20px;
	font-family:garamond, times new roman, serif;
	font-size:1.2em;
	letter-spacing:0.05em;
	background:url(assets/slices/nav-bg.png) repeat-x;
}

#nav-bar #nav-links a:link, #nav-bar #nav-links a:visited{
	float:left;
	text-decoration:none;
	color:#d4d4d4;
}
#nav-bar #nav-links a:hover, #nav-bar #nav-links a:active{
	float:left;
	text-decoration:none;
	color:#ffffff;
}

#nav-bar #nav-divider {
	float:left;
	width:2px;
	height:25px;
	background:url(assets/slices/search-divider.png) repeat-x;
}

#nav-bar #nav-search {
	float:left;
	width:160px;
	height:25px;
	margin:0px;
	padding:0px 20px 0 20px;
	background:url(assets/slices/search-bg.png) repeat-x;
	display:inline;
}

.nav-divider {
	float:left;
	width:2px;
	height:19px;
	background:url(assets/slices/nav-divider.png) no-repeat;
	margin:-2px 7px 0px 7px;
}	

#keyword {
	margin-top:2px;
}

#search {
	margin-top:2px;
}

/****** END NAV ******/

/****** START CONTENT ******/

#main-content {
	float:left;
	margin:0px;
	width:100%;
	background:#121212;
	padding:0px;
}

/****** END CONTENT ******/

/****** START FOOTER ******/

#footer {
	float:left;
	width:965px;
	text-align:center;
	color:#666;
	font-size:0.8em;
	padding-top:5px;
	background: #000000;
	padding-bottom:10px;
}

#footer a:link, #footer a:visited {
	color:#999999;
	text-decoration:underline;
}
#footer a:hover, #footer a:active {
	color:#cccccc;
	text-decoration:underline;
}

/****** END FOOTER ******/