BODY {
	FONT-SIZE: 11px; 
	margin: 0px 0px 0px 0px;
	COLOR: #666666; 
	FONT-FAMILY: tahoma,arial,helvetica,serif; 
	background-color: #FFFFFF;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	text-align: center;
	scrollbar-face-color:#FFFFFF;
	scrollbar-base-color:#FFFFFF;
	scrollbar-arrow-color:#079BCD;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:#079BCD;
	scrollbar-highlight-color:#079BCD;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-Color:#FFFFFF;
}
DIV,SPAN,tr {
	font-size: 13px;
	FONT-FAMILY: tahoma,arial,helvetica,serif;
	color:#000000;
	text-align: left;
}
P {margin: 3px;}
FORM {
	margin: 0px;
}
I { font-size: 12px; color:#333333; }
EM { font-size: 12px; color:#333333; }
LEGEND {
	color: #0099FF;
}
A:link {
	COLOR: #016fb5; text-decoration: none
}
A:visited {
	COLOR: #016fb5; TEXT-DECORATION: none
}
A:hover {
	COLOR: #FF0000; TEXT-DECORATION: underline
}
A:active {
	COLOR: #FF0000; TEXT-DECORATION: none
}
#main {
	position:relative;
	margin:0 auto;
	width: 1000px;
	background: url('images/head.jpg') top left no-repeat;
	min-height: 100%; 
	height: auto;
}
/*==== CSS HEADER =====*/
#header {
	background-image: url('images/header.jpg');
	background-repeat:no-repeat;
	text-align:center;
}
#head {
	height:224px;
	position:relative;
	margin-right:40px;
	margin-top: -8px;
}
#head h1 a{
	top:30px;
	left:380px;
	text-indent:-9999px;
	position:absolute;
	outline:none;
	width:213px;
	height:156px;
	z-index:2;
}
.sitename{
	background-image: url('images/sitename-trans.png');
	background-repeat: no-repeat;
	cursor:pointer;
}
.description{
	position:absolute;
	top:0;
	text-indent:-9999px;
}
.rss_icon{
	position:absolute;
	display:block;
	background-image:url('images/flower_small-trans.png');
	width:113px;
	height:114px;
	right:15px;
	top:110px;
	z-index:10;
	text-indent:-9999px;
	outline:none;
	display:none;
	cursor:pointer;
}
#parallax{
	height:224px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	width:990px;
}


/*======== END CSS HEADER ++++++++++*/
#pagebody {
	position:relative;
	float:left;
	width:970px;
	background: url('images/bg_content.png');
	background-repeat: repeat-y;
}
#right {	
	position:relative;
	float:left;
	width:314px;
	background: url('images/bg-cloud-top-right.png') no-repeat left top;
	padding-top:40px;
}
#left {
	width:656px;
	float:left;
	position:relative;	
	padding-top:40px;
	background: url(images/bg-cloud-top-left.png) no-repeat left top;
}
.c_left {
	padding: 1px;
	width:280px;
}
.c_right {
	border: #b3d6f6 1px solid;
	padding: 1px;
}
#footer {
	background: url('images/bg-cloud_bottom.png') no-repeat left bottom;
	Height:70px;
	position:relative;
	float:left;
	width:970px;
	margin-bottom:20px;
}
#footer_bg{
	background:transparent url('images/ground3.jpg') bottom left repeat-x;
	width:100%;
	height:106px;
	margin-top:20px;
}
.ul_normal {
	list-style-type:none; 
	margin: 3px;
	padding-left: 70px;
}
.clear { clear: both; }

