@charset "UTF-8";

/* Header */

#logo {
	width: 925px;
	height:350px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left:auto;
	padding-top: 0;
	padding-right:0px;
	padding-bottom: 0;
	padding-left:0px;
	background-image: url(Images/Header%20web.png); 
	background-repeat: repeat-x ;
	background-position:center;
	text-align: left;
}
/* Body */

body {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color:#FFF;
	background: scroll;
	background-image: url(Images/WEB%20Background.png);
	background-position: center;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#000;
}

/* Wrapper */



/* Page */

#page {
	width: 910px;
	margin: 0 auto;
	padding: 0px 0;
}


/* Content */

#content {
	float: left;
	width: 793px;
}

.post {
	margin-top:auto;
	margin-bottom: 20px;
	padding-bottom: 15px;
}



/*text's*/

.style1 {
	font-size: 14px;
	color: #999999;
	text-align: left;
}
.style11 {
	font-size: 14px
}
.style3 {font-size: 12px}
.style6 {
	color: #ffffff;
	font-weight: normal;
	text-align: left;
	line-height: 150%;
}

.byline {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	text-align: left;
	padding-bottom: 0px;
	line-height: 150%;
	color: #FFF;
}
.news {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	text-align: left;
	padding-bottom: 0px;
	line-height: 150%;
	color: #FFF;
}
.green {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10;
	text-align: left;
	padding-bottom: 0px;
	line-height: 150%;
	color: #090;
}
.more {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-style: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10;
	text-align: left;
	padding-bottom: 0px;
	line-height: 150%;
	color: #C60;
	font-weight: bolder;
}
.music {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-style: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10;
	text-align: left;
	padding-bottom: 0px;
	line-height: 150%;
	color: #C60;
	font-weight: bolder;
}


.next {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
	padding-bottom: 0px;
	line-height: 130%;
	color: #969696;
}

.show {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
	padding-bottom: 0px;
	line-height: 100%;
	color: #FFF;
}
.table {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10;
	text-align: left;
	padding-bottom: 0px;
	color: #FFF;
}
.tour {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10;
	text-align: center;
	padding-bottom: 10px;
	color: #FFF;
}
.head {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10;
	text-align: left;
	padding-bottom: 0px;
	line-height: 100%;
	color: #FFF;
}
.heading {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	font-style: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10;
	text-align: left;
	padding-bottom: 0px;
	line-height: 100%;
	color: #FFF;
}

/* Links */

a:link {
	color: #CCC;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #999;
}
a:active {
	color: #CCC;
}

/* Sidebars */



.sidebar {
	float: right;
	width: 350px;
	text-align:center;
	top: 453px;
	border: 0;
	text-shadow:#000;
	color: #FFF;
	background-image:url(Images/sidebar.png);
	background-position:top;
	background-repeat:no-repeat;
}


/* Footer */

#footer {
	width: 925px;
	height:315px;
	margin:0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right:0px;
	padding-bottom: 0px;
	padding-left:0px;
	background-image: url(Images/Footer%20web.png);
	background-repeat: repeat-x;;
	background-position:bottom;
}

