*{
	margin: 0px;
	padding: 0px;
}

body{
	overflow-y: scroll;
	font-family: 'Droid Sans', arial, serif;
}

a:link{
	text-decoration:	none;
	color:				#5B9700;
}

a:visited{
	text-decoration:	none;
	color:				#5B9700;
}

a:hover{
	color:				#000;
}

a:active{
	color:				#000;
}

#content{
	margin: 90px auto;
	width: 520px;
	padding-left: 40px;
	padding-bottom: 40px;
}

ul{
	list-style: none;
}

ul li{
	padding-bottom: 5px;
}

h1{
	font-size: 22px;
	letter-spacing: 1px;
}

h2{
	letter-spacing: -0.25px;
	font-size: 19px;
	margin-bottom: 	10px;
}

h3.links_title{
	font-size: 13px;
	padding-bottom: 5px;
	font-weight: bold;
}

#content p{
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
}

#content ul{
/*	line-height: 20px;*/
	margin-top: 	30px;
	font-size: 13px;
}

#content li{
	font-weight: bold;
	margin-bottom: 	20px;
}

#content dd{
	font-weight: normal;
}

#content a{
	letter-spacing: 0.2px;
	font-size: 19px;
	font-weight: bold;
}

#language_selector{
	font-size: 9px;
	text-align: right;
	width: 520px; /* como #content*/
	padding-left: 40px;/* como #content*/
	margin: 0  auto;/* como #content*/
	margin-top: 5px;
}

#language_selector ul{
	border-bottom: 1px solid #000000;
	padding-bottom: 3px;
}


#language_selector li{
	display: inline;
}


#footer_wrapper{
	
	position: fixed;
	width: 100%;
	bottom: 0px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

#footer{
	
	margin: 0 auto;

	font-family: 'Droid Sans', arial, serif;
	font-size: 10px;
	text-align: center;
	
	
	
	height: 15px;
	padding-top: 3px;
	
	width: 998px;
}

#footer span{
	font-weight: bold;
	margin-left: 10px;
}

#footer span.doubleyou{
	font-size: 12px;
	background: url(../img/dy.gif) 0 0 no-repeat;
	padding: 3px 5px 3px 20px;
}

#footer a{
	margin-left: 10px;	
}

#footer a:link{
	color: #000000;
}

#footer a:visited{
	color: #000000;
}

#footer a:hover{
	color: #528c31;
}
