* {
	margin: 0;
	padding: 0;
	}

body {
	background: #EDEDED url(black.gif) repeat-x top left;
	text-align: center;
	font-family: georgia, times, serif;
	font-size: 11px;
	}
#container {
	width: 800px;
	margin: 0 auto;
	}
	
a {
	border: none;
	text-decoration: none;
	}
#header {
	width: 100%;
	height: 89px;
	text-align: center;
	background-color: #000000;
	margin: 0 0 90px 0;
	}
	
#header h1 {
	width: 268px;
	height: 143px;
	margin: 0 auto;
	text-indent: -9000px;
	background: url(rt.gif) no-repeat top left;
	}
	
#header h1 a {
	display: block;
	width: 268px;
	height: 143px;
	}

#header h2 {
	font-size: 1px;
	text-indent: -9000px;
	}
	





#content {
	width: 500px;
	margin: 0 auto;
	text-align: left;
	color: #333;
	}
	
#content a:link {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px #000000 dotted;
	}
	
#content a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px #000000 dotted;
	}
	
#content a:hover {
	color: #000000;
	text-decoration: none;
	border: none;
	background: #FFFFFF;
	}
	
#content a:active {
	color: #D4FF77;
	text-decoration: none;
	border: none;
	background: #FFFFFF;
	}
	
#content h1 {
	font-family: georgia, times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	}
	
#content h2 {
	font-family: georgia, times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #888;
	margin: 3px 0 10px 0;
	}

#content p {
	font-family: georgia, times, serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 10px 0;
	line-height: 160%;
	}
	
#content h3 {
	font-family: georgia, times, serif;
	font-size: 11px;
	font-weight: normal;
	}
	
#content ul {
	font-family: georgia, times, serif;
	font-size: 11px;
	list-style-image: url(bullet.gif);
	margin: 0 0 10px 30px;
	}
	
#content ol {
	font-family: georgia, times, serif;
	font-size: 11px;
	margin: 0 0 10px 30px;
	}
	
#content ul li, #content ol li {
	margin: 0 0 5px 0;
	line-height: 150%;
	}
	
	
#content em {
	font-weight: normal;
	font-style: italic;
	}
	
#content strong {
	font-weight: bold;
	}
	
#content img {
	display: block;
	margin: 0 auto 10px auto;
	border: 4px solid #d8d8d8;
	}
.indent { margin-left: 30px; }

