body {
	background: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 140%;
	margin: 0px;
	scroll: no;

	padding-top: 10px;
}



a {
	text-decoration: underline;
	color: #333333;	
}
a:visited {	
	text-decoration: underline;	
	color: #333333;	
}
a:hover {
	text-decoration: none;
	color:#cc0000; 	
}
a:active {	
	text-decoration: underline;	
	color: #333333;	
}


a.light:link {
	text-decoration: underline;
	color: #666666;
}
a.light:visited {	
	text-decoration: underline;
	color: #666666;	
}
a.light:hover {
	text-decoration: none;
	color:#FF6600; 	
}
a.light:active {
	text-decoration: underline;
	color: #666666;	
}



h1 { 
	font-size: 20px; 
	font-family: times new roman;
	letter-spacing: 1px; 
	margin-top: 6px;
	margin-bottom: 8px;  
	color: #333333;
	}
h2 { 
	font-size: 16px; 
	font-family: times new roman;
	letter-spacing: 1px; 
	margin-top: 0px;
	margin-bottom: 0px;  
	color: #333333;
	}
h3 { 
	font-size: 14px; 
	font-family: times new roman;
	margin-top: 4px;
	margin-bottom: 4px;  
	color: #333333;
	}

hr { 
	height: 1px; 
	border: 0px; 
	background-color: #333333;
	color: #333333;
	}

img { 
	border-color: #333333;
	}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

li {
	list-style: square;
	margin: 0px;
}



div#container {
	background-image: url('images/bg_content.jpg');
	background-repeat: y-repeat;
	background-position: 0% 0%;
	border-width: 0px;
	border-style: solid;
	border-color: red;
	background-color: #000000;
	width: 760px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	padding-bottom: 20px;
	z-index: 5;
	position: relative; 
	left: 50%; 
	margin: 0 0 0 -380px;


}


div#top {
	background-image: url('images/bg_top.jpg');
	border-width: 0px;
	border-style: solid;
	border-color: yellow;
	width: 100%;
	height: 212px;
	margin: 0px;
	padding: 0px;
	z-index: 10;
}




div#content {
	border-width: 0px;
	border-style: solid;
	border-color: green;
	position: relative;
	top: 10px;
	left: 20px;
	width: 680px;
	margin: 0px;
	padding: 20px;
	z-index: 0;
}

div#footer {
	width: 190px;
	height: 35px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;

}

div#tracker {
	top: 0px;
	width: 1px;
	height: 1px;
	visibility:hidden;
	z-index: 0;
}

