html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
a.top {
	color: #0000FF;
	text-decoration: none;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.clear {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #750306;
}

body {
	background: black;
	text-align: center;
}
#wrapper {
	text-align: left;
	margin: 15px auto;
	width: 778px;
	position: relative;
	border: 5px solid #750306;
	background-color: #8d0207;
	background-image: url(images/bgnew.jpg);
	background-repeat: repeat-x;
}
#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 17px;
	color: #CCCCCC;
	height: 100px;
	padding-top: 11px;
	background-image: url(images/tab6.png);
	background-repeat: no-repeat;
	margin-left: 35px;
	padding-left: 15px;
	margin-top: -5px;
}
#nav  {
	text-decoration: none;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 100px;
	position: relative;
	width: 150px;
	background-image: url(images/menu1.png);
	background-repeat: repeat-y;
	margin-bottom: 20px;
	margin-top: 12px;
}
#gallery img {
	display: block;
	margin-bottom: 0px;
}
em   {
	color: #FFFFFF;
	padding-right: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 30px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #8D0207;
	font-weight: bold;
	margin-top: 2px;
	text-align: center;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8D0207;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

#body-left {
	width: 278px;
	position: relative;
	margin-top: 5px;
	margin-left: 35px;
	float: left;
	margin-bottom: 20px;
}
#comment {
	border: 1px solid #9F0408;
	background: #750306;
	position: relative;
	padding: 10px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
	float: left;
	width: 242px;
	background-color: #750306;
}
#gallery {
	border: 1px solid #9F0408;
	background: #750306;
	position: relative;
	width: 244px;
	margin-bottom: 20px;
	padding-left: 16px;
	padding-top: 15px;
	float: left;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
}
#gzero {
	width: 221px;
	background: #9F0408;
	float: left;
	position: relative;
	padding: 2px;
	margin-bottom: 19px;
	background-color: #9F0408;
}
#gone {
	float: left;
	margin-right: 20px;
	margin-bottom: 19px;
	background: #9F0408;
	padding: 2px;
	position: relative;
}
#gtwo {
	left: 0px;
	width: 246px;
	position: relative;
}

#body-right {
	width: 383px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8D0207;
	position: relative;
	float: left;
	margin-right: 0px;
	margin-left: 15px;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	border: 1px solid #000000;
	padding-right: 15px;
	background-color: #CCCCCC;
}

#footer {
	text-align: right;
	color: #750306;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 0;
	background-image: url(images/footerbg.jpg);
	background-repeat: no-repeat;
}
#linksfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #750306;
	padding-top: 10px;
	padding-bottom: 10px;
}
#imagebox {
	text-align: center;
	clear: left;
	height: 108px;
	width: 208px;
	vertical-align: middle;
	padding-top: 4px;
	margin-bottom: 15px;
	background-color: #9F0408;
	position: relative;
	margin-top: 15px;
	margin-left: 17px;
}
.spacer {
	height: 1px;
}
#simplegallery1 {
	height: 220px;
	width: 221px;
}
#simplegallerytext {
	margin-top: 10px;
	text-align: right;
	width: 227px;
}
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 4px solid #9F0408;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}

div.img
{
  margin: 4px;
  border: 1px solid #750306;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #750306;}
