body
{
	text-align: center;
	background-image: url(images/pattern.jpg);
	background-repeat: repeat;
	width: 99%;
	background-position: top left;
	font-family: verdana, arial, helvetica, sans-serif;
}

div.frame
{
	width:970px;
	min-height:750px;
	background-image:url('images/woodnparchment.jpg');
	background-repeat:repeat y; 
	margin: 0 auto;
	/*background-color:red;*/
}

div.header
{
	width:970px;
	height:150px;
	
}
div.ev
{
	float: left;
	margin-left: 50px;
}

div.player_online
{
	margin-top: 100px;
	float: left;
	font-size:13px;
	color:#353535;
	font-style: italic;
	padding-left:30px;
	padding-bottom: 30px;
}

div.logo
{
	margin-top: 10px;
	margin-right: 30px;
	float: right;
}

div.menu
{
	margin: 0 auto;
	text-align: center;
	width: 850px;
	height: 30px;
	border-top: solid #160903 2px;
	border-bottom: solid #160903 2px;
}

div.menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style:none;
	line-height: 26px;
}

div.menu ul li
{
	margin-left: 20px;
	text-align: center;
	float: left;
	list-style-type: none;
	list-style:none;
}

div.menu a:link, div.menu a:visited, div.menu a:hover
{
	padding: 5px;
	font-family: Californian FB;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

div.menu ul li a:hover
{
	background: #160903;
	color: #FFFFFF;
}

div.middle
{
	width:970px;
	min-height:700px;
	height:auto !important;
	height:750px;
	/*background: red;*/
}

div.description
{
	float: left;
	text-align:left; 
	margin-top: 20px;
	margin-left: 30px;
	width:165px;
	min-height:300px;
	/*background: blue;*/
}

div.description label
{
	font-family: Californian FB;
	border-bottom:1px dashed #160903;
	font-weight: bold;
	text-transform: uppercase;
}

div.description a:link, div.description a:visited, div.description a:hover
{
	font-family: Californian FB;
	color: #000000;
	text-decoration: none;
	margin-left: 10px;
	/*text-transform: lowercase;*/
	font-weight: normal;
	
}

div.description ul
{
	margin-left: 0px;
	list-style-type: none;
	margin: 0;
	padding:0;
	list-style:none;
}

div.description ul li
{
	list-style: none;
	padding-bottom: 10px;
	
}

div.content
{
	text-align:center; 
	margin-top: 20px;
	margin-right: 30px;
	width: 740px;
	min-height:300px;
	height:auto !important;
	height:300px;

	/*background: #E7D7BA;*/
	float: right;
	border-left: solid #160903 2px;
	/*padding-left: 20px;
	padding-right: 30px;*/
}
div.include
{
	float:left;
	margin: 0 20;
	width: 690px;
	min-height:300px;
	height:auto !important;
	/*height:300px;*/
	/*background: red;*/
}

div.footer
{
	margin: 0 auto;
	margin-top: 0px;
	padding-top: 0px;
	/*border-top: solid #353535 1px;*/
	text-align:center;
	width:800px;
	height: 50px;
	/*background: blue;*/
	font-size:10px;
	color:#353535;
	
}

div.footer a:link, div.footer a:visited, div.footer a:hover
{
	margin-left: 20px;
	font-size:10px;
	color:#353535;
	text-decoration:none;
	border-bottom:1px dashed #160903;
}