button, code, h1, h2, h3, h4, h5, h6,
input, pre, select, table, td, textarea, th
{ font-size: 1em; }

blockquote, body, br, button, dd, fieldset, form, h1, h2, h3, h4, h5, h6,
html, label, legend, li, ol, p, pre, table, td, th, ul
{ margin: 0; padding: 0; }

body {
	font-size: 14px; 
	FONT-FAMILY: Tahoma;
	background-color:#a6a6a6;
}
#wrapper {
	padding: 0px 0px 0px 0px;
	background-position : center 50%;
	background-image : url(images/bg.gif);
	margin : 0 auto;
	background-repeat : repeat-y;
}
#header {
	padding: 20px 0px 20px 0px;
	FONT: 10px tahoma, san-serif;
	COLOR: #f2632d; 
}
#content {
	background-position : 10% 80%;
	margin : 0 auto 0;
	width : 900px;
	color : #999;
	background-color : #000000;
}
#footer-shadow {
	padding: 0px 0px 0px 0px;
	background-position : center 50%;
	background-image : url(images/footer-s.gif);
	margin : 0 auto;
	background-repeat : no-repeat;
	height : 15px;
}
#header-shadow {
	padding: 0px 0px 0px 0px;
	background-position : center 50%;
	background-image : url(images/header-s.gif);
	margin : 0 auto;
	background-repeat : no-repeat;
	height : 15px;
}
.accent {
	font: italic 14px Georgia, serif; 
	font-weight:bold; 
	color: #FFFF66
}
h1 {
	padding: 0; 
	MARGIN: 20px 0px 20px 0px; 
	FONT: 24px tahoma, san-serif;
	COLOR: #fff;
}
A:link {
color : #f2632d;
text-decoration : none;
border-bottom-style : none;
}
A:visited {
color : #f2632d;
text-decoration : none;
border-bottom-style : none;
}
A:hover {
color : #f2632d;
border-bottom : 1px dotted #f2632d;
text-decoration : none;
}
#footer {
	BORDER-TOP: #666 1px dotted; 
	padding: 10px 0px 0px 0px;
	margin: 20px 8px 0px 8px;
	FONT: italic 11px tahoma, san-serif; 
	COLOR: #999999;
	text-align:center;
	height: 30px;
}
#footer A {
	COLOR: #517999; 
	TEXT-DECORATION: none
}
/* navigation */
#nav_contain {
	MARGIN: 0px; 
	TEXT-ALIGN: left;
}
#nav_contain A:link {
text-decoration : none;
border-bottom-style : none;
}
#nav_contain A:visited {
text-decoration : none;
border-bottom-style : none;
}
#nav_contain A:hover {
border-bottom : none;
text-decoration : none;
}
#nav {
	PADDING: 0; 
	BACKGROUND: #333; 
	FLOAT: left; 
	MARGIN: 0; 
	WIDTH: 875px;  /* nav bar width */
	LINE-HEIGHT: 1; 
	LIST-STYLE-TYPE: none;
	padding-left: 20px; /* nav bar centering */
}
#nav ul {
	PADDING: 0; 
	BACKGROUND: #333; 
	FLOAT: left; 
	MARGIN: 0; 
	LINE-HEIGHT: 1; 
	LIST-STYLE-TYPE: none
}
#nav a {
	PADDING: 8px; 
	DISPLAY: block; 
	COLOR: #ffffff; 
	TEXT-DECORATION: none
}
#nav li {
	PADDING: 3px 18px 3px 18px;  /* main link text padding */
	FLOAT: left;
}
#nav li ul {
	FONT-WEIGHT: normal; 
	LEFT: -999em; 
	MARGIN: 0; 
	WIDTH: 13em; 
	POSITION: absolute; 
	HEIGHT: auto; border: #999 1px solid;
}
#nav li li {
	PADDING: 0; 
	WIDTH: 13em;
}
#nav li ul a {
	WIDTH: 9em
}
#nav li:hover ul {
	LEFT: auto
}
#nav li.sfhover ul {
	LEFT: auto
}
#nav li:hover {
	BACKGROUND: #f2632d;
}
#nav li.sfhover {
	BACKGROUND: #f2632d;
}
/* end navigation */
/* rounded corners */
/* set millions of background images */
.rbroundbox { background: url(images/nt.gif) repeat; }
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really needed */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 100%; margin: 0em auto; }
/* end rounded corners */
