@charset "utf-8";
/* CSS Document */

body
	{
	background-image: url('../images/leaves.gif');
	background-color: #7c0403;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

p
	{
	margin: 0px 0px 25px 0px;
	}
	
#container
	{
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	}

#header
	{
	position: relative;
	width: 800px;
	height: 534px;
	background-image: url('../images/header.png');
	}
		
#logo
	{
	position: absolute;
	width: 375px;
	height: 145px;
	top: 0px;
	right: 210px;
	background-image: url('../images/logo.png');
	}

#bug
	{
	position: absolute;
	width: 137px;
	height: 121px;
	top: 14px;
	right: 50px;
	background-image: url('../images/bug.png');
	}

#menu
	{
	top: 160px;
	padding-left: 130px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: absolute;
	height: 310px;
	bottom: 0px;
	left: 0px;
	}

#main
	{
	padding: 0px 74px 0px 76px;
	background-image: url('../images/main_bg.png');
	}

#nightclub
	{
	position: absolute;
	top: 43px;
	left: 591px;
	}

#content
	{
	width: 590px;
	padding: 30px 30px 0px 30px;
	text-align: left;
	line-height: 2em;
	overflow: hidden;
	}

#content a, #contact a:visited
	{
	font-weight: bold;
	color: #387c2b;
	text-decoration: none;
	}
	
#content a:hover
	{
	font-weight: bold;
	color: #7ac143;
	text-decoration: none;
	}

h1
	{
	line-height: 25px;
	text-align: left;
	color: #7c0403;
	font-size: 22px;
	}

strong
	{
		font-weight: bold;
	}

em
	{
		font-style: italic;

#footer
	{
	width: 800px;
	height: 140px;
	}

a.top
	{
	color: #72120a;
	text-decoration: none;
	}

a.top:hover
	{
	color: #7c0403;
	text-decoration: none;
	}