@charset "ISO-8859-1";
body {
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet, Arial, sans-serif;
	font-size: 13px;
	
	background-color: #a6d514;
	background-image: url('images/bg_content.png');
	background-repeat: repeat-x;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

#tools {
	position: absolute;
	top: 0px;
	padding: 1px;
	left: 31px;
	background-color: #ffffff;
	border-bottom: 1px #ff9100 solid;
	border-left: 1px #ff9100 solid;
	border-right: 1px #ff9100 solid;
}

#tools ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#tools li {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
	display: inline;
}

#tools li a {
	font-size: 90%;
}

#main {
	background-image: url("images/bg_main.gif");
	background-repeat: repeat-y;
	min-width: 990px;
}

#header {
	background-color: #9c0c31;
	height: 130px;
}

#deco-header {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 280px;
	height: 160px;
	background-image: url('images/deco_header.gif');
}

#menu {
	margin-top: 20px;
	padding-bottom: 8px;
	width: 160px;
	float: left;
	font-size: 105%;
}

#menu a {
	color: #9c0c31;
	text-decoration: none;
	font-weight: bold;
}

#menu .selected {
	text-decoration: underline;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li div {
	margin-right: 0px;
	margin-top: 12px;
	padding-left: 15px;
	padding-top: 9px;
	list-style-type: none;
	background-image: url('images/bg_menu_1.gif');
	background-position: right;
	background-repeat: no-repeat;
	width: 145px;
	height: 28px;
	text-align: center;
}

#menu li .menu-2 {
	background-image: url('images/bg_menu_2.gif');
}

#menu li .menu-2 a {
	color: #9C0C31;
}

#menu li .menu-3 {
	background-image: url('images/bg_menu_3.gif');
}

#menu li .menu-3 a {
	color: #9C0C31;
}

#menu li .menu-4 {
	background-image: url('images/bg_menu_4.gif');
}

#menu li .menu-4 a {
	color: #9C0C31;
}

#menu .level2 div {
	margin-top: 6px;
	padding-left: 15px;
}

#menu li a {
	color: #ffffff;
	vertical-align: middle;
}

#menu li a:hover {
	text-decoration: underline;
}

#menu .level2 div {
	margin-left: 10px;
	background-image: url('images/bg_menu_1.gif');
	color: #ffffff;
}

#menu .level2 div a {
	color: #ffffff;
}

#pub {
	background-color: #ffffff;
	border: 2px #9C0C31 solid;

	margin-top: 20px;
	margin-left: 15px;
	
	width: 142px;
	float: left;
	font-size: 105%;
	text-align: center;
}

#pub h3 {
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 100%;
	color: #9C0C31;
}

#anysurfer {
        margin-top: 20px;
        margin-left: 15px;

        width: 142px;
        float: left;
        font-size: 105%;
        text-align: center;
}


#content {
	margin-top: 32px;
	margin-left: 180px;
	margin-bottom: 15px;
	padding: 5px;
	width: 790px;
	height: 380px;
	border: 2px #A43F39 solid;
	background-color: #ffffff;
	font-size: 105%;
}

#content form, #content table {
	font-size: 95%;
}

#content[id] {
	min-height: 380px;
	height: auto;
}

#footer {
	padding-left: 20px;
	font-size: 80%;
}

#footer a {
	color: #FDFFFE;
	text-decoration: none;
}

#footer .map {
	float: left;
	width: 131px;
	text-align: center;
}

#footer .copyright {
	margin-left: 170px;
	width: 790px;
	text-align: center;
}
