@charset "ISO-8859-1";
#BG {
	background-image: url(images/layout/left.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	word-spacing: 4px;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 9px;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #00CCFF;
	text-decoration: none;
}
a:active { color: #fff; text-decoration: none; 
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	word-spacing: 4px;
	text-align: right;
	vertical-align: top;
	padding-top: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #0CF;
	text-align: left;
	vertical-align: top;
	padding-top: 20px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

