body {
	margin: 20px;
	background: #CCCCCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
	padding: 0px;
}

h1 {
	font-size: 2em;
	margin-bottom: 10px;
	font-weight: bold;
}

h2 {
	font-size: 1.3em;
	padding-bottom: 0px;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 160%;
	margin-bottom: 0px;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #0A0A0A;
}

a:hover {
	background: none;
	color: #FF0000;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 20px;
	background: #FFFFFF;
}

/* Header */

#header {
	width: 910px;
	height: 172px;
	margin: 0 auto;
	background: #FFDA2A url(../images/img01.jpg) no-repeat left top;
}

/* Logo */

#logo {
	float: left;
	width: 640px;
	color: #000000;
}

#logo h1, #logo p {
}

#logo h1 {
	float: left;
	padding: 70px 0 0 20px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 80px 0 0 5px;
	text-transform: uppercase;
	font: bold 10px Arial, Helvetica, sans-serif;	
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

#tag {
	float: left;
	padding: 0px 0 0 20px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #FFFF00;
}

/* Search */

#search {
	float: right;
	width: 230px;
	padding-top: 40px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 90px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 200px;
	border: none;
	text-transform: lowercase;
	border: 1px #525252 dotted;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #666666;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 910px;
	height: 15px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #3399FF;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 17px 10px 10px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

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

/* Content */

#content {
	float: right;
	width: 600px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}

.post {
}

.post .title {
	color: #000000;
}

.post .title a {
	background: none;
	color: #000000;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

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

.post .entrybtml {
	padding: 5px;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #339999;
}

.code {
	color: #FF0000;
	padding: 5px;
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}

#newsblock {
	background-color: #FFFFCC;
	padding: 10px 10px 5px;
	border: thin dotted #FF6600;
	margin-bottom: 20px;
}

#newsblock .text {
}

.news {
	background-color: #FFFFCC;
	padding: 10px 10px 5px;
	border: thin dotted #FF6600;
	margin-bottom: 20px;
	line-height: normal;

}

.imgwrapper {
	background-color: #ECECEC;
	padding: 5px;
	border: thin solid #CCCCCC;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	color: #787878;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

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

#sidebar li {
	list-style-type: none;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 110%;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D4C9;
	padding-bottom: 5px;
}

#sidebar h2 {
	letter-spacing: -.8px;
	color: #000000;
	line-height: 100%;
	margin-bottom: 10px;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #787878;
	border: none;
	line-height: 100%;
	margin-bottom: 10px;
}

#sidebar a:hover {
	color: #FF0000;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 910px;
	height: 30px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: #565F68;
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}

/* Top Ten */
#toptenbox {
	margin: 0px;
	padding: 10px;
	width: 578px;
	border: thin solid #0099CC;
	line-height: normal;
}

#toptenbox ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 0px;
	padding-left: 15px;
	line-height: 140%;
}

#toptenbox li {
	list-style-position: outside;
	list-style-image: url(../images/pointer2.gif);
}

#toptenbox li a {
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

#toptenbox li a:hover {
	text-decoration: none;
	color: #FF0000;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
}

/* Terms Box */

#termsbox {
	background-color: #FFFAE2;
	padding: 10px 10px 5px;
	border: thin dotted #FF9933;
	margin-top: 10px;
}

#termsbox .text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin-bottom: 0px;
}

/* Footer Features */

#footfreature {
	margin-top: 5px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-width: thin;
	border-bottom-width: thin;
}

/* Spa Box */
#spabox {
	margin: 0px;
	padding: 0px;
	width: 600px;
}

#spaboxleft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 287px;
	border: thin solid #F8D1FC;
}

#spaboxleft .spaboxheader {
	margin: 0px;
	padding: 3px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F8D1FC;
	background-color: #FEEDFC;
}

#spaboxleft .spaboxbody {
	margin: 0px;
	padding: 3px;
}

#spaboxright {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 287px;
	border: thin solid #F8D1FC;
}

#spaboxright .spaboxheader {
	margin: 0px;
	padding: 3px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F8D1FC;
	background-color: #FEEDFC;
}

#spaboxright .spaboxbody {
	margin: 0px;
	padding: 3px;
}


/* Table */
#linktable {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	background-color: #66CCCC;
	border: thin solid #339999;
	width: 99%;
	height: 25px;
	padding: 0px;
	margin: 0px;
}

#linktable a {
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#linktable a:hover {
	color: #FF0000;
	text-decoration: underline;
	background-color: #CCCCCC;
	width: 100%;
	height: 19px;
	background-image: url(../images/im_img01.jpg);
	background-repeat: repeat-x;
	
}
