@charset "UTF-8";
/*RESET ALL*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom:20px;
}
/*END RESET*/

body{
	font-family:Trebuchet MS,Helvetica, Verdana,  Arial, sans-serif;
	letter-spacing: 0.08em;
	text-align: left;
	font-size: 12px;
	word-spacing: -0.2em;
	line-height: 1.5em;
	background-color:#333;
}


/*==========LAYOUT===========*/

#wrapper{
	margin-top:25px;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	margin-bottom:25px;
}

#top_page{
	width:980px;
	height:448px;
}

#left_content{
	float:left;
	width:501px;
	height:448px;
}
#direct_access{
	background-image:url(../images/direct_acces.jpg);
	background-repeat:no-repeat;
	width:263px;
	height:422px;
	float:left;
}

#sidebar{
	background-image:url(../images/sidebar.jpg);
	background-repeat:no-repeat;
	width:238px;
	height:422px;
	float:right;
}

#nav{
	clear:both;
	background-image:url(../images/nav.jpg);
	background-repeat:no-repeat;
	width:501px;
	height:26px;
}

#main_content{
	background-image:url(../images/content.jpg);
	background-repeat:no-repeat;
	width:479px;
	float:right;
}

#content{
		margin-top:150px;
		padding-left:15px;
		padding-right:25px;
}

#footer{
	clear:both;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	height:82px;
	width:980px;
}

/*========END LAYOUT=========*/


/*======== NAV=========*/

#nav ul li{
	float:left;
}

#nav li a{
	color:#333333;
	display:block;
	text-decoration:none;
	margin-top:5px;
	line-height:16px;
	margin-left:8px;
	margin-right:8px;
}
#nav a:hover{
	color:#000;
	border-bottom:thin solid #000;
}
.current{
	color:#000;
	border-bottom:thin solid #000;
}

/*========END NAV=========*/

/*========DIRECT ACCESS=========*/
#news_bar{
	margin-top:65px;
	padding-left:30px;
	height:60px;
}

#concert_bar{
	margin-top:68px;
	padding-left:30px;
	height:60px;
	list-style-type: none;
}

#guestbook_bar{
	margin-top:70px;
	height:60px;
	padding-left:30px;
	

}

#guestbook_bar{}
#news_bar a, #concert_bar a, #guestbook_bar a{
	color:#003366;
	text-decoration:none;
	border-left:medium solid #666;
	padding-left:10px;
}
#news_bar a:hover, #concert_bar a:hover, #guestbook_bar a:hover{
	color: #000;
	border-left:medium solid #000;
	text-decoration:none;
}






/*======== END DIRECT ACCESS=========*/


#last_news {
	margin:15px;
	font-size: 0.8em;
	color: #333;
	width:500px;
	text-align:justify;
}
#last_concert {
	margin:15px;
	font-size: 0.8em;
	color: #333;
	width:300px;
	text-align:justify;
}

#gmessage{
	margin-top:10px;
	border-bottom: thin solid #333;
	padding-bottom:20px;
	margin-bottom:20px;
	border: thin #333 solid;
	background-color:#ccc;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}
#pagination{
	margin-bottom:15px;
}
#from{
	font-size:14px;
}

#date{
	font-size:12px;
}

#pagination a{
		margin-right:5px;
		color:#993300;
}
.maintitle{
	font-size:18px;
	color:333;
	font-variant:small-caps;
	margin-bottom:15px;
}

#text{
	margin-left:10px;
	margin-bottom:15px;
}
.title{
	margin-bottom:25px;
	font-size:25px;
	font-variant:small-caps;
}

#galimg{
	width:100;
	height:100px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

#gal{
	width:479px;
	margin-left:25px;
}

#gallery_bar{
	margin-top:10px;
	margin-left:10px;
	border-bottom:thin solid #333;
	padding-bottom:10px;
}

#gallery_bar li{
	display:block;
}

#gallery_bar a{
	text-decoration:none;
	font-variant:small-caps;
	font-size:14px;
	margin-left:5px;
	color:#333;
}

#gallery_bar a:hover{
	color:#000;
}

#maintitle{
	font-size:22px;
	margin-bottom:15px;
}
#links li{
	margin-left:15px;
	margin-bottom:20px;
	display:block;
	line-height:15px;
	border: thin #333 solid;
	background-color:#ccc;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}

#links li a{
	color:#333;
	text-decoration:none;
}

#links a:hover{
	color:	#993300;
	
}




