body
{
  	margin: 0;
  	padding: 0;
  	background-color: #2D425E;
	background: url(2005/bg.gif) repeat;
  	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	color: EEF3FB;
}

#horizon        
{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
	
#mainbox    
{
	margin-left: -300px;
	position: absolute;
	top: -175px;
	left: 50%;
	width: 585px;
	height: 350px;
	visibility: visible;
}

#contentbox    
{
	position: absolute;
	left: 232;
	margin: 0;
	padding: 0;
	border: 0;
	width: 350px;
	height: 350px;
	visibility: visible;
}

#jedia
{
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	width: 225px;
}

#inside
{
	position: absolute;
	left: 0;
	top: 40;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	width: 180px;
}

#outside
{
	position: absolute;
	left: 200;
	top: 40;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	width: 175px;
}

#friends
{
	position: absolute;
	left: 200;
	top: 155;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	width: 225px;
}

#topstrip_left
{
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 31px;
	background: url(2005/bgtop.gif) repeat-x;
}

#topstrip_right
{
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 31px;
}

#botstrip_left
{
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 31px;
	background: url(2005/bgbot.gif) repeat-x;
}

#botstrip_right
{
	text-align: right;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 31px;
}

#inside_menu
{
	margin-left: 16px;
	margin-right: 0;
	margin-top: 10;
	padding: 0;
	list-style-image: url(2005/bullet_square.gif);
	list-style-position: outside;
}

#outside_menu
{
	margin-left: 16px;
	margin-right: 0;
	margin-top: 10;
	padding: 0;
	list-style-image: url(2005/bullet_square_hollow.gif);
	list-style-position: outside;
}

#friends_menu
{
	margin-left: 16px;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
	list-style-image: url(2005/bullet.gif);
	list-style-position: outside;
}

#logo_image
{
	background-image: url(2005/logo.gif);
	background-repeat: no-repeat;
	width:391px;
	height: 34px;
}

#inside_image
{
	background-image: url(2005/inside.gif);
	background-repeat: no-repeat;
	width:143px;
	height: 21px;
}

#outside_image
{
	background-image: url("2005/outside.gif");
	background-repeat: no-repeat;
	width:143px;
	height: 21px;
}

#friends_image
{
	background-image: url(2005/friends.gif);
	background-repeat: no-repeat;
	width:143px;
	height: 21px;
}
  
h1
{
	display:none;
}

h2
{
	display:none;
}

#credit
{
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 8px;
}

A:link
{
	color: EEF3FB;
	text-decoration: none;
}
	
A:active
{
	color: EEF3FB;
	text-decoration: none;
}
	
A:visited
{
	color: EEF3FB;
	text-decoration: none;
}
	
A:hover
{
	text-decoration: underline;
	color: EEF3FB;
}