@import url("reset.css");

body {
    background: #000 url('../images/background.jpg') no-repeat fixed 50% 0%;
    color: #FFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	/*padding-left: 130px;*/
}

#header {
    width: 800px;
    height: 300px;
	position: relative;
	text-indent: -5000px;
}

#header h1 {
	width: 100%;
	height: 230px;
	background: url('../images/logo.png') no-repeat 80px center;
}

#header_nav a#header_nav_events {
    float: left;
	height: 30px;
	background: url('../images/1_EVENTS.gif') no-repeat center top;
	width: 76px;
}

#header_nav a#header_nav_events:hover {
	background: url('../images/1_EVENTS.gif') no-repeat center bottom;
}

#header_nav a#header_nav_menus {
    float: left;
	height: 30px;
	background: url('../images/2_MENUS.gif') no-repeat center top;
	width: 87px;
}

#header_nav a#header_nav_menus:hover {
	background: url('../images/2_MENUS.gif') no-repeat center bottom;
}

#header_nav a#header_nav_press {
    float: left;
	height: 30px;
	background: url('../images/3_PRESS.gif') no-repeat center top;
	width: 74px;
}

#header_nav a#header_nav_press:hover {
	background: url('../images/3_PRESS.gif') no-repeat center bottom;
}

#header_nav a#header_nav_contact {
    float: left;
	height: 30px;
	background: url('../images/4_CONTACT.gif') no-repeat center top;
	width: 89px;
}

#header_nav a#header_nav_contact:hover {
	background: url('../images/4_CONTACT.gif') no-repeat center bottom;
}

#header_nav p {
	height: 40px;
	float: right;
	width: 325px;
	background: url('../images/RIGHT_ADDRESS.gif') no-repeat center center;
}



#content {
    width: 800px;
	position: relative;
}

#content form#event_form {
	color: #FFF;
}

#content form#event_form fieldset#col1 label, #content form#event_form fieldset#col2 label {
	width: 120px;
	display: block;
	float: left;
	line-height: 22px;
	height: 22px;
	margin-bottom: 10px;
}

#content form#event_form input[type='text'] {
	height: 16px;
	margin-bottom: 10px;
	width: 150px;
}

#content form#event_form textarea {
	width: 300px;
	height: 100px;
}

#content form#event_form fieldset#col1, #content form#event_form fieldset#col2 {
	float: left;
	width: 340px;
}

#content form#event_form fieldset#col3 > div {
	margin-bottom: 15px;
}

#content form#event_form ul {
	color: #F00;
	margin-bottom: 15px;
	font-size: 90%;
}

a:link {
    color: #F00;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
}