body {
	padding: 0;
	margin: 0;
	font-family: Trebuchet MS,Arial,Helvetica,Verdana,Geneva,sans-serif;
	text-decoration:none;
	font-size: 12px;
	background:#008cd0;
	color:#333;
}

a {
	color: #008cd0;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:0;
}

/**
 * Block types h1-h6, pre, p and address can be used in Lemon's editor and
 * you can customize their names by altering the comment behind the rule.
 * See the example below! Note: The rule must be on ONE line to work in Lemon.
 */
h1 { text-transform:uppercase; font-weight:normal; font-size: 18px; margin: 0; padding:10px 0 10px 0; font-family: Trebuchet MS ,Arial,Helvetica,Verdana,Geneva,sans-serif;} /* Heading 1 */
h2 { font-size: 16px; margin: 0; padding:3px 0 3px 0; font-family: Trebuchet MS, Arial,Helvetica,Verdana,Geneva,sans-serif;} /* Heading 2 */
h3 { font-size: 14px; margin: 0; padding:3px 0 3px 0; font-family: Trebuchet MS, Arial,Helvetica,Verdana,Geneva,sans-serif;} /* Heading 3 */
h4 { font-size: 11px; margin: 0; padding:3px 0 3px 0; font-weight:bold; font-family: Trebuchet MS, Arial,Helvetica,Verdana,Geneva,sans-serif;} /* Heading 4 */
p { margin: 0; padding: 0 0 10px 0; line-height: 18px; } /* Paragraph */

/**
 * Styles can also be included in Lemon's editor with custom names.
 * See the example below!
 */
.small { font-size: 9px; } /* LemonStyle: Small text */


#wrapper {
	width: 850px;
	padding: 0px;
	margin: auto;
	margin-top:20px;
}

#header {
	clear: both;
	padding: 0px;
	background:#fff;
	height:270px;
}

#menuheader {
	float:left;
	height:70px;
	width:850px;
	background:#fff;
	margin:auto;
}

#menu {
	float:right;
	font-size:14px;
	margin:0;
	height:25px;
	margin-right:-18px;
}

.space-01 {
	height:42px;
	width:2px;
}

#menu .item{
	float:left;
	padding: 0 1px 0 1px;
	height:25px;
}

#menu .item a {
	background:#e6e6e6;
	padding:4px 25px 5px 25px;
	color:#000;
	display:block;
}

#menu .item a:hover {
	text-decoration:none;
}

#menu .active{
	color:red;
}

#main {
	padding: 10px 10px 20px 50px;
	clear:both;
	background:#fff;
}

#footer {
	font-size: 12px;
	text-align: left;
	color:#fff;
	width:850px;
}

#footercontent {
	float:left;
	width: 530px;
	padding:6px;
	padding-left:0;
	margin:0;
}

#footercontent a { color: white }

#authorfooter {
	float:right;
	width:300px;
	padding:8px 0 6px 6px;
	font-size:10px;
	text-align:right;
}

#authorfooter a {
	color:#a7e2ff;
}

#logobox {
	float:left;
	width:143px;
	height:65px;
	margin:6px 0 0 14px;
	z-index:1;
	position:absolute;
}

#flashheader {
	float:left;
	width:850px;
	height:200px;
	position:relative;
	z-index:-1;
}

#left_head {
	float:left;
	width:18px;
	height:70px;
	background-image:url(../img/left_head.jpg);
}

#right_head {
	float:right;
	width:18px;
	height:70px;
	background-image:url(../img/right_head.jpg);
	z-index:-1;
}

#content_left {
	float:left;
	width:530px;
	border-right:1px solid #666;
	padding:0px 25px 0 0;
}

#content_right {
	float:right;
	width:200px;
	margin:0px 10px 0 0;
	font-size:14px;
} 

#content_right ul li {
	list-style-type:square;
}

#white_footer {
	margin:auto;
	width:850px;
	background:#fff;
	height:20px;
}

#headline {
	width:755px;
	margin:0;
	border-bottom:1px solid #666;
	margin-bottom:20px;
}