body {
	padding: 0;
	margin: 0;
	background: #727272 url(/images/interface/header.jpg) no-repeat center top;
	
	width: 100%;
	display: table;
}
body, td, th {
	font: "Georgia", Times, Serif;
	text-align: left;
	color: #E6E6E6;
	font-size: 16px;
	line-height: 24px;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #FFF;
	outline: none;
}
a:hover {
	color: red;
}
a:focus {
	-moz-outline-style: none;
}
h1 {
	font-weight: normal;
	font-size: 32px;
	margin: 10px 0px 8px 0px;
	padding: 0px;
}
h2 {
	font-weight: normal;
	font-size: 36px;
	margin: 0px;
	padding: 0px;
}
h3 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
}
ul {
	padding-left:15px;
	margin-left:0px;
	margin-top:0px;
}
.container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
.content {
	float:inherit;
	border: 1px solid #333333;
	width: 700px;
	margin: 5px;
	padding: 0px;
}
.float {
	float: left;
}
.right {
	float: right;
	text-align: right;
}
.blogtitle {
	width: 500px;
	background:url(/images/interface/brush_stroke.png) no-repeat;
	padding: 46px 0px 20px 55px;
	font-weight: normal;
	font-size: 26px;
}
.blogtitle a {
	text-decoration: none;
}
textarea {
	font-size: 10px;
	overflow:hidden;
	border: 1px solid #FF33FF;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
.infobox {
	display:none; 
	position:absolute; 
	border: 1px solid #3FF;
	background-color: #036; 
	padding: 10px;
}
img {
	border-style: none;
}
.overlay_box {
	position:relative;
	display:block;
}
.overlay_title {
	position: absolute;
	top: -45px;
	left: -50px;
}
.overlay_menu {
	position: absolute;
	top: -105px;
	left: -36px;
}

.album{
  width:100%;
  padding: 10px;
  float:left
}
.album .imageSingle {
  float: left;
  margin: 5px;
  width:155px;
  text-align:center;
  border:solid 1px #333
}
.album .imageSingle .image {
  width:150px;
  height:110px;
  margin:3px;
}
.album .footer {
  text-align:center;
  width: 155px;
  border-top:solid 1px #333;
  color:#999;
  font-weight:bold;
  padding-top: 7px;
  padding-bottom:7px;
  margin-top: 10px;
}


.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
-moz-opacity: .75;
opacity: .75;
}
-->
