a{
	font-weight: bold;
}
a:link, a:visited, a:active{
	color: #000000;
	text-decoration: underline;
}
a:hover{
	color: #FFCC00;
	text-decoration: underline;
}
body{
	margin: 0px;
	background: #FFFFFF url("../images/pagebg.jpg") top center repeat-y;
	font-family: verdana, arial, sans-serif;
}
#container{
	position: absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	min-height: 100%;
	background: #4DAFFA url("../images/background.jpg") bottom center no-repeat;
}
#footer{
	padding: 10px;
	margin-top: 40px;
	margin-bottom: 130px;
	text-align: center;
}
h1{
	margin: 0px;
}
h2{
	margin-top: 0px;
}
#header{
	padding: 10px;
	margin-bottom: 25px;
}
#header p{
	margin: 0px;
}
#main{
	padding: 10px;
}
#menu{
	font-weight: bold;
}
.tbl, .tbl td, .tbl th{
	border: #000000 1px solid;
}
