/*
** Base Cascading Style Sheet
*/

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

a
{
	color: DarkBlue;
}

/* leftbar container elements */

#leftbar
{
	background-color: #D6C7DE;
	border-top: thin solid DarkBlue;
	border-right: thin solid DarkBlue;
	border-bottom: thin solid DarkBlue;
}

#leftbar .icon
{
	width: 105px;
}

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

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

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

#leftbar a
{
	color: DarkBlue;
}

/* topbar container elements */

#topbar
{
	background-color: inherit;
}

/* main container elements */

#main
{
	color: #000055;
}

/* other container elements */

#button,
.buttons
{
	color: DarkBlue;
	background-color: #D6C7DE
}