/* HTML STYLES */

body {
	background-color:#baaea9;
	font-family:arial;
	font-size:12px;
}

/* links */

a:link, a:visited {
	color: #334754;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}



#container {
	width:1000px;
	margin: 0 auto;
}

#header {
	width:1000px;
	height:410px;
	margin: 0 auto;
}

#middle {
	width:1000px;
	height:500px; /*Added espcially cause don't know how to set an auto height for the left menu: FOR INDEX PAGE ONLY*/
	clear:left;
	background-color:#ac9f9a;
}





#content {
	width:1000px;
	/*height:1050px; /*Added espcially cause don't know how to set an auto height for the left menu: FOR ALL CONTENT PAGES*/
	clear:left;
	margin: 0 auto;
}



#content-left {
	width:210px;
	float:left;
	background: #ac9f9a url(../images/quick_search.png) no-repeat;
}

#content-left-search {
	width:180px;
	margin:40px 10px 10px 10px;
	padding:5px 5px 0px 5px;
	background-color:#d6cfcd;
}


#content-left-box {
	width:180px;
	height:150px;
	margin:10px 10px 10px 10px;
	padding:5px 5px 0px 5px;
	background-color:#d6cfcd;
}


#content-left-logo {
	width:180px;
	height:250px;
	margin:10px 10px 10px 10px;
	padding:5px 5px 0px 5px;
	background-color:#fff;
	text-align:center;
}



#left-element {
	padding:5px 0px 5px 0px;
	text-align:left;
}


.left-search {
	width:175px;
	color:#334754;
	font-size:11px;
}

.left-title {
	color:#334754;
	font-weight:bold;
}

.left-link {
	color:#334754;
	text-decoration:none;
}

.container {
	background:#ac9f9a;
}

.diaporama {
	background:#fff;
}


#content-main {
	width:790px;
	background-color:#ffffff;
	float:left;
}

#content-main-center {
	width:475px;
	margin: 10px 5px 0px 5px;
	background-color:#fff;
	float:left;
}


#content-main-right {
	width:300px;
	height:347px;
	margin: 5px 5px 0px 0px;
	background-color:#eae7e5;
	float:left;
}


#right-inside-title {
	width:290px;
	height:60px;
	margin: 5px 5px 0px 5px;
	background: #fff url(../images/right_photos.png) no-repeat;
}

#right-inside {
	width:290px;
	height:277px;
	clear:left;
	margin: 0px 5px 5px 5px;
	background-color:#fff;
}


#content-main-breadcrumb {
	background-color:#fff;
	padding: 5px 0px 5px 5px;
}

#content-main-data {
	background-color:#fff;
}


/*FOOTER*/

#container-footer {
	width:1000px;
	clear:left;
	margin:0 auto;
}

#user {
	width:1000px;
	background-color:#fff;
	clear:left;
	text-align:center;
	/*padding-top:5px;*/
}


#user-content ul {
	margin: 0;
	padding: 5px;
	list-style:none;
}

#user-content li {
	margin: 0;
	color:#333;
}


#bottom {
	width:990px;
	margin:1px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	background-color:#eae7e5;
	clear:left;
}

#footer1 {
	width:990px;
	margin:1px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	background-color:#eae7e5;
	clear:left;
}


#footer2 {
	width:1000px;
	/*margin:1px 0px 10px 0px;*/
	/*padding:5px 5px 5px 5px;*/
	background-color:#baaea9;
	clear:left;
}



.footer {
	font-size: 9px;
	letter-spacing: 1px;
	text-decoration: none;
}






.adminBground {
	background-color: #FFFFFF;
}



.contentBground {
	background-color: #FFFFFF;
}



.adminBorder {
    border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-right:1px solid #CCCCCC;
}


.adminTitleBground {
	background-color: #CCCCCC;
}

.adminContentBground {
	background-color: #EEEEEE;
}




.userlinkBground {
	background-color: #CCCCCC;
}


.textSmall {
	font-family: Arial;
	font-size: 12px;
}


/* FORM STYLES */

.formListMenu {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	font-weight: regular;
	text-decoration: none;
}



.small {
	font-size: 12px;
}


.title {
	color:#334754;
	font-size:20px;
	font-weight:bold;
}




























