@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #060;
	background-image: url("/images/background.jpg");
	text-align: center;
}

#main {
	width: 745px;
	margin: 0 auto;
	text-align: left;
	overflow:auto;
}

#header {
	background-image: url("/images/template_r1_c1.gif");
	height: 63px;
}

#middle {
	background-image: url("/images/template_r5_c1.gif");
	background-repeat: repeat-y;
}

#footer {
	background-image: url("/images/template_r6_c1.gif");
	height: 37px;
}

#sidebarContainer {
	background-image: url("/images/template_r3_c2.gif");
	background-repeat: repeat-y;
	float: right;
	width: 195px;
}

#sidebarTop {
	background-image: url("/images/template_r2_c2.gif");
	background-repeat: no-repeat;
	height: 49px;
}

#sidebarBottom {
	background-image: url("/images/template_r4_c2.gif");
	background-repeat: no-repeat;
	height: 37px;
}

#content {
	float: left;
	padding: 12px;
	width: 510px;
}

.clear {
	clear: both;
	margin-top: -1px;
	height: 1px;
	overflow: auto;
	visibility: hidden;
}

#copyrightContainer {
	text-align:center;
}

a, h3, .qualDate {
	color:#093;
}

p.copyright {
	color:#ada;
	font-size: 9px;
}

h3 {
	font-size:14px;
}

.qualDate, .qualDesc {
	font-size:11px;
}

li.info{
	list-style-image:url("/images/white-star.gif");
}

li.favorites{
	list-style-image:url("/images/star.gif");
}

a img {
	border-width: 0px;
}

h1 {
	font-size: 12px;
}