@charset "utf-8";
/* CSS Document */

#main {
	position:relative;
	height:auto !important;
	height:100%;
	min-height:100%;
	width:880px;
	margin:auto;
	padding:0 35px 0 35px;
	background:url(../media/bg_main.gif);
}

#banner {	
	height:225px;
	width:880px;
}

#content {
	padding:30px 30px 100px 30px;
	width:820px;
}

#footer {
	position:absolute;
	height:55px;
	width:856px;
	padding:25px 12px 0 12px;
	bottom:0 !important;
	background:url(../media/bg_footer.gif) repeat-x;
	font-size:11px;
	color:#009900;
}

#navigation {
	height:75px;
	width:880px;
	background:url(../media/bg_navigation.gif) repeat-x;
	font-size:14px;
}

#menu a {
	display:inline-block;
	height:15px;
	margin:0 1px 0 0;
	padding:50px 12px 10px 12px;
	color:#ffffff;
	background:url(../media/bg_menu_01.gif) repeat-x;
}

#menu a:hover {
	background:url(../media/bg_menu_02.gif) repeat-x;
}

#menu .current {
	background:url(../media/bg_menu_03.gif) repeat-x;
}

#menu li {
	position:relative;
	float:left;
	background:url(../media/bg_menu_li.gif) repeat-x;
	list-style:none;
}

#footer .left {
	float:left;
	padding:0 50px 0 0;
}

#footer .right {
	float:right;
	text-align:right;
}

#footer a {
	color:#009900;
}

#footer a:hover {
	color:#000000;
}

#content a {
	color:#000000;
}

#content .left {
	width:590px;
}

#content .box {
	float:right;
	padding:35px 0 0 35px;
	width:180px;
	height:180px;
	background:url(../media/bg_box.gif) no-repeat;
	font-size:12px;
}

#content .lisa {
	clear:right;
	float:right;
	margin:50px 0 0 0;
}


html, body {
	height:100%;
	margin:0;
	padding:0;
	background:url(../media/bg_body.gif) top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	cursor:default;
}

fieldset, h1, h2, p, ul {
	margin:0;
	padding:0;
}

a {	
	text-decoration:none;
}

fieldset {
	padding:0 0 10px 10px;
	background:#ffffff;
	border:1px solid #000000;
}

legend {
	padding:2px;
	font-weight:bold;
	background:#ffffff;
	border:1px solid #000000;
}

h1 {
	padding:0 0 20px 0;
	font-size:18px;
	color:#2caf1a;
}

h2 {
	padding:0 0 5px 0;
	font-size:14px;
}

img {
	border:none;
}

input, select {
	margin:0 5px 5px 0;
}

label {
	float:left;
	width:150px;
}
