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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

@font-face {
font-family: "Bauhaus";
src: url("/fonts/BauhausStd-Medium.otf")
}

@font-face {
font-family: "Bauhaus Bold";
src: url("/fonts/BauhausStd-Bold.otf")
}

body {
	line-height: 1;
	color: black;
	background: white;
	font-family: 'Bauhaus','century gothic',helvetica,arial,sans-serif;
	font-size: 14px;
	line-height: 1.2em;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

p {
	margin-bottom: 15px;
}

a {
	color: #2a619d;
}

h2 {
	font-size: 16px;
	font-family: 'Bauhaus Bold';
	margin-bottom: 15px;
}

#header {
	height: 105px;
	background: #333;
	text-align: center;
	margin: 0 0 25px 0;
	padding: 22px 0 23px 0;
}

#main {
	width: 900px;
	margin: 25px auto;
}

#left {
	width: 480px;
	float:left;
	margin-top: 50px;
}

#right {
	width: 390px;
	float:right;
}

#right h2 {
	font-size: 16px;
	font-family: 'Bauhaus Bold';
	margin-bottom: 15px;
	margin-left:40px;
	margin-top:25px;
}

#map {
	margin-left: 40px;
}

#clips {
	margin: 25px 0;
}

.clear {
	clear:both;
}

blockquote {
	margin: 25px;
}

ol {
	margin: 15px 0 25px 50px;
}

ol li {
	list-style-type:decimal;
	margin-bottom: 5px;
}

strong {
	font-family: 'Bauhaus Bold';
}

small {
	font-size: 10px;
}

#footer {
	margin-top: 25px;
	padding: 15px;
	background: #e2e2e2;
}