body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	font-size: 85%;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
}

a {
	color: #9fae13;
	text-decoration: none;
}

a:hover {
	color: #5b7f93;
}


#header {
	height: 110px;
	background: #fff url('/images/style/LFHeaderBG.jpg') repeat-x scroll top center;
	padding-top: 25px;
	text-align: center;
}

#navigation {
	font-family: "AmericanTypewriter";
	font-size: 14pt;
	color: #f00;
}

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

#navigation a:hover {
	color: #9fae13;
}

#navigation a.active {
	color: #9fae13;
	text-decoration: none;
}

#navigation a:hover.active {
	color: #red;
}

#navigation ul {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}

#navigation li {
	display: inline;
	margin: 0;
	padding: 0 50px;
}

#begin_content {
	height: 27px;
	background: #fff url('/images/style/begin_content.jpg') no-repeat scroll center;
}

#content_holder {
	background: #fff url('/images/style/content_shading.jpg') repeat-y scroll top center;
	min-height: 400px;
	width: 600px;
	padding: 1px 10px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	margin: -4px 25px 0 25px;
	padding: 0 0;
}

#footer {
	background: #fff url('/images/style/footer_shading.jpg') no-repeat center;
	margin-bottom: 0px;
	height: 60px;
}

#copyright {
	width: 600px;
	margin-top: -40px;
	margin-left: auto;
	margin-right: auto;
	color: #555;
	font-size: 80%;
	text-align: right;
}

.annotation {
	/*
	float: right;
	*/
	text-align: right;
	color: #ccc;
}

dl {
	margin: 0 15px;
}

dw {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 120%;
}

dd {
	margin: 5px 15px;
	padding-bottom: 5px;
}

.news_item {
	margin-bottom: 40px;
	margin: 0 -14px 0 -14px;
	padding: 10px 10px 0px 10px;
}

.featured {
	background-color: #eaefef;
}

.odd {
	background-color: #fff;
}

.even {
	background-color: #f0fdf0;
}

.news_item .icon {
	float: left;
	position: relative;
	margin: 0 5px 0 0;
	width: 60px;
}

.detail {
	display: inline;
	margin-top: -5px;
	margin-right: -5px;
	padding-bottom: 5px;
	text-align: right;
}

.news_item .detail {
	clear: left;
}

img {
	border: 0;
}

a .detail {
	text-align: right;
}

#sidebar {
	float: left;
	width: 200px;
}

#product_images {
	text-align: center;
}

#product_images img {
	border: 1px solid #9fae13;
}

table {
	width: 80%;
	border-right: 1px solid #9fae13;
	margin: 20px auto 20px auto;
}

td {
	border-bottom: 1px solid #9fae13;
	border-left: 1px solid #9fae13;
}

th {
	background-color: #9fae13;
	padding: 2px;
}

td {
	padding: 2px;
	vertical-align: top;
	font-family: Courier;
}

.code {
	color: #9fae13;
	font-family: Courier;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}

#download {
	position: relative;
	top: -97px;
	right: 200px;
	width: 150px;
	height: 100px;
	text-align: right;
	margin-bottom: -100px;
}

#download h3 {
	margin: 0;
	padding-bottom: 5px;
}

#download p {
	margin: 0;
}

.author {
	display: block;
	color: #ccc;
	margin-top: -12px;
	font-size: 80%;
}
