
/* global reset */

:link,:visited { text-decoration:none } :focus, :active { outline: 0 }


  h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

 ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 } 

a img,:link img,:visited img { border:none } 

address { font-style:normal }

body {

	font: .74em Arial, Sans-Serif;
	background: #F0DAF2 url(../images/bg1.gif) repeat-x;
	color: #6f6f6f;
	line-height: 1.6em;
	text-align: center;
	width:auto;
}
#banner {
	width: 100%;
	height: 195px; /*height: 216px;*/
	background: #291D1D url(logo.gif) no-repeat center;
	color: #FFFFFF;
}


a { color: #752B7D; text-decoration: underline; }
a:hover { color: #808080; }
p  { margin: 5px 0 15px;
text-align: left;}
h3 {
	font-size: 1.0em;
	padding: 0 0 0 9px;
	text-align: left;
	color: #714077;
}

h2 {
	background: url(../images/bullet.gif) no-repeat left 6px;
	font-size: 1.2em;
	padding: 0 0 0 9px;
	text-align: left;
	color: #714077;
}

h1 { /*font: 2.3em Georgia; margin: 0 0 22px; 
text-align: left;*/

display: none;}





#options { float: right; color: #B565BE; font-weight: bold; }
	#options a { color: #B97AC0; padding: 0 0 0 8px; background: url(../images/bullet.gif) no-repeat left 5px; margin: 0 0 0 10px; }
	#options a:hover { color: #E6E8B1; }

ul#menu{

	margin: 0;
		padding-left: 50px;
	list-style-type: none;
	width: auto;
	position: relative;
	display: block;
	height: 28px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	background: transparent url(../images/OFF.gif) repeat-x top left;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	/*border-bottom: 1px solid #555555;*/
	border-top: 1px solid #919191;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;}
ul#menu li a{
	display: block;
	float: left;
	color: #494949;
	text-decoration: none;
	font-weight: bold;
	padding: 6px 10px 0 10px;
	height: 24px;
	background: transparent url(../images/DIVIDER.gif) no-repeat top right;
}
ul#menu li a:hover{
	background: transparent url(../images/HOVER.gif) no-repeat top right;
}
.clear { clear: both; }
.wrap {
padding: 1em;
	margin: 25px auto;
		/*width: 880px;*/
	text-align: left;
	
}
#centro { 
width: 100%;
text-align: center; }

#left { float: left; 
width: 55%; 
margin: 0 15px 40px; 
}


#left ul { margin: 30px;  }
	#left li { padding: 10px 3px 5px 8px; background: url(../images/dot.gif) repeat-x bottom; }
		#left li a {
	color: #bd55bd;
}
		#left li a:hover {
	color: #747474;
}



#left p.centro { 
text-align: center;
padding: 3px;
  }





#right { float: right; 
width: 38%; 
margin: 0 0 40px; 
background: #fff; 
border: 1px solid #D1AFD5; 
padding: 1px 1px 1px 1px; }

	.box { background: #E3C6E6; border-bottom: 1px solid #D1AFD5; border-right: 1px solid #D1AFD5; color: #9C5CA3; 
padding: 15px; 
}

	.box h3 { margin: 0 0 10px; text-align:  center;}
	.box p { margin: 0; text-align: center;}
	.box p.img { 
	text-align: center; }


#footer { 
width:100%;
height: auto;
clear: both; 
border-top: 5px solid #323232; 
background: #393939 url(../images/footerbg.gif) repeat-x bottom; color: #808080; 
padding: 10px 0; }
	
	#footer ul { float: left; 
	width: 20%; 
list-style-type: none;}
	
	#footer li { padding: 10px 16px; background: url(../images/dot.gif) repeat-x bottom; 
font-size: 1.2em;}
		
		#footer li a { color: #CB799F; }
		
		#footer li a:hover { color: #F5CFE1; }
	
	#footer #col { float: right; width: 75%;   }
	
	#copyright { background: url(../images/dot.gif) repeat-x top; padding: 24px 0 0; font-size: .9em; }


