html, body, img { margin: 0; padding: 0; }
a img { border-width: 0; }

body {
	text-align: center;
	font-size: small;
	font-family: Helvetica, Arial, "Lucida Grande", Geneva, sans-serif;
	}

body {
	background: #000 url(/images/bk-wrap.jpg) 50% 0 no-repeat;
	}

h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }

h1, h2, h3, h4, h5 {
	margin: 0.5em 0 0.3em 0;
	line-height: 1.2;
	font-family: Helvetica, Arial, "Lucida Grande", Geneva, sans-serif;
	}

h1 { margin-top: 0; }

p {
	margin: 0.5em 0 0.3em 0;
	font-size: 100%;
	line-height: 1.2;
	}

ul li, ol li {
    line-height: 1.4;
    font-size: 100%;
    }

table { font-family: inherit; }

a:link { color: #000; text-decoration: none; text-decoration: underline; }
a:visited { color: #000; text-decoration: underline; }
a:hover { color: #A00; text-decoration: underline; }

#wrap {
	width: 842px;
	margin: 59px auto 40px auto;
	text-align: left;
	background-color: #FFF;
	border: 1px solid #888;
	}

#nav {
	min-height: 56px;
	background: #685A4B url(/images/bk-nav.png) left top no-repeat;
	}

/* [nav] default you are here will be same as rollover unless otherwise specified */
#udm a.udmY, #udm a.udmY:visited {
	color:#000;
	}

/* [nav] re-inforce original rollover or do something else */
#udm a.udmY:hover, #udm a.udmY:focus, #udm a.udmY:visited:hover, #udm a.udmY.udmR, #udm a.udmY.udmR:visited, #udm a.udmY:active {
	background-color:#685A4B;
	}

/* [menu] default you are here will be same as rollover or inherit from navbar styles unless otherwise specified */
#udm ul a.udmY, #udm ul a.udmY:visited {
	color: #000;
	background-color:#FFF;
	}

/* [menu] re-inforce original rollover or do something else */
#udm ul a.udmY:hover, #udm ul a.udmY:focus, #udm ul a.udmY:visited:hover, #udm ul a.udmY.udmR, #udm ul a.udmY.udmR:visited, #udm ul a.udmY:active {
	color: #000;
	background-color:#FFF;
	}

#pic {
	height: 560px;
	}

#content { height: auto; }

img.feature {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
	}

.inner { padding: 0 20px 20px 20px; }

#feedback {
    padding: 12px 0 32px 120px;
    text-align: left;
    }

#feedback label {
    display: block;
    font-weight: bold;
    }

.error { color: #900; }

#footer {
	background-color: #685A4B;
	}

#footer p {
	margin: 0 12px 0 0;
	padding: 12px 0;
	text-align: right;
	color: #FFF;
	}

.fl { float: left; }
.fr { float: right; }
img.fl { margin: 0 12px 12px 0; }
img-fr { margin: 0 0 12px 12px; }
.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }
