html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: #000;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #797979;
}


div#container {
	width: 972px;
	margin: auto;
}
div#header {
	background-color: #fff;
}
div#header img {
	float: left;
	height: 127px;
}
img#do5logo {
	margin-right: 50px;
}
div#content {
	background-color: #fff;
	border: 2px solid #cdcdcd;
	color: #7c7c7c;
	font-size: 1.13em;
	width: 968px;
	margin: 0 auto;
}
div#content .col {
	float: left;
	width: 242px;
	padding: 0 0 1em;
}
div#content .col img {
	width: 242px;
	height: 626px;
}
div#content .col .text {
	padding: 1em 0 0 1.5em;
}
div#content .col div b {
	font-weight: bold;
}
div#content .col a.reservations p {
	background: url("../_images/ico_reservations.gif") no-repeat;
	color: #7c7c7c;
	font-size: .8em;
	margin-top: .31em;
	padding-left: 23px;
	line-height: 23px;
}
div#content .col a.reservations span {
   color: #258fd4;
   font-weight: bold;
   text-decoration: underline;
}
div#content .col a.reservations:active span {
   color: #094B4C;
}

div#footer {
	font-size: 1.13em;
	padding: 1.25em 0;
}
div#footer .small {
	font-size: .75em;
}
.clear {
clear: both;
}
