div { behavior: url(iepngfix.htc) }

#wrapper {
width: 800px;
text-align: left;
margin: 0 auto;
}

body {
	background-image: url(images/background_01.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #006633;
}
#header {

width: 800px;
height: 200px;
color: #feffb7;
font-size: 46pt;
font-weight: bold;
background: url(images/header_02.png);'images/header_02.png');
}

#header[id] {
background: url(images/header_02.png);
}

#menu {
width: 150px;
float: left;
margin: 0px 10px 0px 0px;
}


.menuitem {
width: 150px;
height: 40px;
color: white;
font-weight: bold;
font-size: 12pt;
text-align: center;
padding-top: 10px;
background: url(images/button_01.png) top no-repeat;'images/button_01.png');
}

.menuitem[class] {
background: url(images/button_01.png) top no-repeat;
}

#menuitem1 {
width: 150px;
height: 40px;
background: url(images/button_01.png) top no-repeat;
color: white;
font-weight: bold;
font-size: 12pt;
text-align: center;
padding-top: 10px;
}

#menuitem2 {
width: 150px;
height: 40px;
background: url(images/button_01.png) top no-repeat;
color: white;
font-weight: bold;
font-size: 12pt;
text-align: center;
padding-top: 10px;
}

.menuitem a:link, .menuitem a:visited {
color: #feffb7;
text-decoration: none;
}

.menuitem a:hover {
color: lime;
text-decoration: none;
}

#tips {
width: 150px;
float: right;
background: url(images/tips.png) top no-repeat;
margin: 0px 0px 0px 10px;
padding: 18px 0px 0px 0px;
color: white;
}

#rightwrapper {
width: 150px;
float: right;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;

}

#loginbox {
	font-family: Verdana;
	width: 150px;
	background-color: #9b9141;
	border:1px solid #999;
	font-size:10px;
	margin-bottom: 20px;	
}
#loginbox h5 {
	color:#feffb7;
	text-transform:uppercase;
	font-size:12px;
	height: 18px;
	background-color: #009900;
	padding: 2px;
	margin: 0px;
}
#loginbox p {
	padding: 5px 0px 0px 5px;
	margin: 0px;
}

#loginbox a:link, #loginbox a:visited {
	color: blue;
	text-decoration: underline;
}

#loginform {
	padding: 0px;
	margin: 0px;
}

#linksbox {
	font-family: Verdana;
	width: 150px;
	background-color: #9b9141;
	border:1px solid #999;
	font-size:10px;
	margin-bottom: 20px;	
}

#linksbox h5 {
	color:#feffb7;
	text-transform:uppercase;
	font-size:12px;
	height: 18px;
	background-color: #009900;
	padding: 2px;
	margin: 0px;
}

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

#linksbox li {
	margin: 0 0 5px 20px;
	padding: 2px 0px 0px 0px;
	list-style-image: url(images/arrow.png);
}
#linksbox li a {
	color: #FFF;
	text-decoration: none;
}
#linksbox li a:hover { color: #0F0; }
#linksbox li h5 {
	color: #999999;
}

input.text {
	padding: 0px 0px 0px 2px;
	margin: 0px 0px 0px 5px;
	width: 100px;
	border: 1px solid #546078;
	background: #FFF;
	color: #808080;
}

.loginselect {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
	width: 105px;
	border: 1px solid #546078;
	background: #FFF;
	color: #808080;
}


#tipsy {
width: 130px;
background: url(images/tips_back.png) top repeat-y;
padding: 0px 10px 0px 10px;
}

#content {
margin-left: 10px;
/*float: right;*/
}

.marrone{
background-color: #9b9141;
width:450px;
}

#footer {

width: 800px;
height: 57px;
padding-top: 18px;
text-align: center;
margin: 75px 0px 0px 0px;
color: green;
font-size: 12pt;
font-weight: bold;
background: url(images/footer_01.png) bottom no-repeat;'images/footer_01.png');
}

#footer[id]{
background: url(images/footer_01.png) bottom no-repeat;
}

a.footer:link, a.footer:visited {
color: green;
}

a.footer:hover {
color: lime;
background-color: none;
}
