/* STRUCTURE */

body {
	margin: 0px;
	padding: 0px;
	background: #ecebeb url() repeat-x;
	background-position: 29px 29px;


}
#container {
	width: 800px;
	background: #ecebeb url() repeat-y;
	margin: 0px auto;
	padding: 0px;
}
#ad {
	width: 100%;
	height: 96px;
	background: #ecebeb url() no-repeat;
}
#header {
	width: 100%;
	height: 348px;
        usemap:#header_Map;
	background: #ecebeb url() no-repeat;
}
#main {
	width: 100%;
	clear: both;
}
#footer {
	width: 100%;
	clear: both;
	background: #ecebeb url() no-repeat;

}


img {
	padding: 5px;
	background: #ecebeb;
	border:1px solid #b9b8b8;
	margin-top: 2px;
	margin-right: 2px;
}




/* CONTENT */

#text {
	float: left;
	display: inline;
	width: 800px;
	margin: 0px 200px 0px 0px;
	padding: 10px;
	text-align:justify;
	list-style: none;
	color: #717171;
	font-family: Lucida Sans, Trebuchet MS; 
	font-size: 12px; 
	line-height: 15px;
	vertical-align: top; 
	text-align: justify;
	background:#e1e1e1;
	-webkit-border-radius: 20px; 
	border-radius: 20px;
	-moz-border-radius: 20px; 

	border: 0px solid #E3E3E3;
}
#text h1 {
	font: 13px Georgia, Arial, Times, sans-serif;
	background: #d93130;
	text-transform:uppercase;
	text-align:right;
	color: #ecebeb;
	letter-spacing:3px;
	padding: 7px 30px 7px 7px;
	border-bottom : 1px dotted #A5AAAD;}

.h1 {
	font: 16px Georgia, Arial, Times, sans-serif;
	background: #d93130;
	font-weight:bold;
	text-transform:capital;
	text-align:right;
	color: #ecebeb;
	letter-spacing:-2px;
	padding: 7px 30px 7px 7px;
	border-bottom : 0px dotted #A5AAAD;
}
#text h2  {
		font: 23px Georgia, Arial, Times, sans-serif;
	background: #;
	font-weight:bold;
	text-transform:capital;
	text-shadow:#cccccc 1px 1px 1px;
	text-align:center;
	color: #ff6767;
	letter-spacing:-2px;
	padding: 10px;
	border-bottom : 0px dotted #A5AAAD;

}


#text a {
	font: 12px Lucida Sans, Trebuchet MS, Georgia, Times, sans-serif;
	font-style:italic;
	text-decoration: none;
	color: #0d0d0d;
}
#text a:hover {
	font: 12px Lucida Sans, Trebuchet MS, Georgia, Times, sans-serif;
	font-style:italic;
	font-decoration:underline;
	color: #ff6767;
}

