body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	text-align: justify;
	background-image:url("../background.png");
	background-repeat:repeat-x;
	background-color: #FFFFFF;
}

/*****************************   Header   ****************************************/

#header
{
	background-color: #9175a4;
	height: 150px;
	
	text-align:right;
}

#logo
{
	height: 150px;
	width: 288px;
	
	/*background-image: url("../title.png");
	background-repeat: no-repeat;*/
	
	float: left;
}

#menu
{
	background-image: url("../menu.png");
	background-repeat: repeat;
	height: 30px;
}

#menu ul
{ list-style:none; margin:0; padding:0; }
#menu li     
{
	float: left;
	border-right: #FFF 1px solid;
	padding: 4px;
	padding-right: 10px;
	padding-left: 10px;
	height: 22px;
}	
.menu-selected { background-image: url("../menu-hover.png"); }	
#menu li:hover    
{
	background-image: url("../menu-hover.png");
}
#menu li img
{
	vertical-align: middle;
	display:inline-block; 
	border:0;
}
#menu a
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
	border: none;
}

/*****************************   Content   ****************************************/

#content
{
	margin-left: 5px;
	margin-right: 5px;
}

/*****************************   Footer   ****************************************/

#footer
{
	text-align: center;
	margin: 10px;
	margin-bottom: 0;
	padding: 5px;
	border-top: #3c8f37 1px dashed;
	clear: both;
	font-size: 0.8em;
}

/*****************************   Other   ****************************************/

a { color: #3c8f37; text-decoration: none; }
a:hover { /*border-bottom: #3c8f37 1px dashed;*/ text-decoration: underline; }
img { border: 0; vertical-align: middle; display:inline-block; }
form { margin: 5px; }
input { margin: 1px; }

ul { margin-left: 10px; }


#administration { float: right; padding: 3px;  border: solid 1px #3c8f37; -moz-border-radius: 0 0 0 5px; background-color: #d2c4d9; border-top: 0; border-right: 0; margin-right: -5px; margin-top: -13px; }
#administration:hover { background-color: #e5dde9; }
.link { display: inline-block; margin: 3px; max-width: 200px; }

fieldset { border: 2px solid #FFF; -moz-border-radius: 5px; margin-bottom: 10px; margin-left: 10px; margin-right: 10px; }
legend { border: 1px solid #FFF; -moz-border-radius: 5px; background-color: #3c8f37; color: #FFF; font-weight: bold; padding: 5px; }