body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.8em;
}
.sidebar_image {
	padding-top: 45px;
}
.info {
	font-size: 0.8em;
	color: #999999;
	margin-top: 10px;
	text-align: right;
}
h1{
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
} 
h3{
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
} 
h4{
	font-size: 1em;
	font-weight:normal;
	text-transform: uppercase;
	color: #333333;
	margin: 0px;
} 
h5 {
	font-size: 1em;
	font-weight:normal;
	color: #333333;
	margin: 0px;
} 
h6 {
	font-size: 1em;
	font-weight:normal;
	color: #333333;
	margin: 0px;
} 
a {
	text-decoration: none;
}
a:link, a:visited{
	color: #000000;
}
a:hover, a:active{
	color: #FF0000;
	text-decoration:underline;
}
#nav {
	height: 150px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 20;
	background-color: #FFFFFF;
}
#content {
	position: absolute;
	left: 0px;
	top: 150px;
	z-index: 5;
}
.top {
	margin: 0px;
	padding: 0px;
	float: right;
	font-weight:bold;
}
.sidebar {
	width: 225px;
	vertical-align: top;
	padding: 15px;
}
.main {
	vertical-align: top;
	padding: 15px;
}
.listing {
	padding-left: 15px;
}
#image {
	background-repeat: no-repeat;
	background-position: left 45px;
	width: 225px;
	height: 400px;
}

a.bulletlisting, a.bulletlisting:link, a.bulletlisting:visited {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
}
a.bulletlisting:hover,  a.bulletlisting:active{
	background-image: url(../images/bullet_.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 15px;
}
#content .main td {
	vertical-align: top;
}
.img {
	font-size: 0.6em;
	text-transform: uppercase;
	vertical-align: super;
}
