html, body {
	height:100%;
}

body {
	background: #FFF url(../img/content-bg.jpg) top center;
	font-family: Arial, serif;
	font-size: 11pt;
	color: #000;
	width: 100%;
}

.pngfix, li, #anounce img { behavior: url(js/iepngfix.htc) }

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding: 5px 0 10px;
}

h1 { font-size: 19pt; }
h2 { font-size: 16pt; }
h3 { font-size: 14pt; }
h4, h5, h6 { font-size: 12pt; }
p { padding: 5px 0 10px; }

#wrap {
	background: url(../img/body-bg.jpg) top center repeat-x;
	position: relative;
	margin: 0px auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* #HEADER */

#header {
	background-image: url(../img/cars.png);
	background-position: center 40px;
	background-position-y: 40px;
	background-repeat: no-repeat;
	height: 600px;
	margin: 0 auto;
	position: relative;
	width: 1020px;
}

#anounce {
	color: #fff;
	left: 10%;
	position: absolute;
	top: 70px;
	width: 200px;
}

#anounce h3 {
	font-size: 24pt;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 0;
}

#anounce p {
	font-size: 12pt;
}

#parking {
	background: url(../img/parking-only.png) top center no-repeat;
	height: 100px;
	position: absolute;
	right: 10%;
	top: 100px;
	width: 150px;
}

#menu {
	top: -45px; 
	font-size: 14pt;
	left: 48%;
	list-style: none;
	list-style-position:outside;
	margin: 0 -430px;
	position: relative;
	text-transform: uppercase;
	width: 900px;
	z-index: 3;
}

#menu a:link, #menu a:active, #menu a:visited{
	color: #fff;
    display: block;
    padding: 0px 20px;
    text-decoration: none;
}

#menu a:hover{
    text-decoration: underline;
}

#menu li {
	margin-left: -5px;
	float: left;
	position: relative;
	
	background: url(../img/bullet.png) center left no-repeat;
}

#menu li li {
	background: none;
	margin-left: 0;
	font-size: 11pt;
	 font-weight: bold;
}

#menu ul {
	display: none;
	padding: 5px 0px;
	position: absolute;
	width: 200px;
}

#menu ul li {
	background: url(../img/menu-bg.png) 0 0 repeat-y;
}

#menu .thin {
	height: 5px;
	padding: 0;
	width: 200px;
}

#menu .top {
	background: url(../img/menu-top.png) 0 0 no-repeat;
}

#menu .bottom {
	background: url(../img/menu-bottom.png) 0 0 no-repeat;
}

#menu li ul a{
    width: 190px;
    float: left;
}

#menu li ul li {
	padding: 3px 0px;
}

#menu ul ul{
	top:auto;
}

#menu li ul ul {
    left: 190px;
    margin: 0px 0 0 10px;
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul{
    display:none;
}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul{
    display:block;
}

/* #CONTENT */
#top-banner {
	background: url(../img/banner-top.png) 0 0 no-repeat;
	margin-top: -15px;
}

#content {
	background-color:#FFF;
	border-top: 3px solid #d4d4d4;
	border-bottom: 3px solid #d4d4d4;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px;
	width:840px;
}

#sponsors p {
	margin-top: 20px;
	text-align: center;
	width: 100%;
}

.content-banner {
	color: #fff;
	height: 100px;
	margin: 0px auto;
	width: 900px;
	z-index: 1;
}

#bottom-banner {
	background: url(../img/banner-bottom.png) 0 0 no-repeat;
	clear: both;
}

#text {
	float: left;
	width: 580px;
}

#sponsors {
	float: right;
	width: 230px;	
}

#footer {
	padding: 25px 30px 0;
	margin: 0 auto;
	height: 45px;
	width: 840px;
}

#footer #copy {
	float: left;
	margin-right: 100px;
}

#footer #counters {
	float: left;
	margin-left: 30px;
	margin-top: -5px;
}

#footer #beruvas-design {
	float: right;
	margin-top: -10px;
}

#text p {
    color: #333;
}
 #content ul {
list-style: disc;
}

#content ol {
list-style-type: decimal;
}

#content td {
padding: 10px 20px 10px 0px;
}


label, input, select, textarea { display: block; }
label { font-size:90%; color: #555; padding-top: 2px; }
input[type="file"] { margin-bottom: 5px; }
input[type="submit"] { margin-top: 10px; }

p.l, p.r {
	float:left;
	padding:0;
	margin:0;
}

p.l { width:35%; }
p.r { width:60%; margin-left:20px; }

#content .field {
	margin:7px 0;
	overflow:hidden;
}


