/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Tahoma, sans-serif;
	color: white;
	background: url('logo_normal.jpg') no-repeat 0% 0% black;
	margin: 0px;
	padding: 0px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: underline; color: white; }
a:active { text-decoration: none; }
a:visited { text-decoration: underline; color: white; }
a:hover { text-decoration: none; }

a img { border: none; }

#party { position: absolute; z-index: 10; width: 43px; height: 70px; left: 185px; top: 190px; background: transparent; }
#door { outline: none; display: block; position: absolute; z-index: 10; width: 47px; height: 70px; left: 350px; top: 95px; background: transparent; }

#menu {
    width: 291px;
    
}

#menu .container {
	padding-top: 339px;
    padding-left: 49px;
}

#menu ul {
	list-style: none;
	
}

#menu ul li {
	padding-left: 9px;
}

#menu ul a {
	color: #999999;
	text-decoration: none;
	display: block;
	margin-bottom: 2px;
	width: 145px;
}

#menu ul a:hover {
	color: white;
	text-decoration: none;
}

#menu ul li.section-title { 
	display: block;
	width: 149px;
	height: 21px;
	line-height: 21px;
	vertical-align: middle;
	padding-left: 5px;
	background: #1D1D1D;
	font-weight: bold;
	color: white;
	margin-bottom: 10px;
	margin-top: 10px;
}

#content {
	width: 370px;
	text-align: justify;
}

#content .container {
	padding-top: 366px;
	line-height: 15px;
}

.container {
    /*padding: 5px 5px 25px 5px;*/
}

#content p { /*width: 400px; margin-bottom: 9px;*/ }

#bottom {
	padding-top: 261px;
	padding-left: 291px;
	margin-bottom: 20px;
	position: relative; 
}

#inner_body {
	background: url('bottom.jpg') no-repeat 0% 100%;
}

#bottom .container {
	width: 370px;
	text-align: center;
	color: #6B6B6B;
}

#bottom a {
	text-decoration: none;
	color: #6B6B6B;	
}

#bottom a:hover { color: white; }

p {
    /*margin: 0 0 9px 0;*/
}

h1 { font-family: Georgia, serif; font-size: 24px; margin: 0px; margin-bottom: 15px; padding: 0px; }
h2 { font-size: 20px; margin: 0px; padding: 0px; margin-bottom: 10px; }
h3 { font-family: Georgia, serif; font-size: 18px; margin: 0px; margin-bottom: 15px; padding: 0px; margin-top: 38px; }
h4 { font-size: 12px; }

#news_container { padding-left: 10px; }
.news_content { clear: both; margin-top: 10px; }
.news_date { color:#999; height: 13px; line-height: 13px; vertical-align: middle; }
#news_selector { margin-right: 10px; float: left; }
#news_selector .arrows { width: 30px; margin: 0px 0px; }
#news_selector .arrows img { cursor: pointer; display: block; float: left; }
.align_left { float:left; margin: 10px 10px 0 0; }
.align_right { float:right; margin: 0 0 10px 15px; border: 2px solid #494949; }

#img-container	{ margin: 0; padding: 0; padding-top: 10px; }
#img-container p	{ margin: 0; padding: 0 0 0px 0; }

#once { clear: left; }
