body {
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF url(img01.gif) repeat-x;
	font-size: 13px;
	color: #666666;
}
body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666666;
}
h1 {
	letter-spacing: -1px;
	font-size: 2em;
}
h1 a{
	letter-spacing: -1px;
	font-size: 1em;
	color:#666666;
}
h2 {
	letter-spacing: -1px;
	font-size: 1.5em;
}
h3 {
	font-size: 1em;
}
p, ul, ol {
	line-height: 200%;
}
img {
border: 0px;
}
a {
	color: #333333;
}
a:hover {
	text-decoration: none;
}
/* Header */
#header {
	width: 760px;
	height: 100px;
	margin: 0 auto;
}
#logo {
	float: left;
	padding: 25px 0 0 0;
}
#logo h1, #logo p {
	margin: 0;
	color: #FFFFFF;
	padding-left: 60px;
}
#logo a {
	color: #FFFFFF;
}
#search {
	float: right;
	width: 200px;
	padding: 50px 0 0 0;
}
#search form {
	margin: 0;
	padding: 0;
}
#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#s {
	width: 190px;
	padding: 3px 5px;
	background: #FFFFFF url(img03.gif) repeat-x;
	border: 1px solid #FFFFFF;
}
#x {
	display: none;
}

#edit {
width:auto;
height:auto;
display:none;
position:absolute;
float:right;
background:#666666;
}
/* Page */
#page {
	width: 760px;
	margin: 0 auto;
	padding: 25px 0;
}
/* Content */
#content {
	width: 720px;
	margin:auto 25px auto auto;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
}

.byline {
	margin: 0;
}

.meta {
	padding: 5px 10px;
	border: 1px solid #EFEFEF;
	background: #F9F9F9;
}

.meta .more {
	padding-left: 20px;
	background: url(img04.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(img05.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	margin-left:5px;
}

#editor {
float:right;
margin-right:10px;
}

fieldset {
border:1px solid;
width:auto;
height:auto;
}
legend {
color:#0000FF;
}
legend a{
color:#0000FF;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
}

#sidebar li li {
	padding-left: 5px;
	padding-top:5px;
	background: url(img06.gif) no-repeat left center;
	border-bottom: 1px dotted #CCCCCC;
}

#sidebar h2 {
	margin: 7px;
	padding: 7px 0 12px 70px;
	background-image:url(sbar.gif);
	background-repeat:no-repeat;
	background-position:center;
	color:#FFFFFF;
	font:lighter;
}



#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	color: #999999;
}


#cor {
float:right;
margin-right:15px;
margin-bottom:20px;
}
/* Footer */
#footer {
	clear: both;
	height:150px;
	padding: 0px 0;
	background: url(img1rev.JPG) repeat-x;
	text-align: center;
	font-size: smaller;
	margin:0 auto;
}

.float-left  { float: left; padding-right: 5px; }
.float-right { float: right; padding-left: 5px; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* Table Styling */

table {
	border-collapse: collapse;
	margin: 10px auto;	
}

th strong {

	color: #fff;

}

h2 {
	background-image:url(sbar.gif); background-repeat:no-repeat;
	height: 37px;
	margin: 7px;
	padding: 15px 0 12px 70px;
	color: #ffffff;
	background-position:center;
	color:#FFFFFF;
	font:lighter;
	text-align:center;
}

tr {

	height: 30px;

}

td {

	padding-left: 2px;

	padding-right: 2px;

	/* border-left: 1px solid #FFE1C3; */

	
	width:197px;
	font-size:larger;

}

td.first,th.first {

	border-left: 0px;

}

tr.row-a {

	background: #F8F8F8;

}

tr.row-b {

	background: #EFEFEF;

}

/* form styling */
form {

	margin:auto; 
	padding: 5px;

	border: 1px solid #EEEEEE; 

	background-color: #FAFAFA;
	width:720px; 

}

label {

	display:block;
	
	font-weight:lighter;

	margin:5px 0;
	width:auto;

}

th strong {

	color: #fff;


}

th {
	background: #717170;
	background-image:url(table-bg.jpg); background-repeat:repeat-x;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align:center;
	border-left: 1px solid #999999;
	border-bottom: solid 2px #FFF;
}
/*
input {

	width:135px;

	padding: 1px;

	border:1px solid;

	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;

	color:#777;

}
*/
textarea {

	width:250px;

	padding:2px;

	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;

	border:1px solid;

	height:60px;

	display:block;

	color:#777;

}

input.button { 

	margin: 0; 

	font: bold 0.9em Arial, Sans-serif; 

	background: #FFF url(../gradientbg.jpg) repeat-x; 

	padding: 2px 3px; 

	color: #333;	

	border: 1px solid #DADADA;
	width:auto;
	height:25px;	

}
<!--
body {
        margin:0;
        padding:0;
        font: bold 11px/1.5em Verdana;
}

img {
border: none;
}

/*- Menu Tabs 6--------------------------- */

    #tabs6 {
      float:right;
      width:auto;
      font-size:93%;
      line-height:normal;
          border-bottom:1px solid #666;
		  margin-top:-7px;
		  margin-right:10px;
      }
    #tabs6 ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #tabs6 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs6 a {
      float:left;
      background:url(tableft6.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs6 a span {
      float:left;
      display:block;
      background:url(tabright6.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs6 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs6 a:hover span {
      color:#FFF;
      }
    #tabs6 a:hover {
      background-position:0% -42px;
	  margin-top:-1px;
      }
    #tabs6 a:hover span {
      background-position:100% -42px;
	  margin-top:-1px;
      }

      #tabs6 #current a {
              background-position:0% -42px;
      }
      #tabs6 #current a span {
              background-position:100% -42px;
      }
	  
	  div.menuLayers  { position:absolute; visibility:hidden;  height:auto; width:230px; left:100; top:100;  z-index:500; background-color: #FEFEFE; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; background-repeat:no-repeat; border: 2px solid;	border-color: #99a #99a #99a #99a ; padding:3px; color:#000000;}
-->
/* CSS Document */

#fnews{
	border: 1px solid #EEEEEE; 
	background-color:#FFFFFF;
	color:#0F8E47;
	width:180px;
	}
#newsid {
background:#227CE8;
color:#FFFFFF;
text-align:center;
width:200px;
}
.txtbox {
background:#FFFFB7;
font-weight:bold;
}
#news{
font-family:cursive;
color:#333333; 
font-size:16px;

}
#banner {
width:600px;
height:auto;
min-height:45px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
text-align:center;
padding-top:1px;
}
table#trbg {
color:#FFFFFF;
font-family:cursive;
font-size:18px;
width:90%;
text-align:center;
}
.banc {
text-decoration:none;
border:none;
color:#FFFFFF;
font-weight:normal;
}
.banc:hover {
background:none;
}
#mini {
text-decoration:none;
border:none;
color:#FFFFFF;
font-weight:normal;
}
#mini:hover {
background:none;
}