body {
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
}

#container {
	width: 850px;
	height:600px;
	margin:auto;
	margin-top:50px;
}

#main {
	width:630px;
	height:600px;
	background-image:url(bg.jpg);
	background-repeat:no-repeat;
	float:left;
	position:relative;
}

#left-main {
	width: 110px;
	height: 600px;
	float:left;
	position:relative;
	background-image:url(left.jpg);
	background-repeat:no-repeat;
	background-position:42px 22px;
}

#right-main {
	width: 110px;
	height: 600px;
	float:left;
	position:relative;
	background-image:url(right.jpg);
	background-repeat:no-repeat;
	background-position:-2px 218px;

}

#header {
	width:630px;
	height:180px;
	float:left;
	position:relative;
}

#navigation {
	width:590px;
	height:46px;
	padding-left:20px;
	padding-right:20px;
	float:left;
	position:relative;
}

#content {
	width:590px;
	height:275px;
	padding-left:20px;
	padding-right:20px;
	float:left;
	position:relative;
}

#sub-content {
	width:590px;
	height:48px;
	margin-top:10px;
	float:left;
	position:relative;	
	padding-left:20px;
	padding-right:20px;
}


#footer {
	width:630px;
	height:30px;
	float:left;
	position:relative;
	text-align:right;
}

#footer p {
	margin:0;
	margin-bottom:6px;
	padding:0;
	font-family:Helvetica, sans-serif, Copperplate, "Arial Black";
	font-size:10px;
	color:#45420f;
}

#footer a {
	margin:0;
	margin-bottom:6px;
	padding:0;
	font-family:Helvetica, sans-serif, Copperplate, "Arial Black";
	font-size:10px;
	color:#45420f;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}


/*CLASSES*/

p {
	margin:0;
	margin-bottom:6px;
	padding:0;
	font-family:Helvetica, sans-serif, Copperplate, "Arial Black";
	font-size:12px;
	color:#dcd3c2;
}

a {
	margin:0;
	margin-bottom:6px;
	padding:0;
	font-family:Helvetica, sans-serif, Copperplate, "Arial Black";
	font-size:12px;
	color:#dcd3c2;
}

a:hover {
	text-decoration:underline;
}



h1 {
	font-family:Helvetica, sans-serif, Copperplate, "Arial Black";
	font-size:16px;
	color:#dcd3c2;
	margin-top:10px;
}

h2 {
	font-family:Helvetica, sans-serif, Copperplate, "Arial Black";
	font-size:16px;
	color:#dcd3c2;
	margin-top:10px;
}

.dark-bg {
	font-family:Helvetica, sans-serif, Copperplate, "Arial Black";
	font-size:12px;
	color:#dcd3c2;
}

input {
	border: 1px solid #cfcfcf;
	padding:4px;
	font-family:Arial, Verdana, "Helvetica CY", Helvetica;
	font-size:12px;
	font-weight:bold;
	color:#45420f;
	margin-left:10px;
}

input .submitbtn {
	border: 1px solid #ffffff;
}

textarea {
	border: 1px solid #cfcfcf;
	padding:4px;
	font-family:Arial, Verdana, "Helvetica CY", Helvetica;
	font-size:12px;
	font-weight:bold;
	color:#45420f;
	margin-left:10px;
	width:498px;
	height:80px;
}
/*CLASSES*/


/*HOMEPAGE*/

#content-left {
	width:320px;
	height:275px;
	float:left;
	position:relative;
	padding-right:20px;
}

#content-right {
	width:180px;
	height:275px;
	float:left;
	position:relative;
	padding-left:10px;
	padding-right: 20px;
}

#img {
	width:8px;
	height:275px;
	float:left;
	position:relative;
	margin-left: 10px;
}

/*HOMEPAGE*/

/*HOMEPAGE-NEWS*/

h3 {
	font-family:Helvetica, sans-serif, Copperplate, "Arial Black";
	font-size:12px;
	color:#dcd3c2;
	font-weight:bold;
	border-bottom:1px solid #dcd3c2;
	margin-bottom: 8px;
}

/*HOMEPAGE-NEWS*/

/*--NAVIGATION--*/

#nav-menu {
	width:590px;
	height:46px;
	float:left;
	position:relative;
	list-style-type:none;
	padding:0;
	margin:0;
	overflow: hidden;
}

#nav-menu li {
	display:inline-block;
	margin-left:35px;
}

#nav-menu span {
  display: none;
  position: absolute;
}

#nav-menu a {
  	display: block;
  	text-indent: -1000%;
  	position: relative;
  	outline: none;
	display:inline-block;
  	cursor:pointer;
 }
 
#nav-menu a:hover {
  background-position: left bottom;
  cursor:pointer;
}

#nav-menu a:hover span {
	display:block;
}

#nav-menu .home {
	background:url(home.png);
	width:85px;
	height:37px;
	background-position:top;
	background-repeat:no-repeat;
}

#nav-menu .home span {
  	width: 85px;
  	height: 46px;
	background-position: bottom;
	background-repeat:no-repeat;
}

#nav-menu .homeactive {
	height: 35px;
	background:url(home.png);
	background-position:0px -46px;
  	width: 85px;
	background-repeat:no-repeat;
}

#nav-menu .contact {
	background:  url(contact.png);
	width:138px;
	height:35px;
	background-repeat:no-repeat;
	background-position:top;
}

#nav-menu .contact span {
  	width: 85px;
  	height: 45px;
	background-repeat:no-repeat;
	background-position:bottom;
}

#nav-menu .contactactive {
	background:  url(contact.png);
	width:138px;
	height:35px;
	background-repeat:no-repeat;
	background-position:0px -46px;
}

#nav-menu .news {
	background: url(news.png);
	width:85px;
	height:36px;
	background-repeat:no-repeat;
	background-position:top;
}

#nav-menu .news span {
  	width: 85px;
  	height: 45px;
	background-repeat:no-repeat;
	background-position:bottom;
}

#nav-menu .newsactive {
	background: url(news.png);
	width:85px;
	height:35px;
	background-repeat:no-repeat;
	background-position:0px -46px;
}

#nav-menu .music {
	background: url(music.png);
	width:85px;
	background-repeat:no-repeat;
	height:33px;
	background-position:top;
}

#nav-menu .music span {
  	width: 85px;
  	height: 42px;
	background-position:bottom;
	background-repeat:no-repeat;
}
#nav-menu .musicactive {
	background: url(music.png);
	width:85px;
	background-repeat:no-repeat;
	height:35px;
	background-position:0px -46px;
}

/*--NAVIGATION--*/

#news-content {
	width:590px;
	height:275px;
	float:left;
	position:relative;
	overflow-y: scroll;
}

#flash {
	width:590px;
	height:200px;
	float:left;
	position:relative;
	margin-top:80px;
}
