@charset "UTF-8";
* { padding: 0; margin: 0; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
img {border:none;
}
 a:link {
	color: #666;
	text-decoration: none;
}
 a:visited {
	color: #666;
	text-decoration: none;

}
h2{
	font-size:40px;
	font-weight: lighter;
}
h3{
	font-size:30px;
	font-weight: lighter;
	color: #662D91;
}
h4{
	font-size:12px;
}
#purple{
	color: #662D91;
}
#wrapper { 
 margin: 0 auto;
 width: 840px;
}

#header {
 width: 840px;
 float: left;
 text-align:right;
 padding: 0px;
 border: 0px solid #ccc;
 height: 30px;
 background-color: #FFF;
}

#content {
	color: #666;
	width: 840px;
	float: left;
	padding: 0px;
	border: 0px solid #ccc;
	height: 600px;
	background-color: #FFF;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}

#texto {
	color: #666;
	width: 620px;
	float: left;
	padding: 8px;
	border: 0px solid #ccc;
	height: 480px;
	margin: 0px 0px 0px 0px;
}
#twitter {
	color: #662D91;
	width:200px;
	float: left;
	padding-top: 24px;
	border: 0px solid #ccc;
	height: 480px;
	font-size: 12px;
	background-image: url(bg_twit.png);
	background-repeat: no-repeat;	
}

#twitter_update_list{
	padding-top: 0px;
	padding-left: 14px;
	padding-right: 4px;
	padding-botom: 4px;
	list-style-position: inside;
	overflow: auto;
	height: 428px;
	margin-top: 20px;
	margin-right: 2px;
}

#twitter_update_list li {
	padding-top:5px;
	list-style: none;
	padding-bottom:7px;
	border-bottom:thin dashed #666;
	padding-right:10px;
}


#footer{
 width: 840px;
 float: left;
 text-align:center;
 padding: 0px;
 border: 0px solid #ccc;
 height: auto;
}
