*
{
	font:						Verdana, Arial, Helvetica, sans-serif;
	font-size:					10px;
}
#wrapper
{
	width:						750px;
}
#LeftLayer 
{
	width: 						300px;
	height: 					545px;
}
#RightUnderlay
{
	position:					relative;
	left:						350px;
	height: 					545px;
	width: 						345px;
	z-index:					1;
	background-color: 			#FFFFFF;
	background-repeat: 			no-repeat;
	background-position: 		right top;
	background-image: 			url(../images/nav/news.gif);
}
#RightLayerOverlay 
{
	position:					relative;
	height: 					505px;
	width: 						330px;
	top: 						40px;
	overflow:					auto;
	padding-left:				10px;
	padding-right:				10px;
	margin-right:				25px;
	z-index:					2;
}
#Photo
{
	position:					absolute;
	z-index:					1;
	top:						0px;
	left:						0px;
	height: 					125px;
	width: 						300px;
	background-repeat: 			no-repeat;
	background-position: 		top;
	background-image: 			url("../images/nav/photoweek25thmarch.gif");
}
#Forum
{
	position:					absolute;
	z-index:					1;
	top: 						140px;
	height: 					125px;
	width: 						300px;
	padding:					23px 5px 5px 5px;
	background-repeat: 			no-repeat;
	background-position: 		top left;
	background-image: 			url(../images/nav/latestforum.gif);
}
#ForumConstraint
{
	top:						0px;
	left:						0px;
	width:						135px;
	height:						72px;
}
.Thread
{
	width:						140px;
	height:						100px;
	padding:					25px 0 0 8px;
}
#Random
{
	position:					absolute;
	z-index:					1;
	top: 						280px;
	height: 					125px;
	width: 						300px;
	background-repeat: 			no-repeat;
	background-position: 		top left;
	background-image: 			url(../images/nav/random.gif);
}
#Login 
{
	position:					absolute;
	z-index:					3;
	top: 						420px;
	height: 					125px;
	width: 						300px;
	padding:					35px 0 0 0;
	background-repeat: 			no-repeat;
	background-position: 		top left;
	background-image: 			url(../images/nav/login.gif);
}
.EnterButton
{
	position:					absolute;
	top:						8px;
	left:						243px;
	height:						15px;
	width:						48px;
	z-index:					5;
}
#Login #LoginFormLayer
{
	position:					absolute;
	height: 					30px;
	width: 						125px;
	top: 						40px; 
	left: 						5px;
}
#LoginButton #RegisterButtonLayer
{
	position:					absolute;
	top:						100px;
	left:						150px;
	height:						9px;
	width:						53px;
		
}
#login_message
{
	text-align: 				center;
	position:					absolute;
	top:						43px;
	left:						240px;
	height:						25px;
	width:						53px;
	z-index:					3;	
}
#RegisterLayer
{
	position:					relative;
	border:						1px solid black;
	z-index:					4; 
	visibility:					hidden; 
	top:						200px;
	left:						100px;
	width:						138px;
	height:						200px;
	background-color:			#FFFFFF;
	padding:					10px 10px 0 10px
}
#closeRegisterLayer
{
	position:					absolute;
	top:						10px;
	left:						135px;
	width:						12px;
	height:						12px;
	z-index:					5; 
	background-repeat: 			no-repeat;
	background-position: 		left top;	
	background-image: 			url(../images/nav/closewindow.gif);
}
