* {
	margin:0;
	padding:0;
	list-style-position: inside;
}
body {
	background: #FFFFFF url(../image-files/bg.jpg) fixed repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	width: 220px;
}
#wrap {
	background:url(../image-files/mainbg.jpg) repeat-y;
	width:880px;
	<!--text-align: left;-->
	margin:0 auto;
	<!--margin-left: auto;-->
	padding:0 40px;
}
#wrap #content #left #tab #tabcontent ul li {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 15px;
	padding-left: 0px;
}
#header {
	height:210px;
	background-image: url(../image-files/header1.jpg);
	background-repeat: no-repeat;
}
#content #sidebar {
	width:222px;
	float:right;
}
#content #left {
	width:648px;
	float:left;
}
.clear {
	clear:both;
}
#footer {
	background: url(../image-files/footer.jpg) no-repeat;
	height:35px;
	padding-top:25px;
	text-align:center;
}
#footer p {
	display:block;
	margin-top:3px;
}
#footer #credit {
	font-size:10px;
}
#sitename {
	display:block;
	padding-top:20px;
	padding-left:20px;
	font-variant:normal;
	text-transform:uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
}
#sitename .description {
	display:block;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #BB9F6C;
	font-variant:normal;
}
#sitename a {
	text-decoration:none;
	color: #FFF;
}
#sitename a:visited, active {
	text-decoration:none;
	color: #FFF;
}
h1, h2, h3, h4, h5, h6 {
	color:#000;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-variant:small-caps;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}
a {
	color:#903;
}
a:visited {
	color:#933;
}
a:active {
	color:#903;
}
a:hover {
	color:#900;
}
#content #left p {
	line-height:20px;
	margin-bottom:10px;
}
#sidebar .sidebartop {
	background:url(../image-files/sidebartop.jpg) no-repeat;
	height:auto;
	padding-top: 5px;
}
#sidebarcontent {
	padding:5px 10px 5px 12px;
}
#sidebar h2 {
	background:url(../image-files/sidebarheading.jpg) no-repeat center bottom;
	display:block;
	padding:8px;
	font-size:18px;
}
#sidebar ul {
	list-style:none;
}
#sidebar li {
	display:block;
	height:25px;
}
#sidebar a {
	display:block;
	color:#333;
	height:20px;
	text-decoration:none;
	border-bottom:solid 1px #efefef;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#sidebar a:visited, active {
	display:block;
	color:#999999;
	height:20px;
	padding:5px 5px 0px 5px;
	text-decoration:none;
	border-bottom:solid 1px #efefef
}
#sidebar a:hover {
	color:#333;
	border-bottom:solid 1px #cccccc;
}
#left .post {
	background: url(../image-files/postmid.jpg) repeat-y;
	width:641px;
	margin-left:8px;
	margin-bottom:20px;
}
#left .post .posttop {
	background:url(../image-files/posttop.jpg) no-repeat;
	height:11px;
}
.post .postitem {
	padding:10px;
}
.post .postbottom {
	background:url(../image-files/postbottom.jpg) no-repeat;
	height:30px;
	font-size:11px;
	padding-top:17px;
	text-align:center;
}
.post h2 {
	display:block;
	padding:5px 0px 5px 0px;
	border-bottom:solid 1px #D8CDB8;
	margin-bottom:15px;
}
#left .postinfo {
	display:block;
	font-size:11px;
	color:#666666;
	font-variant:normal;
	font-weight:normal;
}
h2 a {
	text-decoration:none;
}
h2 a:visited {
	text-decoration:none;
}
h2 a:active {
	text-decoration:none;
}
h2 a:hover {
	text-decoration:none;
}
blockquote {
	display:block;
	border-bottom: dashed 1px #D0BE9B;
	border-top: dashed 1px #D0BE9B;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background:url(../image-files/quote.png) no-repeat 5px 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
}
blockquote p {
	line-height:25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.rightquote {
	float:right;
	width:350px;
	text-align:left;
}
blockquote cite {
	display:block;
	color:#000000;
	font-weight:bold;
	padding:5px;
	margin-top:10px;
}
.leftquote {
	float:left;
	width:250px;
	text-align:right;
}
#header ul {
	list-style:none;
}
#topmenu {
	float:right;
}
#topmenu li {
	display: inline;
	font-size:14px;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
}
#topmenu a {
	display:block;
	float:left;
	color:#E9E0CF;
	height:36px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	text-decoration:none;
}
#topmenu a:visited, active {
	display:block;
	float:left;
	color:#E9E0CF;
	height:36px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	text-decoration:none;
}
#topmenu a:hover {
	display:block;
	float:left;
	color:#E9E0CF;
	height:36px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	text-decoration:none;
	background:url(../image-files/topmenu.png) repeat-x;
	color:#ffffff;
}
#pagination {
	background:#F5F0EA;
	padding:8px;
	margin-left:8px;
	margin-top:20px;
	margin-bottom:20px;
}
#pagination .pre {
	display:block;
	padding:3px;
	float:left;
}
#pagination .next {
	display:block;
	padding:3px;
	float:right;
}
#pagination .clear2 {
	clear:left;
	width:99%;
}
#left img {
	background:#ffffff;
	padding:3px;
	border: solid 1px #D3C2A3;
	margin:8px;
}
#left .leftimg {
	float:left;
}
#left .rightimg {
	float:right;
}
#tab {
	background:url(../image-files/tabcontenbg.jpg) repeat;
	margin-bottom:15px;
	margin-left:8px;
}
#tab #tabhead {
	background:url(../image-files/tabheader.jpg) repeat-x;
	height:40px;
}
#tab #tabcontent {
	padding:10px;
}
#tabhead ul {
	list-style:none;
	padding-left:10px;
}
#tabhead li {
	display:inline;
}
#tabhead a {
	display:block;
	float:left;
	height:30px;
	background:url(../image-files/tabnormal.jpg) repeat-x;
	color:#ffffff;
	text-decoration:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#tabhead a:visited, active {
	display:block;
	float:left;
	height:30px;
	padding:10px 10px 0px 10px;
	background:url(../image-files/tabnormal.jpg) repeat-x;
	color:#ffffff;
	text-decoration:none;
}
#tabhead a:hover {
	background:url(../image-files/tabhover.jpg) repeat-x;
	color:#000000;
}
#tabhead .activetab a {
	background:url(../image-files/tabhover.jpg) repeat-x;
	color:#000000;
}
#tabhead .activetab a:visited {
	background:url(../image-files/tabhover.jpg) repeat-x;
	color:#000000;
}
#tabhead .activetab a:active {
	background:url(../image-files/tabhover.jpg) repeat-x;
	color:#000000;
}
Menu #menu {
	width: 222px;
	margin: 10px;
	border-style: solid;
	border-color: #656556;
	border-width: 1px;
}
#menu li a {
	height: 32px;
	height: 24px;
	text-decoration: none;
}
#menu li a:link, #menu li a:visited {
	color: #656556;
	display: block;
	background-image: url(../image-files/menu.gif);
	padding-top: 8px;
	padding-left: 20px;
}
#menu li a:hover {
	color: #474739;
	background-image: url(../image-files/menu.gif);
	background-position: -32px;
	padding-top: 8px;
	padding-left: 20px;
}
End of menu .post ul {
	list-style:square;
	margin-left:10px;
}
.post ol {
	list-style:decimal;
	list-style-position:inside;
}
.post li {
	padding:5px 10px 5px 10px;
}
.post ul li {
	margin-left:10px;
}
#left code {
	white-space: pre;
	display: block;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	background-color: #E3D6C6;
	color:#000000;
	margin: 10px;
	padding:10px;
}
#left table {
	width:95%;
	border:solid 1px #DBD2B0;
}
#left th {
	padding:10px;
	background: url(../image-files/strips.jpg) repeat-x;
	color:#000000;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	border-bottom: solid 1px #DBD2B0;
}
#left td {
	padding:10px;
	background:#F3EFDE;
	text-align:left;
	border-bottom: solid 1px #DBD2B0;
}
.form {
	margin:10px 25px 10px 50px;
}
.form .text {
	display:block;
	border:solid 1px #B6A278;
	background: #F9F8F2;
	width:250px;
	padding:5px;
	font-size:14px;
	color:#000000;
}
.form label {
	display:block;
	margin-bottom:3px;
	margin-top:10px;
}
.form .text:hover {
	background:#FFFFFF;
	border: solid 1px #000000;
}
.form .text:focus {
	background:#F4EFE3;
	border: solid 1px #000000;
}
.form .button {
	display:block;
	border:solid 1px #CBBA96;
	background:#EAE3D5;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.form .button:hover {
	display:block;
	border:solid 1px #CBBA96;
	background: #EDECD1;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#rss-feed {
	float: right;
	position: relative;
	top: 53px;
	right: 5px;
	height: 32px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}
<!--
Adsense Boxes--> .AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter {
	padding: 5px;
	border: 0px;
}
.AdSenseBoxLeftFloat {
	float: left;
	margin-top: 0;
	margin-right: 18px;
	margin-bottom: 12px;
	margin-left: 9px;
}
.AdSenseBoxLeft {
	margin: 0 18px 12px 18px;
}
.AdSenseBoxRightFloat {
	margin: 0 18px 12px 18px;
	float: right;
}
.AdSenseBoxRight {
	margin: 0 18px 12px 18px;
}
.AdSenseBoxCenter {
	width: 468px;
	margin: 0 auto 12px auto;
	clear: both;
}

