* {margin: 0;}
html, body {font-family: arial, helvetica, sans-serif; font-size: 12px; /* 1em is 10pt, 0.8em is 8pt, 1.6em is 16pt, etc */ color: #666666; padding: 0px; line-height: 18px;}
	
a {color: #333333; text-decoration: none;}
a:hover {text-decoration: underline;}

#container {width: 850px;  margin-left: auto; margin-right: auto;}
#header {width: 850px; height:69px; background: url(images/bg_header.gif) top left repeat-x; position: relative; margin-top:5%;}
#menu {width: 850px; height: 30px; position: relative;}
#footer {width: 810px; position: relative; background: url(images/bg_footer.gif) top left repeat-x; color: #666666; padding: 20px; text-align:center;}
	
		
#nav { /* all lists */ padding: 0; margin: 0; list-style: none;}
#nav ul { /* all lists */padding: 0;margin: 0;list-style: none;}
#nav li { /* all list items */float: left;position: static !important; /* for Mozilla */position: relative; /* for IE */padding: 0em;}
#nav a {display: block;text-decoration: none;padding: 0em 0em 0em 0em;}
#nav a:hover {}

#subnav { /* all lists */margin: 0;list-style: none;}
#subnav ul { /* all lists */padding: 0;margin: 0;list-style: none;}
#subnav li { /* all list items */position: static !important; /* for Mozilla */position: relative; /* for IE */padding: 0em;}
#subnav a {display: block;text-decoration: none;}
#subnav a:hover {}

.bold {
font-weight: bold;
}
