body {
    margin: 0;
    padding: 0;
    background: #71726E;
    background-image: url('bg.png');
    background-repeat: repeat;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #c91800;
}

h1 {
	letter-spacing: -1px;
	font-size: 29px;
}

h2 {
	font-size: 20px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	line-height: 26px;
}

a:link {
        text-decoration: none;
	color: #0000ff;
}

a:hover, a:active {
	text-decoration: none;
	color: #000077;
}

a:visited {
        text-decoration: none;
	color: #0000ff;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#header {
	width: 950px;
	margin: 0px;
}

#logo {
	float: left;
	width: 950px;
	height: 200px;
	margin: 0px;
	background: url('top.jpg') no-repeat left top;
}

#menu {
	float: left;
	width: 950px;
	height: 40px;
	background: #000000;
}

#menu ul {
	margin: 15px 0 0 10px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
        background: url('img03.gif') no-repeat right 60%;
        padding: 0px; padding-left: 7px; padding-right: 7px;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 0 12px;
	
	text-decoration: none;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #ffd800;
}

#menu a:hover { 
	text-decoration: none; 
	color: #ffbb1d;
}

#menu .current_page_item a {
	color: #FF0000;
}

#topwrapper {
    width: 970px; 
    background-image: url('bg_top.png');
    margin: 0 auto;
}

#wrapper {
    width: 950px;
    background-color: #ffffff;
    margin-left: 10px;
    margin-top: 0px;
}

#page {
    width: 950px;
    margin: 0px;
    padding: 0xp;
}

#content {
	float: right;
	width: 640px;
	padding: 20px 20px 20px 20px;
}

/* Post */

.post {
}

.post .title {
}

.post h1 {
}

.post h2 {
}

.post .entry {
	padding-top: 10px;
}

.post .meta {
	padding: 7px 0 40px 0;
	border-top: 1px dotted #D1D1D1;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding-right: 20px;
}

.post .meta .comments {
}

.post .meta b {
	display: none;
}

/* Sidebar */
#sidebar {
	float: left;
	width: 215px;
	padding: 20px 20px 20px 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding-bottom: 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 2px 0 2px 0;
}

#sidebar h2 {
	height: 32px;
}

/* Footer */
#footer {
    width: 950px;
    background-color: #ffbb1d;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

footer_table {
    width: 950px;
}




/* Table with rounded edges */
.round {
    width: 100%;
}

.round .topleft {
    width: 6px; 
    height: 6px; 
    background-image: url('top_left.png');
    background-repeat: no-repeat;
}

.round .top {
    background-image: url('top.png'); 
    background-repeat: repeat-x;
}

.round .topright {
    width: 6px;  
    background-image: url('top_right.png');  
    background-repeat: no-repeat;
}

.round .left {
    background-image: url('left.png');
    background-repeat: repeat-y;
}

.round .center {
    background-image: url('in.png');
    background-repeat: repeat;
}

.round .right {
    background-image: url('right.png');
    background-repeat: repeat-y;
}

.round .bottomleft {
    height: 6px; 
    background-image: url('bottom_left.png');
    background-repeat: no-repeat;
}

.round .bottom {
    background-image: url('bottom.png');
    background-repeat: repeat-x;
}

.round .bottomright {
    background-image: url('bottom_right.png');
    background-repeat: no-repeat;
}