html {
	min-width: 1000px;
	min-height: 530px;
}
body {
	margin: 0;
	background: #FFE5E7;
	color: #000000;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h1, p {
	margin: 0 0 20px 0;
}
h1 {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
}
img {
	border: none;
}

.right {
	float: right;
}
.clear {
	clear: both;
}

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 530px;
	margin: -265px 0 0 -500px;
}
#header {
	position: relative;
	width: 285px;
	height: 450px;
	margin: 30px 0;
	padding-top: 20px;
	background: url(img/header.png) repeat-y;
	float: left;
}
#header #copy {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 15px 10px 0;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}
#header a#sound {
	position: absolute;
	left: 30px;
	bottom: 10px;
	width: 21px;
	height: 21px;
}
#header a#sound.on {
	background: url(img/sound.png) left;
}
#header a#sound.off {
	background: url(img/sound.png) right;
}
#nav {
	height: 168px;
	margin: 20px 0 0 0;
}
body#botez #nav,
body#modele #nav,
body#serbari #nav,
body#evenimente #nav {
	height: 249px;
	margin: 20px 0 50px 0;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	padding-bottom: 2px;
	float: left;
}
#nav ul li a {
	width: 285px;
	height: 40px;
	background: url(img/nav.png) no-repeat;
	display: block;
}
#nav ul li a span {
	display: none;
}
#nav ul li a.nunti {
	background-position: 0 0;
}
#nav ul li a.evenimente {
	background-position: 0 -40px;
}
#nav ul li a.oferta {
	background-position: 0 -80px;
}
#nav ul li a.contact {
	background-position: 0 -120px;
}
body#nunti #nav ul li a.nunti,
#nav ul li a.nunti:hover {
	background-position: -285px 0;
}
body#botez #nav ul li a.evenimente,
body#modele #nav ul li a.evenimente,
body#serbari #nav ul li a.evenimente,
body#evenimente #nav ul li a.evenimente,
#nav ul li a.evenimente:hover {
	background-position: -285px -40px;
}
body#oferta #nav ul li a.oferta,
#nav ul li a.oferta:hover {
	background-position: -285px -80px;
}
body#contact #nav ul li a.contact,
#nav ul li a.contact:hover {
	background-position: -285px -120px;
}

#nav ul li a.botez,
#nav ul li a.modele,
#nav ul li a.serbari {
	height: 25px;
}
#nav ul li a.botez {
	background-position: 0 -160px;
}
#nav ul li a.modele {
	background-position: 0 -185px;
}
#nav ul li a.serbari {
	background-position: 0 -210px;
}
body#botez #nav ul li a.botez,
#nav ul li a.botez:hover {
	background-position: -285px -160px;
}
body#modele #nav ul li a.modele,
#nav ul li a.modele:hover {
	background-position: -285px -185px;
}
body#serbari #nav ul li a.serbari,
#nav ul li a.serbari:hover {
	background-position: -285px -210px;
}

#content {
	width: 615px;
	height: 450px;
	padding: 20px;
	background: #FFFFFF;
	border: #CC903D 20px solid;
	float: left;
}
body#nunti #content {
	width: 645px;
	height: 480px;
	padding: 5px;

}
body#botez #content {
	width: 645px;
	height: 480px;
	padding: 5px;

}
body#modele #content {
	width: 645px;
	height: 480px;
	padding: 5px;

}
body#serbari #content {
	width: 645px;
	height: 480px;
	padding: 5px;

}
#footer {
	width: 15px;
	height: 470px;
	margin: 30px 0;
	background: #B3000F;
	border-left: #87000B 5px solid;
	float: left;
}

/* OFERTA **************************************************/

body#oferta #container {
	position: static;
	width: 1000px;
	height: auto;
	margin: 25px auto;
}
body#oferta #content {
	width: 615px;
	height: auto;
	padding: 20px;
	border: #CC903D 20px solid;
	float: left;
}

.textmiddle {vertical-align:middle;} 