/* ------------------- HTML ------------------- */
body {
	background: #000 url(../i/background.jpg) repeat-x;
	color: #FFF;
	text-align: center;
	margin: 0;
}
p, td {
	font: normal 12px georgia, 'times new roman', times, serif;
	color: #FFF;
	text-align: left;
	line-height: 21px;
	margin: 0 0 16px 0;
}
input.txt, select, textarea {
 	font: normal 12px 'ms sans serif', arial, sans-serif;
	color: #F00;
	margin-bottom: 12px;
}
input.but {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #669;	
	margin: 6px 0 6px 0;
}
ul {
	padding: 4px 0 4px 8px;
	margin: 4px 0 4px 8px;
}
li { padding: 0 0 5px 0; }
table { text-align: left; }

/* ------------------- LAYOUT ------------------- */
#copyBox {
	margin: 18px 0 40px 163px;
	width: 466px;
}
#footer { 
	border-top: 1px solid #669;
	font: normal 9px verdana, arial, helvetica, sans-serif;	
	padding: 15px 0;
	line-height: 15px;
	/* background-color: orange; */
}
.fr { float: right; }
#ltCol {
	font: normal 10px verdana, arial, helvetica, sans-serif;
	color: #CCC;
	width: 146px;
	float: left;
	text-align: left;
}
#nav { 
	background: #000 url(../i/background-nav.gif) no-repeat;
	width: 146px;
	height: 141px;
	margin-bottom: 10px;
}
#nav div { 
	padding: 14px 0 0 18px;
	font: normal 14px georgia, 'times new roman', times, serif;
	color: #FFF;
	font-style: italic;
}
#wrapper { 
	margin: 0 auto; 
	width: 801px; 
}

/* ------------------- LINKS ------------------- */
a { color: #CCE; text-decoration: undeline; }
a:hover { text-decoration: none; }

#footer a { color: #FFF; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

#nav a { color: #FFF; font-style: normal; text-decoration: none; }
#nav a:hover { font-style: italic; }
