body
{
	font-family: Franklin Gothic Medium, Georgia;
	font-size: medium;
	background: #FFFFFF url('bg.jpg');
}

a
{
	text-decoration: none;
	color: #269;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

#top
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	background: no-repeat 0px 0px #FFFFFF url('topbg.jpg');
}

#menubar
{
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	height: 28px;
	background: repeat-x url('menubg.png');
}

#ctrltd
{
	background: no-repeat url('ctrlbg.png');
}

#striplist
{
	height: 22px;
	background: #B5E0FF;
	font-family: Franklin Gothic Medium, Georgia;
}

#imagecontainer
{
	position: absolute;
	overflow: auto;
	top: 128px;
	height: 450px;
	width: 100%;
	left: 0px;
	background: no-repeat url('bg.jpg');
}

#bottom
{
	position: absolute;
	top: 580px;
	height: 22px;
	width: 100%;
	left: 0px;
	color: #000000;
	text-align: center;
}

#disqus_thread_container
{
	position: absolute;
	top: 128px;
	width: 400px;
	text-align: center;
	right: 10px;
	visibility: hidden;
	background-color: #FFFFFF;
	padding: 0px 30px 0px 30px;
}

.button
{
	cursor: pointer;
}
#profiles
{
	position: absolute;
	top: 135px;
}

#proftable
{
	border-color: #000000;
	border-style: solid;
}