/*******************************************************************************************/
/*** http://meyerweb.com/eric/tools/css/reset/ ***/
/*** v1.0 | 20080212 ***/

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.125;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';	content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;	border-spacing: 0;}
/**********************************************************************/

body { 
	background-color: #000; 
	color:#fff;
	font-family:Arial Black, Gadget, sans-serif;
	font-size:.75em;
}
#layout {
	width:962px;
	margin-left:auto;
	margin-right:auto;
	border: solid 1px #707070;
}
#top {
	width:100%;
	height:229px;
	background: #000 url(images/top.jpg) no-repeat top;
}
#menu {
	width:100%;
}
#rotator {
	width: 220px;
}
.content {
	padding:10px;
	vertical-align:top;
	text-align:center;
}
.left {
	width:288px;
}
.middle {
	width:386px;
}
.right {
	width:288px;
}
#welcome {font-size:3em;letter-spacing:3px;}
#buttons {clear:left;margin-top:30px;font-size:.8em;}
#buttons a{color:#000;background-color:#fff;text-decoration:none;padding:3px 8px 3px 8px;margin:3px 6px 3px 6px;}
#buttons a:hover{background-color:#ccc;}
#footer td{padding:10px;font-size:1em;}
#footer .left {}
#footer .middle {text-align:center;vertical-align:bottom;}
#footer .right {text-align:right;}
#zipform {clear:left; text-align:left;}
.ziptext {
	width: 43px;
}
.gobutton {
	width: 30px;
}
form {font-family:Arial, Gadget, sans-serif;font-size:1.3em;}
