html, body {
	margin: 0px;
	padding: 0px;
}
body {
	font: 10px Tahoma, verdana, sans-serif;
}
img {
	border: 0px;
}
a {
	color: #575757;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #2B2B2B;
	text-decoration: underline;
}
ul {
	margin: 0px 0px 0px 2em;
	padding: 0px;
}
li {
	list-style: square;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
form {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
body {
	background: url(../images/layout/bg.jpg);
}
hr {
	color:#211111;
	background:#333300;
}
#outer {
	background: url(../images/layout/bg_top.jpg) repeat-x;
	min-height: 600px;
	padding: 14px 0px;
	text-align: center;
}
#wrapper {
	text-align: left;
	margin: auto;
	position: relative;
	width: 563px;
}
#nav {
	background: url(../images/layout/nav_bg.gif) repeat-x;
}
#nav-left {
	background: url(../images/layout/nav_left.gif) no-repeat;
	width: 100%;
}
#nav-right {
	background: top right url(../images/layout/nav_right.gif) no-repeat;
	height: 33px;
}
#nav a, #navb a {
	color: #C0C4AB;
	text-decoration: none;
	font: bold 9px arial, sans-serif;
}
#nav a:hover, #navb a:hover {
	color: white;
}
#nav ul {
	padding-top: 9px;
}
#nav li {
	display: inline;
	padding: 0px 25px;
}
#head {
	position: relative;
	height: 157px;
	background: url(../images/layout/head_bg.gif);
}
#head h1 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 45px;
	left: 1px;
}
.logo {
	display: block;
	float: left;
	border: 2px solid #B3B79E;
	border-top: none;
	border-bottom: none;
	padding: 0px 5px;
	font: 16px "arial narrow", arial, sans-serif;
	height:55px;
}
.logo .top {
	display: block;
	color: #303228;
}
.logo .gadgets {
	display: block;
	color: #6C7376;
	font-size: 18px;
	margin-top: 0px;
	line-height: 32px;
}
#head-left {
	position: absolute;
	top: 0px;
	left: -16px;
	width: 16px;
	height: 200px;
	background: url(../images/layout/head_left.gif) no-repeat;
}
#head-right {
	position: absolute;
	top: 0px;
	left: 562px;
	width: 16px;
	height: 200px;
	background: url(../images/layout/head_right.gif) no-repeat;
}
#navb {
	position: absolute;
	top: 138px;
	left: 10px;
	height: 19px;
}
#navb ul {
	margin: 0px;
	padding: 0px;
}
#navb li {
	float: left;
	width: 76px;
	height: 19px;
	background: url(../images/layout/small_nav_tab.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	padding-top: 4px;
}
#navb a {
  color: #E1E1D5;
}
#head-1 {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 330px;
	height: 157px;
	background: url(../images/layout/head_logo.jpg) no-repeat;			
}
#content-center {
	width:564px;
	border-top:1px solid #686c56;
	background: url(../images/layout/content_center.gif) repeat-y;
	padding-bottom:5px;
}
.content-text {
	padding:5px 10px 0px 15px;
	font-size:11px;
}
.content-text h2 {
	display: block;
	color: #6C7376;
	font-size: 18px;
	margin-top: 0px;
	line-height: 32px;
}
#content-bottom-border {
	width:565px;
	height:13px;
	background: url(../images/layout/content_bottom_border.gif) no-repeat;
	clear:both;
}
#piva {
	color: #4E523F;
	text-align:center;
}
input[type=text] {
	width: 180px;
	background: #FFFFFF;
	color: #303228;
	font-size: 10px;
	border: 1px solid #60654E;
	margin-top:2px;
	margin-bottom:2px;
}
input[type=submit], input[type=reset] {
	width: 88px;
	background: #FFFFFF;
	color: #303228;
	font-size:10px;
	border: 1px solid #60654E;
	margin-right:4px;
}
textarea {
	width:360px;
	height:100px;
	background: #FFFFFF;
	color: #303228;
	font-size:10px;
	border: 1px solid #60654E;
}
select {
	width:180px;
	background: #FFFFFF;
	color: #303228;
	font-size:10px;
	border: 1px solid #60654E;
}
