* {
	margin: 0;
	padding: 0;
}
   
html {
	font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
			
body{
	background:url(images/bg2.gif) center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
}

#container {
	border:10px solid #333333; 
	margin:0 auto;
	width: 784px;
	background: url(images/container_tile.jpg) repeat-y center #330000;
	font-size: .9em;
}			

#header {
	background:url(images/header_01.jpg) no-repeat center;
	height: 250px;
	margin:0 auto;
}

#navbar {
	background-image: url(images/navlist_bg.jpg_);
}

#main-right {
	float: right;
	width: 150px;
	padding: 10px;
	color: #FFFFFF;
	margin-right: 40px!important;
	margin-right: 20px;
	font-size: .9em;
	vertical-align:top;
}  

#main {
	margin-right: 250px;
	padding: 10px 10px 10px 40px!important;
	padding: 30px 10px 10px 40px;
	margin-left: 18px;
} 

#footer {
	color:#FFFFFF;
	font-size:10px;
	clear: both;
	background:url(images/hover_bg.gif);
	height: 50px;
	text-align: center;
} 

/********** Top navigation *************/
#navlist
{
	font:"Trebuchet MS";
	color:#FFFFFF;
	height: 30px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background:url(images/navlist_bg.jpg) center no-repeat;
}

#navlist a, #navlist a:link, #navlist a:visited
{
	padding: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
	background:#990000;
	color:#FFFFFF; 
	padding: 10px;
	height:40px;
}

#navlist li
{
	padding-right: 1px;
	display: inline;
	font-size: 14px;
}

#navlist ul
{
	margin: 0px;
	padding: 0px;
}

#navlist #active a {
	background-color: #CDCDB3;
	color: #000000;
	font-weight: bold;
}


/********** TEXT FORMATTING ************/

h1 {
	font-size: 2em;
	text-align: right;
	color: #FFF;
	margin-right: 120px;
	padding-top: 20px;
}   


h2 {
	font-size: 1.4em;
	color: #EEDEBD;
	height: 35px;
	background-image: url(images/h2_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-left: 75px;
	margin-bottom: 20px;
	margin-top: 20px;
}

h3 {
	font-size: 1.3em;
	background-color: #990000;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 4px;
}
h4 {
	color: #EEDEBD;
	font-size: 1.5em;
	background-color: #990000;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 4px;
}

} 
#imgLeft
{
	float:left;
	margin:10px;
}

#imgRight
{
	float:right;
	margin:10px;
}

a:link {color: #990000; text-decoration: underline; }
a:active {color: #990000; text-decoration: underline; }
a:visited {color: #999999; text-decoration: underline; }
a:hover {color: #CC3300; text-decoration: none; }
