A:link, A:visited, A:active{
	color: #000000;
	text-decoration: underline;
}
A:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
body{
	margin: 0px;
	background: #DBBB4F url(../images/bg3.jpg);
	background-repeat: repeat-y;
}
body, div, td{
	font-size: small;
	font-family: arial, verdana, sans-serif;
}
.box{
	padding: 3px 3px 5px 3px;
}
#container{
	width: 600px;
	min-height: 100%;
	position: absolute;
	background: #E1C76C url(../images/bg1.jpg);
	background-repeat: no-repeat;
}
.promo{
	text-align: right;
	padding: 18px 5px 5px 0px;
}
.footer{
	text-align: center;
	padding: 5px 5px 10px 5px;
	color: #333333;
	font-size: x-small;
	font-family: verdana, arial, sans-serif;
}
.footer A:link, .footer A:visited, .footer A:active, .footer A:hover{
	color: #333333;
	text-decoration: underline;
}
h1, h2{
	margin: 0px;
}
h1{
	font-size: x-large;
	padding-left: 3px;
}
h2{
	font-size: small;
	border: #999999 1px solid;
	background: #FF9933 url(../images/section.jpg);
	background-repeat: repeat-x;
	padding: 3px;
}
.invisible A:link, .invisible A:visited, .invisible A:active, .invisible A:hover{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.window1{
	margin: 0px 5px 0px 5px;
	border: #FFFFFF 1px solid;
	background: #E7D187;
}
.window2{
	border-left: #D1AC2C 3px solid;
	border-bottom: #D1AC2C 3px solid;
	border-top: #E1C76C 3px solid;
	border-right: #E1C76C 3px solid;
	padding: 5px;
}