* {
	margin: 0;
	padding 0;
}
body {
	margin: 0;
	padding: 0;
	background: url('../images/body-bg.gif') repeat-y center top;
}
img {
	border: 0;
}
#header_container {
	margin: 0 auto;
	padding: 0;
	background: url('../images/background-header.jpg') no-repeat scroll center top;
	height: 310px;
}
#header_container #header {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	height: 250px;
}
#header_container #header_swf {
	margin: 0;
	padding: 0;
}
#menu {
	width: 900px;
	margin: 0 auto;
}
#menu ul {
	list-style: none; 
	padding: 0;
	margin: 0;
}

/* MENU ITEMS */
#menu ul li {
	display: inline;
	text-align: center;
}
#menu ul li a {
	float: left;
	width: 180px;
	height: 35px;
}
#menu ul li#index_menu a {
	background: url('../images/home.jpg');
}
#menu ul li#galerie_foto_menu a {
	background: url('../images/galerie-foto.jpg');
}
#menu ul li#galerie_video_menu a {
	background: url('../images/galerie-video.jpg');
}
#menu ul li#despre_noi_menu a {
	background: url('../images/despre-noi.jpg');
}
#menu ul li#contact_menu a {
	background: url('../images/contact.jpg');
}
#menu ul li#index_menu a.selected {
	background: url('../images/home_glow.jpg');
}
#menu ul li#galerie_foto_menu a.selected {
	background: url('../images/galerie-foto_glow.jpg');
}
#menu ul li#galerie_video_menu a.selected {
	background: url('../images/galerie-video_glow.jpg');
}
#menu ul li#despre_noi_menu a.selected {
	background: url('../images/despre-noi_glow.jpg');
}
#menu ul li#contact_menu a.selected {
	background: url('../images/contact_glow.jpg');
}

/* Content */
#master_container {
	width: 900px;
	margin: 0 auto;
}
#content {
	background-color: #000000;
	padding: 20px 20px 20px 30px;
	width: 850px;
	clear: left;
	min-height: 100px;
}
#footer {
	width: 900px;
	height: 40px;
	text-align: center;
	background-color: #000000;
	font-family: "Arial";
	font-size: 12px;
	color: #33487D;
}
#footer a {
	color: #33487D;
	text-decoration: none;
}
#footer a:hover {
	color: white;
}
#audiocontainer {
	margin-left: 740px;
	float: right;
	position: absolute;
}

/* jQuery lightBox plugin - Gallery style */
#gallery {
	background-color: #000000;
	width: 854px;
}
#gallery ul { 
	list-style: none; 
	padding: 0;
}
#gallery ul li { 
	display: inline; 
}
#gallery ul img {
	border: 5px solid #3B3B3B;
	border-width: 5px 5px 20px;
	margin: 4px;
}
#gallery ul a:hover img {
	border: 5px solid #888888;
	border-width: 5px 5px 20px;
	color: #fff;
}