* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #ffffff url(images/body-bg7.jpg) center top no-repeat;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #000000;
}

a {
	color: #446DA1;
}

a:hover {
	color:#388D49;
}


/* Boxed */

.title {
	border-bottom: 0px solid #CFCFCF;
}

.boxed1 .title {
	font:  16px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed1 .content {
	padding: 20px 7px 10px 7px;
}

.boxed2 .title {
	font: normal 182% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed2 .content {
	background: url(images/img06.gif) repeat-x left bottom;
	padding: 20px;
}

.boxed3 .title {
	font: normal 129% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxed3 .content {
	padding: 20px;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}


/* Header */

#header {
	width: 760px;
	height: 80px;
	margin: 0 auto;
	border-bottom: 2px solid #99C492;
}

#logo {
margin:0px 0 0 5px;
}

.menu-top {
	float:right;
	margin-top:60px;
	#margin-top:0;
}

.menu-top a{
	color:#654015;
	text-decoration:none;
	#padding-bottom:5px;
}

.menu-top a:hover{
	color:#ffffff;
	background: #388D49;
}

.menu-top li{
	display:inline;
	padding-right:10px;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url(images/page-bg.gif) repeat-y;
	border-top: 0px solid #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 480px;
	padding: 20px;
	border-bottom: 1px solid #FFFFFF;
	background: url(images/tree-lg.png)no-repeat left bottom;
}

#content p, #content ol, #content ul {
	line-height: 152%;
}

#content2 p, #content ol, #content ul {
	line-height: 152%;
	padding-left:10px;
}

.screen {
	width:440px;
	height:510px;
	background: url('images/screen.jpg');
}

#flash {
	padding:43px 0 0 22px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	padding: 10px;

}

/* News */

#news {
	padding-top: 10px;
	padding-bottom: 0;
}

#news ul {
	list-style-type: disc;
	margin-left:10px;
}

#news li {
	margin-bottom: 15px;
}

#news h3 {
	margin-bottom: 10px;
	font-size: 92%;
}

#news h3 a {
	display: block;
}

#news p {
	font-size: 12px;
}

#news a {
	padding:3px 3px 5px 15px;
	background: url(images/img4.gif) no-repeat left center;
}

/* Welcome */

#welcome {
	margin-bottom: 20px;
}

/* Samples */
.thumbs-wrapper {
	text-align:center;
}

.thumbs-wrapper .thumbs-left {
	margin:20px 0 0 0px;
	float: left;
	width: 140px;
}
.thumbs-wrapper .thumbs-center {
	margin:20px 0 0 30px;
	float: left;
	width: 140px;
}

.thumbs-wrapper .thumbs-right {
	margin:20px 0 0 0px;
	float: right;
	width: 140px;
}

#sample1, #sample2 {
	float: left;
	width: 230px;
}

#sample1 {
}

#sample2 {
	margin-left: 20px;
}

.name {
color:#2E5F26;
}

/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 2px solid #99C492;
}

#footer p {
	text-align: center;
	font-size: 77%;
}