
body {
	margin: 0;
	padding: 0;
	background: #FF9900;
	font-size: 11px;
	text-align: left;
	color: #FCFCFA;
}

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

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #b3d8e8;
}

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

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

h3 {
	font-size: 1em;
}

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

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: 800px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img01.gif) repeat-y left top;
}


/* Header */

#header {
	width: 760px;
	height: 400px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat left top;
	padding: 0;
}

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

#header h1 {
	float: left;
	font-size: 82px;
	padding: 270px 0 0 15px;
}

#header p {
	float: left;
	padding: 310px 0 0 10px;
	font-size: 26px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
}

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

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 500px;
	margin: 0;

}

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

.title {
	border-left: 20px solid #b3d8e8;
	border-right: 200px solid #b3d8e8;
	padding: 0 20px 0 10px;
	font-size: 34px;
}

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

.pagetitle {
}

.byline {
	margin: -25px 20px 0 31px;
	color: #b3d8e8;
}


.entry2 a:link {
	text-decoration: none;
}
.entry2 a:visited {
	text-decoration: none;
}

.entry2 a:hover {
	text-decoration: underline;
}
.entry1 {
	margin: 0;
	padding: 17px 20px 0 32px;
	font-size: 18px;
	text-transform:uppercase;
}
.entry2 {
	margin: 0;
	padding: 7px 20px 0 42px;
	font-size: 12px;
}

.last {
	border: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 260px;
	margin-bottom: 10px;
	color: #fff;
	text-align:center;
	
}

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

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

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

#sidebar li li {
	margin: 0 0 0 0;
	margin: 0 0 0 0;
	background: url(images/img08.gif) no-repeat left 50%;
	line-height: 25px;
}

#sidebar h2 {
	margin: 0;
	height: 35px;
	padding-left: 20px;
	font-size: 18px;
	color: #E5DC1E;
}

#sidebar a {
}

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


/* Footer */

#footer {
	width: 760px;
	height: 90px;
	background: url(images/img03.gif) no-repeat left top;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer p {
	padding: 20px 0;
}

#footer p a {
	color: #979912;
}


