/* CSS Document */

html { font-size: 100%; 
	background-image: url( ../images/backgroundFlores.gif);
	background-repeat: repeat-x;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
#container {
	width: 800px;
	margin: 0 auto 0 auto;
	
}

/* HEADER */
#header {
	margin: 17px 16px 0 16px;
	height: 136px;
}
#logo {
	position: relative;
	top: 16px;
	left: 6px;
}
#leftSubHeader {
	width: 650px;
	height: 136px;
	float: left;
}
#rightSubHeader {
	width: 118px;
	height: 136px;
	float: right;
}

#registration {
	width: 276px;
	min-height: 137px;
	float: left;
}
#menu {
	padding:90px 0 0 0;
	vertical-align:bottom;
	width: 374px;
	float: left;
}

#menu ul {
	padding:0;
	margin:0;
}

#menu ul li {
    display:inline;
	list-style: none;
	margin:0 10px 0 10px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
#menu ul li a {
	color: #796c52;
	text-decoration:none;
}
#menu ul li a:hover {
	color: #999999;
	text-decoration:none;
}





/* BODY */
#content {
	margin: 18px 0px 10px 0px;
	min-height: 384px;
	
}

#contentBody {
	height:100%;
	min-height:200px;  
	background-image:url('../images/bodyBkg.gif'); 
	background-repeat:repeat-y;
	clear:both;
}



/* BODY - LEFT MENU*/

#left {
	width: 245px;
	float: left;
}
#leftMenu {
	width: 205px;
	background: inherit;
	float: left;
	margin : 0;
	padding: 0 0 0 40px;
}
#leftMenuBottom{
	width: 245px;
	float: left;
	margin: 0;

	vertical-align:bottom;
	height:18px;
	background-image:url(../images/leftMenuBottomBkg.gif);
	background-repeat:no-repeat;
	
}



/* BODY - Content*/
#main {
	width: 555px;
	margin: 0;
	float: left;
	font-size: 1.2em;
	color: #444;
}
#mainBody {
	width: 510px;
	margin: 0 25px 0 20px;
	padding: 0;
	float: left;
	position:fixed;

}

#mainBottom{
	vertical-align:bottom;
	height:18px;
	background-image:url(../images/contentBottomBkg.gif);
	background-repeat:no-repeat;
	width:555px;

	float: left;
	margin: 0;
}







#mainImage {
	width: 556px;
	min-height: 366px;
	margin: 0 0 0 11px;
	float: left;
	font-size: 1.2em;
	color: #444;
	margin-bottom: 30px;
}
#mainTop{
	vertical-align:top;
	background-image:url(../images/contentTop.gif);
	height:14px;
}
#mainContent{
	height: 329px;
}




.clear {
	clear: both;
}


/* USELESS 
#content .gradient {
	height: 24px;
	border: 1px solid #191bcb;
	margin: 0;
}
#right .gradient {
	background: #404ac0 url('layout/content_rc_gradient.gif') no-repeat;
	padding: 5px 20px 0 10px;
}
ul#menu {
	margin: 5px 0 5px 0;
	padding: 0;
}
ul#menu li {
	margin-bottom: 4px;
	list-style-type: none;
}
ul#menu li a {
	display: block;
	padding: 3px;
	text-decoration: none;
}
ul#menu li a:hover {
	background-color: #7071ec;
	color: #FFF;
}
ul#menu li.alt a:link, ul#menu li.alt a:visited {
	background: #CCC;
}
#right .box {
	margin-top: 3px;
	border: 1px solid #AAA;
	background: #DCDCDC;
	color: #333333;
	padding: 4px;
}
#content h1 {
	font-size: 1.8em;
	font-weight: bold;
	border-bottom: 2px dotted #acace5;
}
#content h2 {
	font-size: 1.6em;
	font-weight: normal;
	border-bottom: 1px solid #acace5;
}
#content h3 {
	font-size: 1.3em;
	font-weight: bold;
}
#content img {
	border: 1px dotted #CCC;
	padding: 4px;
	margin: 3px;
}
#main p {
	line-height: 1.8em;
}

*/


/* FOOTER */
#footer {
	color:#745b2a;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0 0 0 0;
	height: 24px;
	padding: 5px 0 0 50px;
}
#footer a{
	color:#745b2a;
	text-decoration:none;
}

#footer a:hover  {
	color: #999999;
	text-decoration:none;
}

#footer a:hover span {
	color: #999999;
	text-decoration:none;
}

#footer span{
	color:#312611;
	font-weight:bold
}

