﻿body 
{
	margin:0 auto;
	/*background-color: RGB(62, 48, 22);*/
	background-color:Black;
	text-align:center;
}

#sx
{
	background-image: url(../img/menu4.jpg);
	background-repeat:no-repeat;
	background-color: Black;
	text-align: left;
	width:341px;
	height:419px;
	/*margin:0px auto;*/
	border:1px solid gray;
}

#header
{
	position:relative;
	top:0px;
	left:0px;
	color: Orange;
	text-align:right;
	font-family: Broadway;
	font-size:40px;	
	margin-right:20px;
}

#header2
{
	position:relative;
	top:0px;
	left:0px;
	color: white;
	text-align:right;
	font-family: Broadway;
	font-size:22px;	
	margin-right:30px;
}

#logo
{
	position: relative;
	top:35px;
	left:43px;
	color:Black;	
	font-family: Arial;
	font-size:20px;
	text-align:center;
	width:150px;
}

#menu
{
	float:left;
	position:relative;
	top:39px;
	left:228px;
	background-color:Transparent;
	height:160px; 
	width:100px;
	text-align:center;
}


#content
{
	position:relative;
	height:650px;
	width:100%;
	text-align:center;
	margin-left:5px;
	background-color: RGB(130, 109, 66);
}

.bevelmenu
{
	position:relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100px;
}

.bevelmenu li a
{
	position:relative;
	display: block;
	width: 100%;
	padding: 2px 4px;
	text-decoration: none;
	border: 0px;
	text-decoration:none;
	text-align: center;
	margin-bottom:8px;
	color:Black;
	font-family: Arial;
	font-size:18px;
}

.bevelmenu li a:hover{
color: Orange;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect (non IE browsers only) */
border-style: inset;
}

#footer
{
	position:relative;
	top:0px;
	left:0px;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	z-index:1;
	width:340px;
	height:247px;
	border:1px solid gray;
	text-align:left;
	margin-top:5px;
	margin-bottom:5px;
}

#counter
{
	position:relative;
	top:0px;
	left:0px;
	z-index:1;
	width:340px;
	height:35px;
	text-align:center;
	margin-top:0px;
	font-family:Arial;
	color:Black;
	font-size:12px;
	border:1px solid white;
}

#legal
{
	position: relative;
	top:115px;
	color:Black;	
	font-size:11px;
	font-family: Arial;
	width:70%;
	text-align:center;
	font-weight:bold;
}

#info
{
	position: relative;
	top:93px;
	color:Black;	
	font-size:20px;
	text-align:center;
	width:70%;
	font-size:11px;
	font-family: Arial;
		font-weight:bold;
}

#notes
{
	position: relative;
	top:40px;
	color:Black;	
	font-size:20px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	font-family: Arial;
	width:67%;
}

#testo
{
	position:relative;
	font-family:Arial;
	color:Black;
	font-size:12px;
	text-align:justify;
	vertical-align:top;
	float:left;
	padding:10px;
}

#testo img
{
	border: 1px solid black;
}

#header_title
{
	background-color: RGB(130, 109, 66);
	border:1px solid gray;
	font-size:32px;
	font-weight:bold;
	font-family: Arial;
	padding:10px;
	margin-bottom:10px;
	/*color: RGB(233,196,125);*/
	margin-left:5px;
	color:Black;
}

.box_title
{
	font-size:14px;
	text-align:left;
	padding-left:25px;
	padding-top:22px;
	font-weight:bold;
}