/* *** mediterraneo css *** */

body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#DACC9F;
	padding:0px;
	margin:0px;
	background-image: url(../images/tile.gif);
	background-repeat: repeat;
}
a {
	color: #DACC9F;
	text-decoration: none;
}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
	font-size: 10px;
	text-transform:uppercase;
	background-color: #660021;
	padding:5px10px;
	margin:0px;
	padding-left: 20px;
}
h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}

/* ----------container to center the layout---------- */
#container {
	width: 800px;
	padding:0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #660021;
	height: 700px;
	overflow: hidden;
} 

/* ----------banner for logo-------------- */
#banner {
	text-align: right;
	background-color: #660021;
	padding: 0px;
	margin: 0px;
	height: 100px;
	overflow: visible;
	position: relative;
}

#banner img {} 

#breadcrumbs {
	text-align: right;
	background-color: #660021;
	padding: 0px;
	margin: 0px;
	height: 25px;
	overflow: visible;
	position: relative;
	background-image: url(../images/breadcrumb_bg.png);
	background-position: inherit;
	background-repeat: no-repeat;
	visibility: visible;
}

/* ----------outer and inner----------------- */
#outer{ 
border-left: solid 200px #660021;  /* color of the left column  */ 
background-color: #660021; /* color of the content column */
 } 

#inner{ margin:0px; width:100%; } /* The ie/pc pecularity */ 

/* --------------left navi------------- */
#left {
	width:200px;
	float:left;
	position:relative;
	margin-left:-200px;
	background-color: #660021;
	padding-top: 0px;
 }

/* -----------------content--------------------- */
#content{
	position: relative;
	margin: 0px;
	overflow: auto;
	height: 475px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

p{
padding: 5px 10px;
margin:0px; }

pre{
font-size: 12px;
padding: 5px 10px;
margin:0px;}

/*  ----------------footer---------------------- */ 
#footer {
	clear:left;
	padding:0px;
	margin:0px;
	text-align: right;
	height: 100px;
	background-image: url(../images/footer.png);
	background-position: bottom right;
	background-repeat: no-repeat;
} 



.header {

	border: #4D3B18;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
	letter-spacing: 0pt;
}
.body_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 100;
	color: #DACC9F;
	line-height: 4mm;



}
.body_copy a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 100;
	color: #999999;
	line-height: 4mm;
	text-decoration: none;

}


#left_content {
	position: relative;
	margin: 0px;
	overflow: hidden;
	height: 450px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	width: 180px;
}

#left_content ul {
list-style: none;
padding: 0 0 0 10px;
margin: 0;
}

#left_content li {
color: #DACC9F;
font-weight: normal;
font-size: 11px;
padding-top: 3px;
padding-bottom: 3px;
border-bottom: 1px dotted #DACC9F;
}

#left_content a:link {
color: #DACC9F;
text-decoration:none;
}

#left_content a:hover {
color: #DACC9F;
text-decoration: underline;
}


#left_content a:visited {

color: #CCCCCC;
text-decoration: none;
}
.body_copy_large {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DACC9F;
	line-height: 4mm;
}

.floatleft {
	float: left;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

