#content {
	position: relative;
	width:392px;
	height:412px;
	z-index:1;
	left: 123px;
	top:40px;
}


#titlebar {
	position:relative;
	width:200px;
	height:115px;
	z-index:2;
	left: 178px;
	top: 0px;
}

.style19 {
	color: #CCCCCC;
	font-size: 16px;
	font-family: verdana;
}

#sidebar {
	position:relative;
	width:139px;
	height:289px;
	z-index:3;
	top: 150px;
	float: right;
}

#bottombar {
	position:relative;
	width:200px;
	height:49px;
	z-index:4;
	left: 140px;
	top: 0px;
}

#advertise {
	position:relative;
	width:200px;
	height:49px;
	z-index:4;
	left: 540px;
	top: 0px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	background-attachment: scroll;
	background-image: url(images/bg03.gif);
	background-repeat: no-repeat;
	background-color: #000000;
	height: 576px;
	width: 685px;
	border: 5px solid #000000;
} 
body {
	background-color:#333333;
	}
	
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #000000;
}
