* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

body {
	background: #424243;
}

#wrap {
	width: 694px;
	margin: 0 auto;
	background: url(../images/body-bg.png) repeat-y left top;
	padding: 40px 80px 40px 80px;
}

#logo {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 1px;
	width: 579px;
	height: 60px;
	background: url(../images/logo.png) no-repeat left top;
}

#menu {
	list-style: none;
	height: 34px;
	background: url(../images/menu-bg.gif) repeat-x left top;
	margin-top: 20px;
	margin-bottom: 10px;
	overflow: hidden;
}

#menu li {
	float: left;
	height: 34px;
	margin-left: -8px;
}

#menu a {
	display: block;
	width: 141px;
	height: 34px;
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
	outline: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu a.active {
	background: url(../images/menu-active.png) no-repeat left top;
	text-decoration: none;
	width: 141px;
}

#left {
	float: left;
	width: 450px;
}

#right {
	float: right;
	width: 220px;
}

#left, #right, #center {
	color: white;
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 20px;
}

#left h1,
#right h1,
#center h1 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 8px;
	margin-top: 20px;
	height: 27px;
	text-indent: -9999px;
	overflow: hidden;
	
}

#center {
	padding-top: 1px;
}

#left p,
#center p {
	margin-bottom: 8px;
}

.bluebox {
	background: #3485B3;
	padding: 10px;
	padding-bottom: 2px;
	border: 1px solid white;
	margin-top: 10px;
}

#left .bluebox h1,
#center .bluebox h1 {
	margin-top: 0;
}

#left small,
#center small {
	top: -4px;
	position: relative;
}

#left a {
	color: white;
	font-weight: bold;
}

#right a.link {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#right a img {
	border: 1px solid #424243;
}

#footer {
	clear: both;
	color: white;
	font-size: 12px;
	border-top: 1px solid #888;
	padding-top: 10px;
}

/* example_3 css */
#carousel {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 695px; /* important */
	height: 164px; /* important */
}

#carousel_list {
	position: absolute;
	top: 0;
}

#carousel_list,
#carousel_list li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#carousel_list {
	width: 7692px;
}
#carousel ul li {
	display: block;
	float: left;
	border: 1px solid #424243;
	margin-right: 22px;
	background-color: #000;
}

#carousel ul li img {
	display: block;
}



.despreconcurs {
	background: url('../images/title-despreconcurs.gif') no-repeat left top;
}

.sponsor {
	background: url('../images/title-sponsor.gif') no-repeat left top;
}

.inscrieri {
	background: url('../images/title-inscrieri.gif') no-repeat left top;
}

.concurenti {
	background: url('../images/title-concurenti.gif') no-repeat left top;
}

.organizare {
	background: url('../images/title-organizare.gif') no-repeat left top;
}

.comisiajurizare {
	background: url('../images/title-comisiajurizare.gif') no-repeat left top;
}

.comisiaorganizare {
	background: url('../images/title-comisiaorganizare.gif') no-repeat left top;
}

.criteriijurizare {
	background: url('../images/title-criteriijurizare.gif') no-repeat left top;
}

.editiaanterioara {
	background: url('../images/title-editiaanterioara.gif') no-repeat left top;
}