@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ddd;
	background-color: #4c4c4c;
	line-height: 18px;
}
body a {
	color: white;
	text-decoration: underline;
}
body a:hover {
	color: white;
	text-decoration: none;
}
#mainContent {
	padding: 10px;
	width: 1020px;
	background-image: url(images/main_background.gif);
	background-repeat: no-repeat;
}
#mainContentNoBkgrnd {
	padding: 10px;
	width: 760px;
}
.galleryInfo {
	margin-left: 15px;
	margin-right: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#header {
	background-image: url(images/2ndary_header_background.gif);
	background-repeat: no-repeat;
	height: 172px;
}
#menu {
	position: relative;
	left: 200px;
	top: 75px;
	width: 560px;	
}
.tinyType {
	font-size: 7pt;
}
.lightGreyBG {
	background-color: #5a5a5a;
}
#rssFeed {
	/*padding-left: 18px;*/
	padding: 5px;
	margin-left: 0px;
	margin-top: 30px;

	text-align: 
}
#rssFeed ul {
	/*list-style: none;*/
	margin-left: -15px;
}

