/* css style (c) wsanchez-2009 */
/* document properties */
* {
 margin: 0px;
 padding: 0px;}

body {
 background: #fff url(../img/bodybg.png) repeat-x;
 font-family: Verdana, Arial, sans-serif;
 font-size: 16px;
 color: #000;
 text-align: center;}
 
a img{
 border: 0px;}

a {
text-decoration: none;}

.hidden {
 text-indent: -9000px;
 background: inherit;}

#header {
 width: 850px;
 margin: 0 auto;
 height: 180px;
 border-top: 1px solid #FFFFFF;}
 	
#logo {
 float: left;
 margin-left: 20px;
 margin-top: 10px;
 width: 230px;}

#frase{
	margin-right: 20px;
	margin-top:40px;
	width:300px;
	position: absolute;
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	left: 600px;
	font-size: 12.4px;
	top: 0px;}

#logo h1,#logo h6 {
font-weight:100;}

#logo h1 {
padding-top: 10px;}

#logo h6 {
padding-top: 10px;
font-size: 12px;
color: #dcdcdc;
font-family: Arial, Helvetica, sans-serif;}
 
#topnav {
 margin-top: 105px;
 margin-left: 300px}

#topnav a{
 display: block;
 float: left;
 text-align: center;
 width: 95px;
 height: 35px;
 line-height: 35px;
 text-decoration: none;
 color: #000000;
 text-transform:capitalize;
 font-size: 0.7em;
 background-image:url(../img/tab.png);
 background-position:bottom left;
 background-repeat:no-repeat;}

#topnav a:hover {
 background-image:url(../img/tab.png);
 color: #000;
 background-position:top left;
 background-repeat:no-repeat;}
	
#topnav .active {
 background-image:url(../img/tab.png);
 color: #000;
 background-position:top left;
 background-repeat:no-repeat;}
	
#content {
 clear: both;
 text-align: left;
 width: 650px;
 margin: 20px auto 0 auto;
 padding: 5px;
 width: 655px;}

#content h2{
 padding-left: 8px;
 font-size: 1.2em;
 text-transform:none;
 margin-left: 15px;
 letter-spacing:-1px;
 margin-bottom: 10px;
 color: #333333;}

#content p {
 font-size: 0.8em;
 line-height: 1.5em;
 color: #333333;}

#content p a{
 color: #324A97;}
 
#content p a:hover {
 color: #fff;
 background: #324A97;}

#content blockquote{
 margin: 15px;
 border: 1px solid #b0b0b0;
 padding: 10px;
 width: 500px;
 background: #f4f4f4;
 font-size: 0.8em;
 font-family: Courier, "Lucidia Console", "Times New Roman", sans-serif;
 color: #a0a0a0;}
 
#content abbr {
 border-bottom: 1px dotted #8f8f8f;}

#latest {
 width: 100%;
 background: #FFFFFF url(../img/bg2.png) repeat-x; 
 font-size: 0.7em;
 padding-top: 80px;}

#container2 {
 clear: both;
 background: #FFFFFF;
 text-align: left;
 width: 650px;
 color: #fff;
 margin: 0 auto;}

#container2 h3{
 font-size: 1.2em;
 text-transform: uppercase;
 margin-left: 10px;
 letter-spacing:-1px;
 margin-bottom: 10px;
 color: #333333;}
 
.name {
color: #000000;}
 
.blocklinks {
 width: 320px;
 float: left;
 background: #FFFFFF;}

.blocklinks a.link {
  display: block;  
  padding: 10px;
  background: inherit;
  color: #000;
  border-top: 1px dotted #a0a0a0;}

.blocklinks a:hover.link { 
  color: #000000; 
  background: #68B9FF;
  border-top: 1px dotted #a0a0a0;}

#articles {
 width: 320px;
 float: right;
 background: #ffffff;}
	
#footer {
 width: 100%;
 clear: both;
 text-align: right;
 background: #FFFFFF;
 font-size: 0.8em;
 margin-top: 15px;
 color: #a0a0a0;}
