@CHARSET "UTF-8";
*
{
	/*font-family: Tahoma;*/
}

a img
{
	border: none;
}

body
{
	background: #000;
	/*background: url("/styles/sw/img/back_tile.png");*/
	padding: 0; 
	margin: 0;
	border: none;
}

div#mainframe
{
	 width: 1000px !important;
	 margin: 0 auto;
	 padding: 0;
	 /*padding-top: 310px;*/
	 padding-top: 200px;
	 background-image: url("/styles/sw/img/header_back_short.jpg");
	 background-position: top;
	 background-repeat: no-repeat;
	 background-color: #ffd98e; 
	 border: none; 
}

div.warning-string {
	margin-top: -200px; 
	margin-bottom: 200px;
	background-color: orange;
	border: 1px solid red;
}

div#innerframe
{
	/*margin: 100px auto auto 30px;*/
	/*margin: 0 130px;*/
	width: 750px;
	margin: 0 auto;
}

div#footer
{
	border: 1px solid #cc6600;
	border-top: none;
	padding: 0.5em;
	background-color: #ffd98e;
	position: relative;
	z-index: 2;
}

div#footer a, div#footer a:VISITED
{
	font-weight: bold;
	font-family: arial;
	color: #46321e;
	font-size: 10pt;
	font-style: italic;
}

.addeditform
{
/*	margin-left: -300px;
	margin-right: -100px;*/
}

.clear
{
	clear: both;
}

div.branch
{
	/*border: 1px solid red; 
	background-color: yellow;*/
	background: url("/styles/sw/img/branch.gif") no-repeat;
	position: absolute; 
	top: 400px; 
	width: 219px; 
	height: 275px;
	z-index: 1;
}

div.tree
{
	background: url("/styles/sw/img/tree.gif") no-repeat;
	position: absolute; 
	top: 400px; 
	width: 224px; 
	height: 605px;
	z-index: 1;
	margin-left: 776px;
}

a#homelink, span.a#homelink
{
	display: block;
	position: absolute; 
	top: 20px; 
	height: 150px;
	width: 370px;
	text-decoration: none;
	/*border: 1px solid #222;*/
	/*background-image: url("/styles/sw/img/logo.gif");
	background-position: top left;
	background-repeat: no-repeat;*/
}

.addeditform
{
	z-index: 2;
	position: relative;
}

a.adm
{
	background: url("/styles/sw/img/adm/btn_back.png");
	line-height: 20px;
	color: black !important;
	height: 20px;
	padding: 0 !important;
	border: 1px solid black;
	text-decoration: none;
}