/*
** Base Cascading Style Sheet
*/

body,
html
{
	background-color: #CCCC99;
}

a
{
	color: DarkBlue;
}

/* leftbar container elements */

#leftbar
{
	background-color: #990033;
	border-top: thin solid white;
	border-right: thin solid white;
	border-bottom: thin solid white;
}

#leftbar .icon
{
	height: 40px;
}

#leftbar .users
{
	border-top: thin solid white;
	border-right: thin solid white;
} 

#leftbar .chat
{
	border-top: thin solid white;
	border-right: thin solid white;
}

#leftbar .links
{
	border-top: thin solid white;
}

#leftbar a
{
	color: #CCCC99;
}

/* topbar container elements */

#topbar
{
	background-color: inherit;
	width: 608px;
}

/* main container elements */

#main
{
	color: #00053F;
}

.header
{
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Trajan Pro", arial, verdana, geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.opener
{
	font-family: "Warnock Pro", arial, verdana, geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

/* other container elements */

#button,
.buttons
{
	color: #CCCC99;
	background-color: #990033
}