.body {

text-align:center;
  font-family: arial;
font-size:10px;
  color: #333333;
}
.sub_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
}
.photo_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #949399;
	padding-top: 5px;
	padding-left: 7px;
}



.swirl {
	background-attachment: scroll;
	background-image: url(swirl.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.descriptions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}
.top_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#top_menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#top_menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
a:link {
	color: #AEBB23;
	text-decoration: none;
}
a:visited {
	color: #AEBB23;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #AEBB23;
	text-decoration: none;
}.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.image {
	border: 1px solid #999999;
	
}
.main_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ACB51C;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    background-image: url(bullet.gif); /* Replace bullet.gif with your img */
    background-position: left top; /* Position bullet */
    background-repeat: no-repeat;
    padding-left: 10px; /* Add padding so text doesn't cover bullet img */
}
.gallery_table {
	padding: 5px;
	background-color: #CCCCCC;
	margin: 5px;
	clip: rect(5px,5px,5px,5px);
}
.transparent{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/transparent.png', sizingMethod='scale');
	background-color: transparent;
	/*Notice I'm defining the image width and height here*/
	width: 397px;
	height: 183px;
	position: relative;
	top: auto;
	left: auto;
}
.spacer {
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.text_dep {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
