body {
	padding: 20;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3F6C57;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #063;
	/* Set rules to fill background */
        min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
        width: 100%;
	height: auto;
	/* Set up positioning */
        position: fixed;
	top: 0;
	left: 0;
	background-image: url(images/back.jpg);
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
        img.bg {
	left: 50%;
	margin-left: -512px;
        }
}
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #406C5D;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 155%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #5C9260;
}

a:hover {
	text-decoration: underline;
}

img.border {
	border: 6px solid #E1F1F6;
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}

/* Header */

#header {
	width: 980px;
	height: 51px;
	margin: 0px auto;
}

#logo {
	width: 950px;
	height: 90px;
	background-image: url(luckylogoflat.jpg);
	background-repeat: no-repeat;
	border-color: rgba(242,237,215,1);
}

#logo p {
	padding: 55px 0px 0px 30px;
}

#logo h1 {
	float: left;
	padding: 35px 10px 0px 30px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	color: #FFFFFF;
}

#logo a {
	text-decoration: none;
	color: #060;
}

#search {
	width: 980px;
	height: 51px;
	margin: 0px auto;
	background: url(images/img03.jpg) no-repeat left top;
}

#search form {
	float: right;
	padding: 15px 25px 0px 0px;
}

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

#search-text {
	width: 195px;
	padding: 6px 10px;
	border: none;
	background: none;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #7F7F81;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 550px;
	height: 28px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 400px;
	/* [disabled]background-image: url(images/menubar.jpg); */
}

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

#menu li {
	float: left;
	height: 24px;
	width: 90px;
	background-color: #C8CC80;
	text-align: center;
}

#menu a {
	display: block;
	float: none;
	height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #8A5608 0px 1px 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #406C5D;
	border: none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 65px;
}

#menu li.current_page_item {
	background-color: #C8CC80;
	background-repeat: no-repeat;
	background-position: left top;
}

#menu .current_page_item a {
	background: url(images/img10.jpg) no-repeat right top;
}

#menu a:hover {
	text-decoration: overline;
	background-color: #C8CC80;
}

#splash {
	width: 980px;
	height: 340px;
	margin: 0px auto;
	background: url(images/img06.jpg) no-repeat left top;
}

/* Page */

#page {
	width: 900px;
	height: 700px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-repeat: no-repeat;
	background-position: center center;
}

#page-bgtop {
}

#page-bgbtm {
	margin: 0px;
	padding: 10px 10px 10px 20px;
}

/* Content */

#content {
	float: right;
	width: 400px;
	clear: left;
	font-size: 14px;
	color: #589460;
	margin-right: 160px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.post {
	padding-top: 20px;
	text-align: right;
	margin-right: 25px;
	float: right;
	color: #AEB266;
}

.post .title {
	margin: 0px;
	padding-bottom: 10px;
	letter-spacing: -1px;
}

.post .title a {
	border: none;
	text-decoration: none;
	color: #406C5B;
}

.post .meta {
	border-top: 1px solid #CCC2A9;
	border-bottom: 1px solid #CCC2A9;
	padding: 5px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
}

.post .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding: 20px 0px 10px 0px;
}

.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	text-align: center;
	text-transform: none;
	font-size: 10px;
	color: #406D59;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	padding: 0px 0px 0px 0px;
}

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

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

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

#sidebar li li {
	padding-left: 15px;
	line-height: 35px;
	border-bottom: 1px solid #CCC2A9;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 15px;
	margin-bottom: 10px;
	padding: 12px 0px 0px 20px;
	letter-spacing: -1px;
	font-size: 16px;
	color: #406B5D;
}

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

#sidebar a {
	border: none;
	color: #5C9276;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #5D9800;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

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

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

/* Footer */

#footer-wrapper {
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	background: #2D2722 url(images/img02b.jpg) repeat-x left top;
}

#footer {
	clear: both;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #E8E6D1;
	width: 900px;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #E8E6D1;
	width: 900px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer a {
	color: #61544B;
}

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	background: url(images/img04.jpg) repeat left top;
	text-align: right;
}

ul.style1 li {
	height: 23px;
	padding: 7px 20px 0px 20px;
	font-size: 12px;
}

ul.style1 a {
	float: left;
	color: #6E6E6E;
}

#two-columns {
	overflow: hidden;
	width: 920px;
	margin: 0px auto;
	padding: 10px 10px 10px 10px;
}

#two-columns h2 {
	padding: 0px 0px 20px 0px;
	font-size: 24px;
	color: #416C5D;
}




#column1 {
	float: left;
	width: 560px;
}

#column2 {
	float: right;
	width: 310px;
}
.contact {
	font-size: 12px;
	width: 295px;
	float: right;
	margin-right: 10px;
}
.links {
	font-size: 14px;
	float: right;
	width: 280px;
	text-align: left;
	line-height: 175%;
	margin-right: 10px;
}
