﻿* {
	margin: 0;
	padding: 0;
}

body {
	background: #A9B3BB url('image/img01.gif') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
}

ol {
	margin-bottom: 14px;
	line-height: 140%;
	color: #FFFFFF;
}

ul {
	margin-bottom: 14px;
	line-height: 140%;
	color: #FFFFFF;
}

p {
	margin-bottom: 14px;
	line-height: 140%;
	color: #FFFFFF;
	text-align: justify;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FC3E1A;
}

hr {
	display: none;
}

/* Header */

#logo {
	width: 670px;
	height: 130px;
	margin: 0 auto;
	padding: 70px 0 0 100px;
	background: 0px
50px;
}

#logo p {
	color: #FFFFFF;
}

#logo h1 {
	color: #FFFFFF;
}

#logo p {
	margin: 0;
	padding: 0 0 0 2px;
	line-height: normal;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 770px;
	height: 70px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 43px;
	padding: 12px 30px 0 30px;
	text-decoration: none;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

#menu a:hover {
	text-decoration: underline;
}

/* Wide Post */

.wide-post {
	width: 770px;
	margin: 0 auto;
	background: #D4D9DD url('tonyjaa.jpg') repeat-y;
}
.wide-post .title {
	padding: 30px 30px 20px 30px;
	background: url('image/img05.gif') no-repeat;
	font-size: 20pt;
	text-decoration: none;
	color: #FFFFFF;
}

.wide-post .entry {
	padding: 0 30px;
}

.wide-post .bottom {
	height: 20px;
	background: url('image/img06.gif') no-repeat left bottom;
}

/* Two Columns */

.two-columns {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

.two-columns .column-one {
	float: left;
	width: 370px;
}

.two-columns .title {
	height: 28px;
	padding: 7px 0 0 10px;
	background: #DB8603 url('image/img12.gif') no-repeat;
	font-size: 1.4em;
	color: #333333;
}

.two-columns .entry {
	background: url('image/img13.gif') repeat-x;
}

/* Recent Posts */

#recent-posts {
}

#recent-posts ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

#recent-posts li {
	padding: 5px 15px;
	background: url('image/img14.gif') no-repeat left center;
	border-bottom: 1px solid #949EA4;
}

/* Recent Comments */

#recent-comments {
}

#recent-comments ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

#recent-comments li {
	padding: 5px 15px 5px 17px;
	background: url('image/img15.gif') no-repeat left center;
	border-bottom: 1px solid #949EA4;
}

/* Submenu */

/* Footer */

