body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 25px;
	color: #999999;
	//white-space: nowrap;
	margin: 0 auto;
	padding: 0;
	background-color: #8cc63e;
}

pre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	white-space: normal;

}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: 100;
}

ol {
	margin: 6px 0px 9px 6px;
}

a {
	color: #6699FF;
}

a:hover {
	color: #FF9933;
	text-decoration: none;
}

.green {
	color: #8cc63e;
}

.black {
	color: #000000;
}

.fontsize10 {
	font-size: 10px;
}

.resources {
	color: #8cc63e;
}

.resources td, .resources th {
	font-size: 13px;
	line-height: normal;
	padding: 6px 2px 12px 2px;
	color: #8cc63e;
}


.borderless td, .borderless th {
	padding: 5px 0px 5px 0px;
	line-height: normal;
	font-size: 13px;
}

.cart {
	font-size: 13px;
	line-height: normal;
}

.cart td, .cart th {
	padding: 5px 10px 5px 10px;
}

.cart th{
	color: #8cc63e;
	font-weight: 100;
	background-color: #f3f9eb;
	
}

#left {
	height:100%;
	width:29%; 
	background-color: #8cc63e; 
	float: left;
	text-align: right;
	color: #ffffff;
}

#right {
	height:100%;
	width:71%;
	float: left;
	background-color: #ffffff;
}

#main {
	margin: 0 auto;
	height: 100%;
	overflow: auto;
	background-image:url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#header {
	margin: 0 auto;
	width: 780px;
	text-align: left;
	padding: 55px 0px 0px 115px;
	background-image:url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#holder {
	margin: 0 auto;
	width: 780px;
	background-image:url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#navigation {
	margin: 0 auto;
	float: right;
//	float: none;
	width: 190px;
	height: 100%;
	font-size: 15px;
	line-height: 27px;
	text-align: right;
	padding: 20px 20px 0px 0px;
	white-space: normal;
}

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

#navigation a:hover {
	color: #e8f4d8;
}

#content {
	margin: 0 auto;
	float: left;
	width: 500px;
	padding: 20px 0px 100px 30px;
	background-color: #ffffff;
	white-space: normal;
}

#detail_box {
	width: 470px;
	padding: 20px 30px 30px 30px;
	margin: 0px 0px 0px -30px;
	background-color: #a8d66b;
	color: #ffffff;
	line-height: 20px;
	font-size: 14px;
	line-height: normal;
	overflow: hidden;
	height: auto;
}

#detail_box a {
	color: #ffffff;
}

#detail_box a:hover {
	text-decoration: none;
}