* {
  margin: 0px;
  padding: 0px;
}
body {
	TEXT-ALIGN: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    background: #40362d url(images/topbg.gif) repeat-x;
	color: #333;
    FONT-SIZE: 13px;
	display:inline;
}
img { border:0px; padding:0px; margin:0px;}
p { margin-bottom:15px; margin-top:10px;}

h1,h2,h3,h4,h5,h6 { margin-bottom:7px; margin-top:10px; color:#E17100 }
h1,h2 { font-size:20px; margin-bottom: 13px; text-align:center }

li { margin-left: 15px; text-align:left }
hr { margin: 6px 6px 6px 6px}
input { margin:3px 3px 3px 0}

A:link {
	COLOR: #39F; TEXT-DECORATION:underline
}
A:visited {
	COLOR: #39F; TEXT-DECORATION: underline
}
A:active {
	COLOR: #F90; TEXT-DECORATION: none
}
A:hover {
	COLOR: #F90; TEXT-DECORATION: none
}

/* ******************************** Template ******************************** */
.site {
  margin: auto;
  width:800px;
}

.boxcontent {
  background-color: #F7F7F7;
  border-right:2px solid #cc6600;
  border-left:2px solid #cc6600;
  padding: 10px 35px 0px 35px;
  margin:auto;
}

#header {
	height: 120px;
	border-right:2px solid #cc6600;
  	border-left:2px solid #cc6600;
	margin:auto;
	text-align:left;
	background-image:url(images/testata.jpg);
}

#header #title a:link, #header #title a:visited, #header #title a:active{ display:block; height:120px; width:500px; float:left }
#header #title a:hover { COLOR:#666 }

#header div#links { padding-top:30px; height:70px; width:180px; float:right; margin-right:90px }
#header div#links ul{ list-style:none }
#header div#links a:link, #header div#links a:visited, #header div#links a:active { text-decoration:none; color:#333 } 
#header div#links a:hover { text-decoration:underline } 

#ref { float:right; margin-right:-15px }
#ref a:link, #ref a:visited, #ref a:active  { 
		display:block; padding:5px; font-size:9px; text-decoration:none; color:#333
}
#ref a:hover { text-decoration:underline }

#home { float:left; margin-left:-15px; margin-top:-20px; margin-bottom:0 }
#home a:link, #home a:visited, #home a:active  { 
		display:block; padding:5px; font-size:9px; text-decoration:none; color:#333
}
#home a:hover { text-decoration:underline }

#foot { font-size:9px; background-color:#cc6600; color:#FFFFFF; CLEAR: both; PADDING:4px; font-weight:bold; margin-left:-35px; margin-right:-35px; margin-bottom:0px }
#foot A:link,#foot A:visited,#foot A:active{ color:#40362d }
#foot A:hover { color:#CCCCCC }