@import url(form.css);

* { margin: 0px; padding: 0px; font-size: 100%; font-family: Tahoma, Arial, Helvetica, sans-serif; }
a:link { color: #0000FF; }
a:visited { color: #FF0000; }
a:hover { color: #800000; }
a:active { color: #000080; }
body { background-color: #000000; font-size: 0.7em; color: #000000; line-height: 1.6em; }
h1, h2, h3, h4, h5, h6 { color: #a90008; }
h1 { font-size: 1.5em; margin-bottom: 1em; font-weight: normal; text-transform: lowercase; background-image: url(../images/h1bkgd.gif); background-repeat: no-repeat; background-position: 0px 3px; padding-left: 24px; }
h2 { font-size: 1.1em; font-weight: normal; margin-bottom: 0.3em; }
hr { display: none; }
div.hr { border-top: 1px solid #000000; padding-top: 8px; margin-bottom: 7px; }
img { border: 0px; }
ol, ul { margin-left: 1.5em; padding-left: 1.5em; }
p { margin-bottom: 0.8em; }
select { vertical-align: middle; }

#root { width: 920px; min-height: 600px; height: auto !important; height: 600px; margin: 20px auto; background-color: white; background-image: url(../images/topcorner.gif); background-repeat: no-repeat; }
	#rootpadding { padding: 40px; }
		#logo { float: left; }
		#toplinks { float: right; font-size: 0.9em; }
		#toplinks a { color: #b42229; text-transform: uppercase; text-decoration: none; }
		#credit { text-align: right; width: 910px; margin: 3px auto; font-size: 0.9em; color: #000000; }

#navigation { margin-top: 30px; height: 50px; font-size: 0.9em; }
#main-nav { overflow: hidden; }
#sub-nav { padding-top: 16px; overflow: hidden; }
#navigation #sub-nav a { text-transform: lowercase; }

#navigation ul { list-style-type: none; margin: 0; padding: 0; }
#navigation li { border-left: 1px solid #e3d59b; float: left; line-height: 1.1em; margin: 0 1em 0 -1em; padding: 0 1em 0 1em; }
#navigation a:link, #navigation a:visited { text-decoration: none; color: #353535; text-transform: uppercase; }
#navigation a:hover, #navigation a:active, #navigation a.active { color: #a90008; }

#body { clear: both; margin-top: 5px; }
	#left { float: left; width: 525px; padding-top: 30px; }
		#left-text { padding-left: 24px; }
	#right { float: right; width: 250px; }

.gallery-thumb { float: left; margin-right: 12px; margin-bottom: 12px; }
	.gallery-thumb img { border: 1px solid #d4d4d4; }

.clear { clear: both; font-size: 0px; line-height: 0px; height: 0px; }

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.valign-top { vertical-align: top; }
.valign-middle { vertical-align: middle; }
.valign-bottom { vertical-align: bottom; }
.float-left { float: left; }
.float-right { float: right; }

