body {
	margin: 0;
	padding: 0;
	background: url(../images/body_bg.jpg) #000 no-repeat 50% 16px;
	text-align: center;
}

body, p, td, .NormalText {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

a img {
	border: 0;
}

a:link, a:active, a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
}

/*--- Layout ---*/

html #frame {
	width: 786px;
	padding: 0;
	text-align: left;
	margin: 16px auto 0 auto;
}

html #header {
	width: 786px;
	height: 114px;
}

html #header #address {
	position: relative;
	width: 227px;
	height: 37px;
	top: 51px;
	left: 549px;
	text-align: center;
}

html #header #nav {
	position: relative;
	top: 51px;
	left: 677px;
	width: 109px;
	height: 19px;
	z-index: 50;
}

html #header #details {
	position: relative;
	top: 35px;
	left: 32px;
	width: 631px;
	font-weight: bold;
	text-transform: uppercase;
}

* html #header #details {
	top: 32px;
}

html #sidebar {
	float: left;
	width: 197px;
	height: 404px;
	margin-left: 16px;
}

* html #sidebar {
	margin-left: 8px;
}

html #sidebar ul#menu {
	height: 134px;
	list-style: none;
	margin-top: 7px;
	margin-left: 7px;
	margin-bottom: 0;
	padding-left: 0;
}

html #sidebar ul#menu li {
	margin-bottom: 4px;
	height: 14px;
}

html #sidebar ul#menu li a:link,
html #sidebar ul#menu li a:visited {
	font-size: 10px;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}

html #sidebar ul#menu li a:active,
html #sidebar ul#menu li a:hover {
	color: #ffffff;
}

html #sidebar ul#menu li a.selected:link,
html #sidebar ul#menu li a.selected:active,
html #sidebar ul#menu li a.selected:visited,
html #sidebar ul#menu li a.selected:hover {
	color: #ffffff;
}

html #sidebar #info {
	float: left;
	width: 161px;
	height: 247px;
	overflow: hidden;
	padding: 18px;
}

* html #sidebar #info {
	width: 198px;
}

html #sidebar #info h1 {
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 22px;
}

html #sidebar #info p {
	color: #333333;
	font-size: 11px;
	line-height: 16px;
}

html #body {
	float: left;
	margin-left: 10px;
	margin-top: 7px;
}

html #body #photo {
	width: 550px;
	height: 353px;
	overflow: hidden;
	margin-top: 3px;
	margin-left: 3px;
	background-color: #000000;
	text-align: center;
}

html #body #photo-full {
	width: 550px;
	height: 386px;
	overflow: hidden;
	margin-top: 3px;
	margin-left: 3px;
	background-color: #ABABAB;
}

html #body #caption {
	width: 556px;
	height: 29px;
	overflow: hidden;
	text-align: center;
	margin-top: 4px;
	border-top: 1px solid #4D4D4D;
	padding-top: 2px;
}

* html #body #caption {
	height: 31px;
}

html #body #caption h1 {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
}

html #body #caption p {
	margin: 0;
}

html #body #caption a#next,
html #body #caption a#back {
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 27px;
	height: 13px;
	margin-top: 9px;
}

html #body #caption a#next {
	float: right;
	text-align: right;
	margin-right: 8px;
	padding-right: 18px;
	background: url(../images/button_right_arrow.jpg) #000000 no-repeat top right;
}

html #body #caption a#next:hover {
	background-image: url(../images/button_right_arrow-over.jpg);
}

html #body #caption a#back {
	float: left;
	margin-left: 8px;
	padding-left: 18px;
	background: url(../images/button_left_arrow.jpg) #000000 no-repeat top left;
}

html #body #caption a#back:hover {
	background-image: url(../images/button_left_arrow-over.jpg);
}

html #footer {
	width: 754px;
	clear: both;
	color: #595959;
	text-transform: uppercase;
	font-size: 9px;
	padding-top: 5px;
	padding-left: 16px;
	overflow: hidden;
}