html, body{padding: 0px; margin: 0px; height: 100%;}
body{
	background-color: #5e0f1f;
	font-family: tahoma, verdana, arial;
	font-size: 8pt;
	line-height: 14pt;
	letter-spacing: 0.5px;
}
table{
	font-family: tahoma, verdana, arial;
	font-size: 8pt;
	line-height: 14pt;
	letter-spacing: 0.5px;
	color: white;
}
#topcontainer{
	background-image:url(../images/bg_top.jpg);
	background-repeat: repeat-x;
	height: 107px;
}
#container{
	height: 100%;
	width: 100%;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat;
}
#container2{
height: 100%;
	width: 100%;
	background-image:url(../images/bg_top.jpg);
	background-repeat: repeat-x;
}
#topnav{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: right;
	color: #97727a;
}
#topnav a{
	color: white;
	padding: 3px 4px;
	font-variant: small-caps;
}
#topnav a.selected{
	background-color: #e38117;
}
#content{
	width: 770px;
	margin: 0px auto 0px auto;
}

#left{
	width: 210px;
	float: left;
}

div.topleft{
	text-align: center;
	height: 120px;
}
div.bottomleft{
	text-align: center;
	height: 140px;
}

#right{
	float: left;
	width: 550px;
	margin-left: 10px;
}
#menuflash{
	height: 110px;
	margin-bottom: 11px;
}
#text{
	margin-top: 5px;
	color: white;
	background-image:url(../images/bg_text.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 600px;
	
	width: 530px;
	padding: 10px;
	overflow: auto;
	
}
h1{
	margin: 0px;
	padding: 0px;
	line-height: 45px;
}

h2{
	margin: 0px;
	padding: 0px;
	line-height: 40px;
}
h3{
	margin: 0px;
	padding: 0px;
	line-height: 35px;
}
#text a{
	text-decoration: underline;
	color: white;
	letter-spacing: 1px;
}
p{
	margin-top: 0px;
}