body{
	/*font: 12px Georgia, "Times New Roman", Times, serif;*/
	font: Georgia,"Times New Roman", serif;
	background-color: #454545;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 35px;
}
img{border: none;}
table{border: none;}
div.top1{
	background-image: url(images/top1.gif);
	width: 900px;
	min-height: 24px;
	color:#ffde00;
	font-size: 12px;
}
div.top1 div{float:left;margin-top:3px;width:900px;letter-spacing:1px;
}
div.top2{background-image:url(images/top2.gif);width:900px;height:41px;
}
div.top2 div.left{
	float:left;margin-left:20px;margin-top:7px;color:#ffde00;font-size:24px;font-weight:bold;letter-spacing:5px;
}
div.top2 div.right{
	float:right;margin-right:20px;color:#ffde00;font-size:24px;margin-top:7px;font-weight:bold;
}
div.nawigation{
	background-image:url(images/nawigation.gif);width:900px;height:36px;font-size:14px;
}
div.nawigation div.button{
	float:left;margin-top:8px;margin-left:20px;font-weight:bold;
}

div.nawigation div.button a{
	text-decoration: none;
	color: black;
	padding-left: 3px;
	padding-right: 3px;
}
/*div.nawigation div.button a:hover{
	color: #483d8b;
}*/
div.nawigation div.button a:hover{
	color: #ffde00;
	background-color: black;
}




div.nawigation div.right{
	float: right;
	margin-right: 10px;
	font-style: italic;
	margin-top: 4px;
	letter-spacing: 1px;
}

div.content_bottom{
	background-image:url(images/content_bottom.gif);width:900px;height:26px;
}
div.content_bottom div{
	float: right;
	word-spacing: 90px;
	text-align: right;
	margin-top: 6px;
	margin-right: 50px;
	font-weight: bold;
	color: #656565;
	font-size: 12px;
}

div.bottom{
	position:fixed;z-index:100;bottom:0;height:21px;width:100%;float:left;background-image:url(images/bottom.png);background-repeat:no-repeat;
}
div.bottom div.left{
	float:left;margin-left:20px;width:400px;text-align:left;font-size:11px;margin-top:3px;
}
div.bottom div.left a{
	text-decoration: none;
	color: black;
}
div.bottom div.right{
float:right;color:#ffffff;margin-right:10px;font-size:11px;margin-top:3px;
}
div.bottom div.right a{
	color: #eee8aa;
	font-size: 11px;
	text-decoration: none;
}

div.content{
	width:900px;background-color:#ffffff;
}

div.content div.title{
	float:left;background-image:url(images/content_top.gif);width:308px;height:36px;
}
div.content div.title div.name{
	float:left;margin-top:10px;margin-left:20px;color:#ffde00;font-weight:bold;font-size:18px;
}
div.content div.text{
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	text-align: left;
	width: 400px;
	color: #4b4b4b;
	line-height: 18px;
	font: 12px;
}