body
{
	margin: 0;
	padding: 0;
	font: 12px Tahoma;
	text-align: justify;
	background: #212121 url('../?a=download&s=template&n=background') no-repeat fixed top center;
	color: #454545;	
}

div, form, table, img
{
	margin: 0;
	padding: 0;
	border: none;
}

h1, h2, h3, h4
{
	margin: 0;
	color: #ffffff;
	font-size: 12px;
}

h1
{
	padding: 5px 5px 5px 10px;
}

h2
{
	color: #005800;
}

h3
{
	color: #580000;
}

h4
{
	color: #000058;
}

a
{
	color: #580000;
}

a:hover
{
	text-decoration: none;
	color: #000066;
}

td
{
	vertical-align: top;
}

.section
{
	background: #ffffff;
	border: 2px solid #999999;
	padding: 15px;
	width: 542px;
}

.toolbar
{
	color: #ffffff;
	background-image: url('../?a=download&s=template&n=header_toolbar');
	background-repeat: repeat-x;
	margin-top: -3px;
}

#navbar_toolbar
{
	color: #ffffff;
	background-image: url('../?a=download&s=template&n=header_main');
	background-repeat: repeat-x;
}

#navbar_toolbar select
{
	font: 12px Tahoma;
}

#all
{
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
}

#wrap
{
	width: 900px;
	margin: 20px auto 20px auto;
	padding: 10px;
	background-image: url('../images/wrap_background.png');
	background-repeat: repeat;
}

#sidebar
{
	width: 292px;
	float: left;
}

#main
{
	width: 576px;
	float: right;
}

#sidebar .section
{
	width: 280px;
}

#sidebar .toolbar
{
	width: 150px;
}

#sidebar-content h1
{
	background-image: url('../?a=download&s=template&n=header_sidebar');
	background-repeat: no-repeat;
	margin: 15px 0 0 0;
}

#page-content h1, #admin h1, #lightbox h1
{
	background-image: url('../?a=download&s=template&n=header_main');
	background-repeat: repeat-x;
	margin: 15px 0 0 0;
}

#header h1
{
	background-image: url('../?a=download&s=template&n=header_main');
	background-repeat: repeat-x;
	margin: 0;
	height: 8px;
}

#logo
{
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 146px;
	margin: 5px 0 10px 15px;
}

#user
{
	padding: 5px;
	color: #ffffff;
	text-align: right
}

#user a, #logo a
{
	color: #ffffff;
}

#header
{
	margin-top: 5px;

}

#navbar a
{
	text-decoration: none;
	padding: 0 10px 0 10px;
	color: #ffffff;
}

#navbar a:hover
{
	background: #404040;
}

#navbar .selected
{
	background: #ffffff;
	font-weight: bold;
	color: #000000;
}

#small_edit
{
	height: 300px;
	width: 100%;
}

#large_edit
{
	height: 400px;
	width: 100%;
}

#footer
{
	clear: both;
	width: 900px;
	height: 50px;
	margin: 0 auto 0 auto;
	text-align: center;
	color: #ffffff;	
}

#footer a
{
	color: #ffffff; 
	text-decoration: none;
}

#admin_tools, #admin_tools select
{
	font: 12px Courier New;
}

#admin_tools li
{
	font: 10px Tahoma;
}

#admin_browseFiles
{
	margin: 2px;
	padding: 0;
	height: 110px;
	overflow-y: auto;
	font: 11px Courier New;
	border: 1px inset gray;
}

select
{
	width: 100px;
}

#login input, #register input
{
	width: 150px;
}