/* tags */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	font-size: 100%;
	background-color: #090;
}

a:link, a:visited, a:active {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

/* ids */

#wrapper {
	background-color: #fff;
	background-image: url(images/backdrop.gif);
	background-repeat: repeat-y;
	width: 780px;
	padding: 0;
	margin: 0 auto;
}
#top {
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	height: 130px;
}
#top h1{
	color: #006600;
}
/*\*/
* html #left { display: inline; }
* html #right {
	margin-left: -3px;
	height: 300px;
}
/**/
#left {
	float: left;
	width: 140px;
	margin: 0px;
	background-image: url(images/main.gif);
	background-repeat: no-repeat;
	height: 310px;
	background-color: #9C9;
	padding-top: 40px;
}
#left p {
	text-align: left;
	padding: 0px 15px;
	font-size: 0.8em;
	margin-top: 8px;
	margin-bottom: 12px;
	color: #666666;
	letter-spacing: 2px;
}
#left ul {
	margin: 0px;
	font-size: 0.7em;
	text-align: left;
	padding-left: 14px;
}
#left ul li {
	list-style-type: none;
	height: 1.5em;
	margin: 0px;
	width: 140px;
}
#left ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #060;
	display: block;
	margin: 0px;
	width: 140px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#left ul li a:link, #left ul li a:visited, #left ul li a:active {
	color: #060;
}
#left ul li a:hover {
	color: #090;
	text-decoration: underline;
}
#right {
	margin: 0px 0px 0px 140px;
	padding: 0px 10px 0px 0px;
	font-size: 1em;
	color: #666666;
}
#right p {
	padding: 0px 20px 0px 0px;
	line-height: 1.4em;
	margin-top: 8px;
	margin-bottom: 12px;
	font-size: .9em;
}
#right h1 {
	text-align: left;
	padding: 0px 20px 0px 0px;
	line-height: 1.4em;
	margin-top: 8px;
	margin-bottom: 12px;
	font-size: 0.9em;
	color: #006600;
}
#right ul {
	margin: 0px;
	font-size: 0.7em;
	text-align: left;
	padding-left: 14px;
}
#right ul li {
	list-style-type: none;
	height: 2em;
	margin: 0px;
}
#right ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #060;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#right ul li a:link, #left ul li a:visited, #left ul li a:active {
	color: #060;
}
#right ul li a:hover {
	color: #090;
	text-decoration: underline;
}
#footer {
	background-image: url(images/footer.gif);
	height: 35px;
	clear: both;
}
#footer p{
	font-size: .8em;
	color: #666666;
	padding-left: 150px;
	padding-top: 5px;
}

html>body #left div.pic {padding: 0; margin: 0 0 0 10px}
#top h1 span {
	display: none;
}
