/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	background-image: url(../images/mainback.jpg);
	margin: 0px;
}


/*main structures*/
#header{
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 203px;
}

#header-eva{
	background-image: url(../images/eva.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 201px;
}

#header-title{
	background-image: url(../images/evaladare.jpg);
	background-repeat: no-repeat;
	background-position: 327px 15px;
	float: left;
	height: 150px;
	width: 900px;
/*	margin-left: 250px;*/
	margin-top:20px;
}

#navbar{
	margin-top: 6px;
	margin-left: 243px;
	/*clear:both;*/
	float:left;
}

* html #navbar{
	margin-top: 6px;
	margin-left: 122px;
	/*clear:both;
	float:left;*/
}

#content-rows{
	clear:both;
	background-image: url(../images/cartoon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 395px;
}

#maincontent{
	margin-left:250px;
}

#contentbar-mid{
	background-image: url(../images/contentbar-mid.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 22px;
	margin-right:8px;
	/*width: 539px;*/
}

#contentbar-left{
	background-image: url(../images/contentbar-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
}

#contentbar-right{
	background-image: url(../images/contentbar-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 22px;
	color:#FFFFFF;
	padding-left:8px;
	padding-top:3px;
	text-transform:capitalize;
}

#content{
	background-image: url(../images/content-mid.jpg);
	margin-top:8px;
	margin-right:8px;
}

#content-top-left{
	background-image: url(../images/content-top-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content-top-right{
	background-image: url(../images/content-top-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#content-bottom-left{
	background-image: url(../images/content-bottom-left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#content-bottom-right{
	background-image: url(../images/content-bottom-right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#content-body{
	padding: 10px 30px 10px 30px;

}

#content-body div table tr td h2{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size:20px;
}

.announce-flyer{
	width:520px;
	margin-left:auto;
	margin-right:auto;
}

.announcements{
	width:500px; 
	margin-left:auto;
	margin-right:auto;
	padding-top:11px;
	padding-bottom:11px; 
	padding-left:5px;
	padding-right:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #EC80A0;
	border-bottom-color: #EC80A0;
	border-left-color: #FFFFFF;
	font-size:14px;
	line-height:125%;
}

.flyer{
	/*width:280px;*/
}

#gallerymainbg{

	background-image: url(../images/gallery-nav/mainback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 450px;
	background-color:#D1ABB6;
	/*width: 530px;*/
}

.aboutme-td{
	background-color:#FBE6EC;
}

div.tdclass{

}

h2.specialtext{
	color:#8A0108;
	font-size:38px;
	text-align:center;
}

h4.contact_page{
	color:#ED7E9F;
	font-size:16px;
	margin:0px;
}

.designByText
{
	color: #AF1B47;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.designByText, .designByText a, .designByText a:link, .designByText a:visited{
	color: #AF1B47;
	text-decoration:none;
}

.designByText a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}

#design-box{
	margin-bottom:5px;
	margin-right:10px;
	float:right;
	width:150px;
}

* html #design-box{
	margin-top:-20px;
	margin-right:5px;
	float:right;
	width:150px;
}

.link1{
	padding-top: 20px;
	padding-bottom: 15px;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.link1 a, .link1t a:link, .link1 a:visited{
	color: #0000FF;
	text-decoration:none;
	text-decoration:underline;
}

.link1 a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}


/*other fixes*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

