#container
{
	width: 750px;
	color: #FFF;
	border: 1px none gray;
	line-height: 120%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 14px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 0px;
	top: 0px;
	bottom: 0px;
}

#top
{
	padding: 0;
	margin: 100px;
}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
	float: left;
	width: 147px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 1em;
	padding-left: 1em;
	background-image: url(navbar_BG.png);
	height: 350px;
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#content
{
	margin-left: 200px;
	max-width: 36em;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 1em;
	padding-left: 1em;
}

#footer
{
	clear: both;
	margin: 0;
	color: #333;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 215px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: gray;
}

#leftnav p { margin: 0 0 1em 0; }
#container #content p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	line-height: 130%;
	color: #CCC;
}
#container #footer p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #CCC;
	line-height: 130%;
	letter-spacing: .2pt;
}
#container #leftnav li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: right;
	letter-spacing: 0.3pt;
	line-height: 150%;
	list-style-type: none;
	font-style: normal;
	font-weight: lighter;
	background-image: url(ul_li_BG.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 7px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#content h2 {
	margin: 0 0 .5em 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}
#content h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	color: #FFF;
}
#leftnav a {
	margin: 0 0 1em 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
}
#leftnav a:link {
	margin: 0 0 1em 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
}
#leftnav a:hover {
	margin: 0 0 1em 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	color: #000;
	text-decoration: none;
}
#container #content table tr td {
	font-size: 13px;
}
#container #content p a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	background-color: #333;
}

