﻿body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
}
#wrapper {
	width: 100%;
}
#header {
	background: url('images/header_bg.gif');
	width: 100%;
	height: 115px;
}
#footer {
clear: both;
background: url('images/footer_bg.gif');
width: 100%;
height: 60px;
}

#leftcolumn {
	color: #250;
	border: 1px #FF33FF solid;
	border-right: 1px #FF33FF;
	background: #000000;
	width: 180px;
	float: left;
	margin-left: 8px;
}
#content {
	float: left;
	color: #FFCCFF;
	border: 1px #FF33FF solid;
	background: #000000;
	width: 600px;
	display: inline;
	margin-left: 8px;
}
#rightcolumn {
	border-right: 1px #FF33FF;
	color: #333;
	border: 1px #FF33FF solid;
	border-left: 1px #FF33FF solid;
	background: #000000;
	width: 180px;
	float: left;
	position: relative;
	margin-left: 8px;
}
.tablestyle {
 font-size: 15px;
 font-family: Arial, Helvetica, sans-serif;
}
.tdstyle {
	background: #000000;
}
.tdheaderstyle {
	padding: 3px;
	background: #000000;
        font-size: 16px;
	color: #FF3399;
}
.gallerytitlestyle {
	padding: 3px;
	background: #000000;
}
.smallfont {
 font-size: 11px;
 font-family: Arial, Helvetica, sans-serif;
}
a {
 text-decoration: none;
 font-size: 12px;
 color: #FFCCFF;
 font-family: Arial, Helvetica, sans-serif
}
form {display: inline;}
#selection {
 visibility: hidden;
 border: 1px solid #000;
 position: absolute;
 z-index: 2;
 cursor: move;
 background-color: #fff;
 filter: alpha(opacity=30);
 -moz-opacity: 0.3;
 opacity: 0.3;
}
#img_cover {
 position: absolute;
 z-index: 1;
}