body {
	background: #000000;			
	color: #888888;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 10pt;
}

#container{
	text-align: center;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

h1 {
	font-size: 150%;
	font-weight: bold;
}

h2{
	font-size: 125%;
	font-weight: bold;
}

/* header style */
#header {
	background-image: url(../images/header.png);	
	width:500px; 
	height:200px;
	text-align: center;
	margin-right: 50px;
	margin-left: 50px;
}



/* listing style */
#listing {
	color: #999999;	
	padding-top: 10px;
}

#listing a:link {
	font-size: 12pt;
	text-decoration: none;
	color: #aa7799;	
}

#listing a:visited {
	font-size: 12pt;	
	text-decoration: none;
	color: #9988aa;
}
#listing a:hover {
	font-size: 12pt;
	text-decoration: underline;
	color: #9999dd;
}
#listing a:active {
	font-size: 12pt;
	text-decoration: none;
	color: #999999;
}

/* description style */
#desc_Item {
	font-size: 8pt;
}

/* category divider imaging */
#divider {
	padding-top: 30px;
	padding-bottom: 10px;
	clear: both;	
	width:500px; 
}

#divider_img {
	background-image: url(../images/divider2.png);	
	width:500px; 
	height:25px;
	text-align: center;
	margin-right: 50px;
	margin-left: 50px;
}

/* footer style */
#footer {
	text-align: center;
	padding-top: 45px;	
	font-size: 8pt;
	color: #999999;
}

#footer a:link, a:active, a:visited{
	font-size: 8pt;
	text-decoration: none;
	color: #999999;	
}

#footer a:hover {
	font-size: 8pt;
	text-decoration: underline;
	color: #9999dd;
}
