{
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	color: #3c3939;
	background: #fff;
	line-height: 16px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

a:link {
	color: #509cd2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #509cd2;
}
a:hover {
	color: #919191;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #919191;
}
.info_padding {
	padding-top: 20px;
}

a img { border: none; }

#main {
	position:absolute;
	left:200px;
	top:0px;
	width:600px;
	height:200px;
	z-index:2;
}
#menu {
	position:absolute;
	left:30px;
	top:30px;
	width:250px;
	height:380px;
	z-index:1;

}
#menu p {
	line-height: 0px;
	vertical-align: top;
	background-position: 0px 0px;
	letter-spacing: 0em;
	word-spacing: 0em;
	white-space: normal;
	display: compact;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.captions {
  font-family: arial,sans-serif;
	font-size: 10px;
	font-weight: normal;
}

p.upper { text-transform: uppercase; padding: 0; margin: 0; }
p.fade { color: #999999; padding: 0; margin: 0; }