* {
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #ff8a00;
	}
a:active, a:hover {
	color: #7AA06E;
	}

body {
	background-color: #38552b;
	background-image: url(bg_main.jpg);
	background-position: top;
	background-repeat: repeat-x;

	color: #b6c774;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

strong, b {
	color: #f7ff75;
}

em, i {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #f7ff75;
}	

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 25px;
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
	color: #90b180;
}
blockquote.poem {
	font-style: italic;
}

blockquote.updates {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A68C77;
	padding-left: 40px;
}

ul li {
	list-style-type: none;
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 20px;
	margin-left: 55px;
	margin-bottom: 8px;
}

ol li {
	list-style-type: lower-roman;
	padding-left: 5px;
	padding-top: 5px;
	margin-left: 55px;
	margin-bottom: 8px;
}

ol li ul li {
	list-style-type: none;
	padding-left: 30px;
	margin-left: 55px;
	margin-bottom: 8px;
}

code {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

input, select, textarea {
	padding: 4px;

	background-color: #38552b;
	background-image: url( 'bg_submenu_bottom.jpg' );
	background-position: bottom right;
	background-repeat: no-repeat;

	border-style: solid;
	border-width: 1px;
	border-color: #5f7655;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b6c774;
}

select option {
	padding: 4px;
	padding-left: 8px;
}

a img {
	padding: 1px;
	border-width: 3px;
	border-style: solid;
	border-color: #b6c774;
}

p {
	margin-top: 1em;
	margin-bottom: 2em;
}

form p {
	text-indent: 0px;
}

.clear {
	height: 0px;
	clear: both;
}




.header {
	height: 200px;
	width: 770px;
	margin: auto;
	margin-top: 12px;

	background-image: url( 'header01.jpg' );
	background-repeat: no-repeat;
}

.menu {
	position: relative;
	top: 25px;
	padding-right: 50px;

	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-transform: lowercase;
	text-align: right;
}
.menu a:link,
.menu a:visited {
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;

	background-image: url( 'bg_menu.gif' );
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #fff;
	text-decoration: none;
}
.menu a:hover,
.menu a:active {
	background-position: top center;
}

.submenu {
	float: left;
	width: 180px;
	margin-top: 150px;
	padding: 0px;

	background-color: #38552b;
	background-image: url( 'bg_submenu.jpg' );
	background-repeat: repeat-y;
	background-position: top right;
}
.submenu ul {
	padding-bottom: 100px;
	padding-top: 20px;
	background-image: url( 'bg_submenu_bottom.jpg' );
	background-position: bottom right;
	background-repeat: no-repeat;
}
.submenu ul li {
	padding: 0px;
	margin: 0px;

	text-align: right;
}
.submenu ul li a:link,
.submenu ul li a:visited {
	display: block;
	width: 163px;
	height: 20px;
	padding: 5px;
	padding-right: 11px;

	background-image: url( 'bg_submenu_item.jpg' );
	background-repeat: no-repeat;
	background-position: top right;

	text-decoration: none;
	color: #fff;
	text-transform: lowercase;
}
.submenu ul li a:hover,
.submenu ul li a:active {
	background-position: top left;
}
.submenu h3 {
	text-align: right;
	padding: 0px;
	margin: 0px;
	padding-right: 20px;
	padding-top: 10px;
	color: #fff;
}

.content {
	width: 770px;
	margin: auto;

	background-image: url( 'header02.jpg' );
	background-position: top center;
	background-repeat: no-repeat;

	line-height: 175%;
}

.contenttext {
	float: left;
	margin: auto;
	width: 500px;
	padding-top: 150px;
}
.home {
	float: none;
	width: 700px;
}

.contenttext li, dd {
	padding-bottom: 10px;
	}

.contenttext dt {
	font-weight: bold;
	}

.contenttext h1 {
	padding-left: 10px;

	background-image: url(h1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 12px;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: -0.1em;
	color: #fff;
	}
.contenttext h1 span.divider {
	visibility: hidden;
}
.contenttext h1 span.subtitle {
	display: block;

	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #617856;
	margin-top: 1px;
	letter-spacing: -0.07em;
}

.contenttext h2 {
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: -0.1em;
	color: #f7ff75;
}

.contenttext a img {
	border-width: 0px;
}

.contenttext p {
	margin-left: 10px;
	margin-right: 10px;
	text-indent: 3em;
}

.contenttext form p {
	text-indent: 0px;
}

.contenttext table.wallpapers {
	margin: auto;
}
.contenttext table.wallpapers td {
	padding: 10px;
}


p.center, p.affiliates, p.codes, p.footer, p.joined {
	text-indent: 0px;
	text-align: center;
	margin: auto;
	margin-top: 1em;
	margin-bottom: 2em;
}
p.footer {
	margin-top: 15px;
}
p.codes {
	text-align: left;
	margin-left: 25px;
}
p.affiliates a {
	margin: 2px;
}




/* _____________________________________________________________________ FOOTER _________*/
div.footer {
	background-image: url( 'bg_footer.jpg' );
	background-position: top center;
	background-repeat: no-repeat;
}
div.footertext {
	padding: 50px;
}

div.footer div.box {
	float: left;
	padding: 10px;
	margin: 0px;
}

div.footer div.left {
	width: 400px;
}
div.footer div.right {
	width: 200px;
}
div.footer div.right a img {
	border-width: 3px;
}

div.footer div.wallpaper {
	padding: 10px;
	float: left;
	width: 200px;
}
div.footer div.wallpaper a img {
	border-width: 3px;
}
div.footer div.ljicon,
div.footer div.goodieslinks {
	padding: 10px;
	float: left;
	width: 100px;
}
div.footer div.goodieslinks a {
	display: block;
}

div.footer div.box p {
	text-indent: 0px;
}
div.footer div.box p.aboutfls {
	color: #788d6e;
	font-size: 10px;
}

div.footer div.box h1 {
	margin-top: 15px;
	padding: 0px;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: -0.1em;
	color: #a4c993;
}

div.footer .commonfooter {
	font-size: 9px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	text-indent: 0px;
	line-height: 1.5em;
}
div.footer a img {
	border-width: 0px;
}

span.url {
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
}