body {
	margin-top:0px;
	color:#000000;
	font-family:Arial;
	font-size:12px;
}
a:link, a:visited {
	color:#000000;
}
a:hover, a:focus, a:active {
	color:#99cc66;
}
#cssMain {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #99cc66;
}
.cssGreenBanner {
	height:10px;
	width:800px;
	background-color:#99cc66;
}
#cssSlogan {
	background-image: url(images/slogan.jpg);
	background-repeat:no-repeat;
	height:114px;
	width:800px;
	/*text-align:right;*/
}
#cssUpperTab {
	background-image:url(images/upper_tab.jpg);
	background-repeat:no-repeat;
	height:24px;
	width:129px;
	margin-left:auto;
	margin-right:60px;
	text-align:center;
	padding-top:4px;
}
#cssBlank {
	height:59px;
}
#cssMenus {
	height:27px;
	width:733px;
	position: relative;
	white-space: nowrap;
	display: block;
	margin: 0px;
	padding: 0px;
}
a.cssMenu:link, a.cssMenu:visited {
	background-image:url(images/menu.jpg);
	background-repeat:no-repeat;
	background-position:0px -27px;
	height:21px;
	width:87px;
	text-align:center;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	padding-top:6px;
	display:block;
	float: right;
	margin-right:3px;
}
a.cssMenu:active, a.cssMenu:hover, a.cssMenu:focus {
	background-position:0px 0px;
}
a.cssMenuSelected {
	background-image:url(images/menu.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:21px;
	width:87px;
	text-align:center;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	padding-top:6px;
	display:block;
	float: right;
	margin-right:3px;
}
#cssHeader {
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;
	height:121px;
	width:800px;
}
#cssBody {
	background-image: url(images/body_bg.jpg);
	background-repeat:no-repeat;
	min-height:142px;
	width:670px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:65px;
	padding-right:65px;
}
#cssFooter {
	background-image: url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	height:62px;
	width:800px;
}

.cssClear {
	clear:both;
}

#cssGalleryBody {
	width:525px;
	float:left;
}
#cssGalleryTypes {
	width:115px;
	text-align:center;
	float:right;
}
a.cssGallery:link, a.cssGallery:visited {
	color:#ffffff;
	height:23px;
	display:block;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	padding-top:3px;
	margin-bottom:3px;
	background-image:url(images/type.jpg);
	background-repeat:repeat-x;
	background-position:0px 0px;
}
a.cssGallery:hover, a.cssGallery:focus, a.cssGallery:active {
	background-position:0px -23px;
}
a.cssGallerySelected {
	color:#ffffff;
	height:23px;
	display:block;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	padding-top:3px;
	margin-bottom:3px;
	background-image:url(images/type.jpg);
	background-repeat:repeat-x;
	background-position:0px -23px;
}
div.CategoryLeft {
	float:left;
	text-align:center;
	margin-bottom:20px;
	width:49%;
}
div.CategoryRight {
	float:right;
	text-align:center;
	margin-bottom:20px;
	width:49%;
}
h1.Footer {
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	margin-bottom:0px;
	margin-top:0px;
	display: inline; 
}