body
{
color: #fff;
margin: 0px;
font: 13px verdana;
letter-spacing: 1px;
font-weight: normal;
background: url(../gfx/bg2.png);
}

div
{
  width: auto;
  height: auto;
  margin: 0px;
  border: 0px;
  padding: 0px;
  text-align: left;
}

p
{
	padding: 0;
}

a
{
margin:0px;
padding:0px;
text-decoration: none;
color: #ff803a;
}

a:hover
{
color: #ffffff;
}

a:active
{
	color: #998888;
}

a img{
	border: 0;
}

td
{
	vertical-align: top;
}

h1
{
	
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	display: inline;
}

ul
{
	list-style-type: none;
	padding: 0;
}

/*
 * border
 */
#container, #header, #content, #shoutbox, #contentTarget
{
border-color: #4378a1;
}

#container
{
width: 80%;
border-width: 1px;
border-style: none solid solid solid;
position: absolute;
left: 10%;
right: 10%;
background-color: #055A99; /*#025396;*/
}

/************ HEADER ***********/
#header
{
color: #fff;
background: url(../gfx/head_bg.png);
font: 75px system;
letter-spacing: 0px;
white-space:nowrap;
height: 115px;
line-height: 1em;
text-align: left;
padding: 0 0.5em 0 0.3em;
}

#header .text
{

	display: inline;
	line-height: 1.5em;
	position: relative;
}

#header .bg
{
	background: url(../gfx/fleglogo.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 128px;
	float: left;
}

/*********** MENU ***********/
#menu
{
border-width: 1px;
border-style: solid none solid none;
border-color: #fff;
padding-top: 2px;
padding-bottom: 2px;
display: block;
background-color: #ff803a;
padding-left: 160px;
}

.menulink
{
padding: 10px;
font: bold 14px monospace;
letter-spacing: 0px;
cursor: pointer;
}

a.menulink
{
color: #ffffff;
}

a:hover.menulink
{
color: #ff803a;
background-color: #ffffff;
}

/*********** CONTENT **********/
#contentTarget
{
	border-width: 1px;
	border-style: none solid none solid;
	width: 80%;
}

#content
{	
	border-width: 1px;
	border-style: none;
	height: auto;
	font-weight: normal;
}

#header, #menu, #content
{
overflow: hidden;
}

/*********** SHOUTBOX ***********/
#shoutbox
{
	width: 150px !important;
	height: auto;
	padding: 5px;
	overflow: hidden;
}

#chat
{
	width: 150px !important;
	height: auto;
	overflow: hidden;
	
}
.chatMessage
{
	font-size: 12px;
	letter-spacing: 0px;
	padding-bottom: 1em;
}

.chatName
{
	color: #9EBBD6;
	font-weight: bold;
}

.chatTime
{
	color: #9EBBD6;
	font-size: 9px;
}

input.post, input.user, textarea.message{
	font: 12px verdana;
	color: #fff;
	background-color: #055a99;
	width: 150px;
	border: 1px solid #4378a1;
	overflow: auto;
	margin-bottom: 5px;
}

input.post:hover, input.user:hover, textarea.message:hover {
	border: 1px solid #9ad;	
}

input.user:hover, textarea.message:hover {
	cursor: text;
}

input.post:hover
{
cursor: pointer;
}

input.post:focus, input.user:focus, textarea.message:focus {
	background-color: #4378a1;
	border: 1px solid #fff;
}

/******** NEW SONGS *********/
#newSongs
{
	width: 200px;
}

#newSongs .date
{
	margin-bottom: 1.5em;
	font-size: 11px;
}

/************ NEWS ************/
.newsHeader
{
	font: 16px serif;
	font-weight: bold;
}

.divider
{
	width: 150px;
	height: 0.3em;
	line-height: 0.3em;
	margin-bottom: 0.3em;
	border-color: #9EBBD6;
	border-style: none none dashed;
	border-width: 1px;
}

.newsItem
{	
	padding-bottom: 3em;
	font-size: 12px;
}

.date
{
	color: #9EBBD6;
	font-size: 10px;
	font-weight: normal;
}

/************ MISC **********/
.orange
{
color: #ff803a;
font-weight: bold;
}

.text
{
	padding: 5px;
}