html, body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #990000;
	}

#content	{
	position: relative;
	top: 0px;
	left: 0px;
	width: 790px;
	margin: 0px;
	padding: 0px;
	background: url(images/bk.gif);
	}

#header		{
	position: relative;
	top: 0px;
	left: 0px;
	width: 750px;
	padding: 0px;
	margin: 0px;
	background-color: #990000;
	}

#columns	{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #fff2e6;
	}
#left {
	position: relative;
	top: 5px;
	left: 40px;
	float: left;
	width: 500px;
	padding: 0px;
	margin: 0px;
	}
#right {
	position: relative;
	float: left;
	top: 5px;
	left: 40px;
	width: 160px;
	margin: 10px;
	padding: 20px;
	background-color: #ffffff;
	border: 3px #66cbff dotted;
	}

#bottom	{
	clear: both;
	position: relative;
	top: 0px;
	left: 0px;
	width: 790px;
	height: 25px:
	margin: 0px;
	padding: 0px;
	}


#footer {
	clear: both;
	position: relative;
  	float: bottom;
  	width: 790px;
	margin: 0px 0px;
	padding: 0px;
	background-color: #990000;
	}	


p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: #400000; 
	font-size: .8em; 
	text-align: left;
	text-indent: 0px; 
	line-height: 1.5em;
	font-weight: bold;
}
	.right {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: .8em; 
	text-align: center;
	text-indent: 0px; 
	line-height: 1.5em;
	font-weight: bold;
}

	.footer {
	font-family: Arial, Helvetica, sans-serif; 
	color: #ffffff; 
	font-size: .7em; 
	text-align: center;
	text-indent: 0px; 
	line-height: 1em;
	}
	.small {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: #400000; 
	font-size: .7em; 
	text-align: left;
	text-indent: 0px; 
	line-height: 1.3em;
	font-weight: normal;
	}
	.dots {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 2.5em;
	line-height: .5em;
	color: #007a00;
	}
ul {
	margin-left:20px;
	margin-top:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: #400000; 
	font-size: .8em;
	text-align: left;
	font-weight: bold;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.2em;
	font-weight:bold;
	color:#990000;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.1em; 
	font-weight: bold;
	color:#990000;
} 

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1em; 
	font-weight: bold;
	color:#400000;
} 

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.05em; 
	font-weight:bold;
	line-height:1em;
	color:#006666;
} 

h5 {
	font-family: Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif; 
	font-size: 1.1em; 
	color:#000000;
	font-weight:bold;
	line-height:1em;
} 

h6 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .9em;
	font-weight:bold;
	color:#000000;
	line-height:1em;
}


a:link {
	color: #0073ad; 
	text-decoration: underline; }
a:visited {
	color: #007a00; 
	text-decoration: underline; }
a:active {
	color: black; }
a:hover {
	color: #ff7a00; }

a.nav:link {
	color: #e6f6ff; 
	text-decoration: underline; }
a.nav:visited {
	color: #e6ffe6; 
	text-decoration: underline; }
a.nav:active {
	color: black; }
a.nav:hover {
	color: #ffaf66; }

	
	
