body {
	background-color: black;
	margin: 0px;
}
body, p, td, ul, li {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: white;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h1 {
	font-size:15px;
}
h2 {
	font-size:15px;
}
h3 {
	font-size:14px;
}
h4 {
	font-size:13px;
}
h5 {
	font-size:12px;
}
h6 {
	font-size:11px;
}
a {
	color: white;
	text-decoration: underline;
}
a img {
	border-width: 0px;
}
p {
	margin-top: 9px;
	margin-bottom: 9px;
}


.top_menu a {
	text-decoration: none;
}
.top_menu a:hover {
	text-decoration: underline;
}
/****** SPECIAL FOOTER LINKS STYLES ******/

#footer_links, #footer_links a {
	color: #666666;
	font-size: 9px;
}

/****** HORIZONTAL MENU STYLES ******/

#menu li {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}

/****** COMMON MENU STYLES ******/

#menu li.first_main_menu_item, #menu li.middle_main_menu_item {
	background: url(tpl_images/menu_item_bg.jpg) center right no-repeat;
}
#menu li.first_main_menu_item:hover, #menu li.middle_main_menu_item:hover, #menu li.last_main_menu_item:hover {

}
#menu li a {
	font-family: Arial, 'Trebuchet MS', Tahoma;
	color: black;
	font-size: 13px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#menu li ul {
	width: 160px;
	background-color: #DDDDDD;
}
#menu li ul li a {
	font-size: 11px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 5px;
	color: #333333;
}
#menu li ul li {
	height: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
}

body.gallery_image_body {
	background-color: black;
	/*background-image: url(tpl_images/gallery_large_img_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;*/
	background-image: none;
	text-align: center;
	color: white;
}
img.gallery_large_img {
	border: 1px solid white;
}
.gallery_buttons a {
	color: white;
}
img.gallery_thumb_img {
	border: 1px solid white;
}
.elio_content_area img {
	border: 1px solid white;
}
div.gallery_image_title, div.gallery_image_description {
	color: white;
}