/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	text-align:center;
	background-color:white;
	color: #55a037;
	font-family: monospace;
	font-size: 12px;
	padding: 15px 0;
	margin: 0;
	background:#ffe678;
	background-image: url('../images/base_line_o.gif') ;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 10;
}
li
{
	padding: 0 0 0 10px;
	margin: 0 20px;
}

/* Links */
a:link, a:visited
{
	text-decoration: none;
}
a:hover, a:active
{
	text-decoration:underline;
	color:#f3994f;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 830px;
	height: 0;
	clear: both;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	border: 0px solid red;
	width:  822px;
	height: 105px;
	/* large header image is defined below */
	background-image: url('../images/main_title.gif');
	background-repeat: no-repeat;
	margin: auto;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	border: 0px solid blue;
	width: 820px;
	margin: auto;
	height: auto;
}

#wrapper
{
	border:0px solid blue;
	width: 820px;
        background-image: url('../images/main_bak.gif');
        background-repeat: repeat-y;
	margin: auto;
	padding:0;
	height: auto;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	border: 0px solid blue;
	text-align:left;
	width: 612px;
	height: auto;
	overflow: visible;
	float: right;
	padding: 0;
/*	background:#ffdddd;*/
}
/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer
{
	border:0px solid black;
	float: left;
	width: 205px;
	padding: 0;
	margin: 10px 0 0 0;
/*	background:#ddffdd;*/
}
.sidebar
{
	width:200px;
	margin: 0;
	padding: 0;
	text-align:right;
/*	background:#ddddff;*/
}

/* Menu lists */
.sidebardl
{
	padding: 0 0 10px 0;
	margin: 0;
}
.sidebardl dd
{
	color:white;
	padding: 0;
	margin: 4px 0 0 0;
/*	border:1px solid red;*/
}

a {font-family:monospace;}
