@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #DCDADB url(img/img01.jpg) repeat;
	font-size: 13px;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}
h1,h4 {
	letter-spacing: 0.5px;
	font-size: 1.5em;
	padding-left: 12px;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}
h4{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}

ul, ol {
	line-height: 200%;
}


blockquote {
	padding-left: 1em;
}

blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #FFEA6F;
}

a:hover {
	text-decoration: none;
}

img { border: none;
}

img.rborde {
	float:right;
	padding-right:100px;
	margin-top: 1px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.res_table{
	width: 100%;
	text-align: center;
	vertical-align: middle;
	border-collapse: separate;
	border-spacing: 0 px;
}
/* Content */

#content {
	float: left;
	width: 550px;
}

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

.entry ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.entry li {
}

.entry li ul {
	padding: 15px 0;
}

.entry li{
	padding-left: 30px;
	background: url(images/img06.gif) no-repeat 15px 50%;
	
}

.entry a {
	text-decoration: none;
}

.entry a:hover {
	text-decoration: underline;
}

.entry p{
	padding-left: 30px;
	padding-right: 30px;
	background: url(images/img06.gif) no-repeat 15px 50%;
	
}


.title {
	margin: 0;
	background: #6B7D9E;
	color:#FFF;
}

.byline {
	margin: 0;
}

.meta {
	border-top: 1px solid #4A3903;
	text-align: right;
	color: #646464;
}

.meta a {
	padding-left: 15px;
	background: url(images/img06.gif) no-repeat left center;
	font-weight: bold;
}



/* Footer */

