html, body {
	margin: 0;
	padding: 0;	
}

body {
	background-image:url(../images/background.jpg);
   	background-repeat:no-repeat;
  	background-attachment:fixed;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #3f2f1c;
	line-height: 1.4;

}

h1 {
	margin: 0;
	font-size: 30px;
	font-weight: normal;
	font-family: "Museo 700", Arial;
}

h1 em {
	font-size: 50%;
	letter-spacing: -0.05em;
}

h2 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: 600;
}

h3 {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #990000;
}

hr {
	border: none;
	height: 1px;
	background: #D8D8D8;
	margin-bottom: 15px;
	padding: 0;
}

p {
	margin: 0;
	padding-bottom: 10px;
}

a {
	outline: none;	
	text-decoration: none;
	color: #a51a02;
	font-weight: 600;
}

a:hover{
color: #871603;
}

a img {
	border: 0px;
}

ul {
	margin: -7px 0 24px 0;
}

#content {
	width: 925px;
	margin: 30px auto;
	margin-bottom: 0px;
	padding: 0px;
	border: 1px solid #bababa;
	-moz-box-shadow: 0 0 30px #030532;
	-webkit-box-shadow: 0 0 30px #030532;
	box-shadow: 0 0 30px #030532;
	background: #f6f0e2;
	background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 15px);
}

#header {
	width:925px;
	height:400px;
}
#header_menu {
	background-image:url(../images/header.jpg);
	width:325px;
	height:400px;
	float: left;
}
#header_slide {
	background-color: black;
	width:600px;
	height:400px;
	float: right;
}
#parteneri a {
	color: #534029;
}
#parteneri a:hover{
	color: #871603;
}
#campionat p{
	color: #a41a07;
	font-size: 13px;
	font-weight: 800;
}
/***************** Content ***********************/
.picbox {
	float: left;
	border: 1px solid #eaeaea;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	background-color: white;
}

.pic {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

.picbox_left {
	float: left;
	border: 2px solid #eaeaea;
	padding: 2px;
	margin: 0px 10px 0px 5px;
}
.title {
	height:18px;
	width:100%;
	border-bottom: 1px solid #D8D8D8;
	margin: 10px 0px 20px 0px;
}
.meniu {
	width:470px;
	margin-left: 60px;
	padding: 0px 0px 20px 0px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #3f2f1c;
}
.left {
	width:295px;
	padding: 15px;
	background-color: #f0eadb;
	text-align: justify;
}
.right {
	width:570px;
	padding: 15px;
	background-color: #f6f0e2;
}
.center {
	width:925px;
	height: 100%;
	background-color:#a51a02;
	text-align: center;
	display:table-cell;
	padding-top:5px;
	padding-bottom:3px;
}

/***************** Menu ***********************/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.menu{
list-style-type: none;
width: 300px; /* width of menu */
padding: 12px;
padding-top: 170px;
margin: 0px;
}

.menu li{
padding-bottom: 7px;
}

.menu li a{
background-image: url(../images/men.png);
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: #f0c378;
width: auto;
padding: 6px 0; /* Vertical (top/bottom) padding for each menu link */
text-align: center;
text-indent: 8px;
text-decoration: none;
}

.menu li a:visited, .meniu li a:active{
color: #f1c37c;
}

.menu li a:hover{
background-image: url(../images/men_hover.png);
color: white;
margin-bottom: 2px;
}

<!--[if IE]>
<style type="text/css">
.menu li a{ /* Menu link width value for IE */
width: 100%;
}
</style>
<![endif]-->

/***************** Footer ***********************/
#footer {
	height:26px;
	width:100%;
	text-align: center;
}
#footer a {
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
	color: #f0c378;
	text-align: center;
	text-decoration: none;
}
#footer a:hover {
	color: white;
}