body {
	margin-top: 2px;
	padding: 0;
	background: #ffffff;
	font-size: 18px;
	text-align: justify;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: normal;
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1,  h3 {
	font-family: Arial;
	font-weight: bold;
	color: #333333;
	font-size: 16px;
}

h1 {
	letter-spacing: -2px;
	font-size: 20px;
}

h2 {
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: -1px;
	font-size: 14px;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: normal;
}

blockquote {
	padding-left: 1em;
}

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

a {
	color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
}

hr {
	display: none;
}

#wrapper {
	width: 750px;
	height: auto;
	padding: 0;
	background-image: url(../Images/img04.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* Header */

#header {
	width: 750px;
	height: 80px;
	margin-bottom: 0px;
	padding: 0;
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	background-image: url(../Images/img06.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

#header h1, #header p {
	margin: 0;
}

#header h1 {
	float: left;
	color: #FFFFFF;
	font-size: 36px;
	padding-left: 15px;
}

#header p {
	float: left;
	padding: 17px 0 0 10px;
	font-size: 12px;
	font-weight: bold;
}

#header a {
	text-decoration: none;
	color: #F79F1A;
}

#banner {
	margin-bottom: 0px;
	padding: 0;
	width: 750px;
	height: 180px;
	background-image: url(../Images/img011.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

/* Page */

#page {
	width: 750px;
	margin-bottom: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

#page .bgtop {
	background: url(../Images/img03.jpg) no-repeat left top;
}

#page .bgbtm {
	background: url(../Images/img05.jpg) no-repeat left bottom;
}

/* Content */

#content {
	float: right;
	width: 505px;
	margin: 0;
	padding: 25px 25px 15px 20px;
}

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

.title {
	padding: 0 20px 0 10px;
	font-size: 24px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #2E2E2E;
}

.title a {
	text-decoration: none;
	color: #FFFFFF;
}

.pagetitle {
}

.byline {
	margin: -25px 20px 0 17px;
	color: #646464;
}

.meta {
	text-align: left;
	color: #646464;
	padding: 10px 20px 20px 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

.meta .more {
	background: url(../Images/img08.gif) no-repeat left 50%;
	padding-left: 10px;
}

.meta .comments {
	background: url(../Images/img08.gif) no-repeat left 50%;
	padding-left: 10px;
}

.meta a {
	color: #FFB300;
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.posts li {
}

.posts h3 {
	margin: 0;
	font-weight: bold;
}

.posts p {
	margin: 0;
	line-height: normal;
}

.posts a {
}

.entry {
	margin: 0;
	padding-left: 17px;
}

.last {
	border: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 170px;
	margin-bottom: 10px;
	color: #7A7A7A;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0 0 20px 0;
	padding: 0;
}

#sidebar li li {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	line-height: 35px;
}

#sidebar h2 {
	margin: 0;
	height: 35px;
	font-size: 18px;
}

#sidebar a {
}

#sidebar a:hover {
	text-decoration: none;
}


#next {
	text-align: right;
}

#prev {
	text-align: left;
}

/* Footer */

#footer {
	width: 750px;
	height: 60px;
	min-height: 60px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: top;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ABABAB;
	background-image: url(../Images/img02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer p {
	padding: 20px 0;
}

#footer p a {
	color: #FFB300;
}

