body
{
	margin:0px;
	color:#AAB;
	font:12px Verdana;
	background-color:#000;
	line-height:18px;
}

form
{
	margin:0px;
	padding:0px;
}

.Current
{
	color:#AAB;
	font:12px Verdana;
	line-height:18px;
}

td.Top
{
	background-repeat:no-repeat;
	background-image:url('Images/TopBackground.jpg');
	background-color:#000000;
	background-position:top right;	
}

td.Top img
{
	display:block;
}

td.Side
{
	background-image:url('Images/SideBackground.jpg');
	background-repeat:no-repeat;
	background-color:#ce3eb7;
	background-position:top left;
}

td.Side  a
{
	display:block;
	text-transform: uppercase;
	font:11px Verdana;
	margin-bottom:12px;
	font-weight:bold;
}

td.Side  p
{
	display:block;
	text-transform: uppercase;
	font:11px Verdana;
	margin-bottom:12px;
	font-weight:bold;
}

td.PageContent
{
	background-image:url('Images/ContentBackground.jpg');
	background-repeat:no-repeat;
	background-color:#000000;
	height:2000px;
	background-position: 0px 0px;
	padding-left:25px;
	padding-right:25px;
}

div.Menu
{
	margin-left:-24px;
	margin-bottom:24px;
}

div.Menu a
{
	z-index:1;
	position:relative;
	margin-bottom:0px;
	
	display:block;
	float:left;
	
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-radius: 10px 10px 0px 0px;
	
	-webkit-box-shadow: -1px -3px 3px #7969cc;
	-moz-box-shadow: -1px -3px 3px #7969cc;
	box-shadow: -1px -3px 3px #7969cc;
	
	border-color:#FFF #888 #FFF #FFF;
	border-style:solid;
	border-width:1px;
	border-bottom-width:0;
	
	color:#000;
	
	padding:5px;
	
	background-color:#fef5e0;
	text-decoration:none;
	
	background:-webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #DDD),
		color-stop(1, #888)
	);
	background:-moz-linear-gradient(
		center top,
		#DDD 0%,
		#888 100%
	);
}

div.Menu a:hover
{
	background-color:#888;
	background:-webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #888),
		color-stop(1, #DDD)
	);
	background:-moz-linear-gradient(
		center top,
		#888 0%,
		#DDD 100%
	);
}

div.Menu a.Selected
{
	color:#00F;
	
	-webkit-box-shadow: -1px -3px 3px #FFF;
	-moz-box-shadow: -1px -3px 3px #FFF;
	box-shadow: -1px -3px 3px #FFF;
	
	border-color:#E4E4E4 #888 #FFF #FFF;
	
	background-color:#e0e7fe;
	background:-webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FFF),
		color-stop(1, #e0e7fe)
	);
	background:-moz-linear-gradient(
		center top,
		#FFF 0%,
		#e0e7fe 100%
	);
}

a
{
	color: #FFF;
}

a:hover
{
	color: #FFA;
	text-decoration:none;
}

a img
{
	border:0px;
}

h1
{
	color: #AAF;
	font:18px Verdana;
	margin:0px;
	padding:0px;
	margin-top:20px;
}

h2
{
	color: #AAF;
	font-weight:bold;
	font:13px Verdana;
	text-transform: uppercase;
	margin:0px;
	padding:0px;
	margin-top:20px;
}

li
{
	list-style: square;
	line-height:20px;
	color: #e69904;
	margin-left:0px;
	padding-left:0px;
	margin-left: -25px;
}

.CopyRight
{
	margin-top:10px;
	font:10px Verdana;
}

.WorkOfArtFrame
{
	margin-top:12px;
	margin-bottom:12px;
}

input
{
	font:11px Verdana;
	border-color:#9ca3c0;
	border-style:solid;
	border-width:1px;
	background-image:url('Images/Field.gif');
}

select
{
	font:11px Verdana;
	border-color:#9ca3c0;
	border-style:solid;
	border-width:1px;
	background-image:url('Images/Field.gif');
}

textarea
{
	font:11px Verdana;
	border-color:#9ca3c0;
	border-style:solid;
	border-width:1px;
	width:304px;
	height:146px;
	background-image:url('Images/Field.gif');
}

div.TopPattern
{
	background-image:url('Images/Pattern.gif');
	height:14px;
	margin-bottom:-14px;
	margin-left:-20px;
	margin-right:-20px
}

div.AdSense
{
	margin-top:15px;
}

table.Gallery td
{
	padding-bottom:15px;
}
