html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

body { 
	background:url(top_bg.jpg) repeat-x top #F6F5E9;
	margin:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main_content {
	width: 850px;
	margin: auto;
	background-color: #F6F6EE;
}
/* header */
#header {
	background: #F6F6EE url(border.png) right no-repeat;
	margin: 0px auto;
	height: 120px;
	width: 850px;
}

.logopic {
	padding-top: 15px;
	padding-left: 10px;
}

/* contact classes */

.input{
width: 240px;
height: 13px;
font-size:10px;
}
.textarea{
width: 300px;
height: 100px;
font-size:10px;
}


/* menu */
#meniu {
	background-color: #F6F6EE;
	margin: 0px auto;
	width: 850px;
}

#meniu ul {
	float: left;
	margin: 0px;
	padding-left: 10px;
}

#meniu ul li {
	display: inline;
}

#meniu ul li a {
	float: left;
	display: block;
	margin-right: 10px;
	padding-top: 5px;
	font-family: Georgia,Times,serif;
	font-size: 18px;
	font-style: italic;
	text-decoration: none;
	color: #333333;
	border-top: #E4ECF6 3px solid;
	background-color: #F6F6EE;
}

#meniu ul li a:hover {
	color: #000000;
	border-top: #a1c4e2 3px solid;
	text-decoration: none;
}


#meniu ul li .current {
	color: #000000;
	border-top: #a1c4e2 3px solid;
	text-decoration: none;
}

/* clearer */
.spacer {
	clear: both;
}

/* content */
#content {
	width: 850px;
	margin: 0px auto;
	background-color: #F6F6EE;
}

#insider {
	background-color: #F6F6EE;
	width: 830px;
	margin: 40px auto;
}

#left {
	background-color: #F6F6EE;
	float: left;
	width: 400px;
}

#right {
	background-color: #F6F6EE;
	float: right;
	width: 410px;
}

img.gallery {
	border:5px solid #FFFFFF;
	float:left;
	margin: 8px;
	padding:0;
}

img.show {
	border: 5px solid #FFFFFF;
	float: left;
	margin: 3px;
	padding: 0px;
}

/* footer */

#footer {
	clear: both;
	margin: 30px auto;
	width: 850px;
	background-color: #F6F6EE;
}

#footer h2 {
	margin-top: 20px;
	font-size: 12px;
	font-family: Trebuchet MS,Verdana,Arial,sans-serif;
	color: #333333;
	font-weight: normal;
}

#footer h2 a {
	font-size: 12px;
	font-family: Trebuchet MS,Verdana,Arial,sans-serif;
	color: #333333;
	text-decoration: none;
}

#footer h2 a:hover {
	text-decoration: none;
}
/* footer links list */

#footer ul {
	list-style: none;
}

#footer li {
	display: inline;
}

#footer li p {
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 12px;
	font-family: Trebuchet MS,Verdana,Arial,sans-serif;
	display: block;
	color: #333333;
}

#footer li a {
	float: left;
	font-size: 12px;
	font-family: Trebuchet MS,Verdana,Arial,sans-serif;
	display: block;
	color: #333333;
	text-decoration: none;
}

#footer li a:hover {
	color: #000000;
}

/* headings */
h1 {
	color: #333333;
	font-family: Georgia,Times,serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

.titlu {
	color: #CC0000;
}

.normal {
	color: #000000;
	font-size: 12px;
}

form {
	color: #000000;
	font-size: 12px;
}

.paddingtop {
	padding-top: 5px;
}
