/* background */
BODY {
	top-margin: 5px;
	background-image: url(../images/page_bg.png);
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-position:center top;
	font-family: "Trebuchet MS", Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
/* text */
h1 {
	font-size: 200%;
	font-family: "Trebuchet MS", Arial, "Sans Serif";
	margin-top:0px;	
}
h2 {font-size: 120%; margin-top:10px; margin-bottom: 10px; font-family: "Trebuchet MS", Arial,"Sans Serif"; color:#ffffff;}
h3 {font-size: 110%; margin-top:10px; margin-bottom: 6px; font-family: "Trebuchet MS", Arial,"Sans Serif"; color:#ffffff; font-weight:bold;}

p {line-height: 1.7em; margin: 0 0 0px 0;}

ul
{
list-style-image: url(../images/list.gif);
line-height: 1.7em; margin: 0 0 5px 0;
padding-left: 24px;
}


/* header */
#header {
	text-align: center;
	width: 880px;
	height: 85px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(../images/logo_header.gif);
	background-repeat:no-repeat;
	background-position:center;
}

/* content */
#content {
	width: 880px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	
}

/* leftcont */
#lefcont-wrap {
	float: left;
	width: 555px;
	height: auto;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
}
#leftcont-top {
	width: 555px;
	height: 17px;
	background-image: url(../images/leftcont_top_bg.png);
	background-repeat: no-repeat;
	margin-left:0px;
}
#leftcont {
	position:relative;
	width: 455px;
	min-height: 422px;
	background-image: url(../images/leftcont_cont_bg.png);
	background-repeat: repeat-y;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 6px;
	padding-bottom:20px;
}
#leftcont-bottom {
	width: 555px;
	height: 17px;
	background-image: url(../images/leftcont_btm_bg.png);
	background-repeat: no-repeat;
	margin-left:0px;
}
#leftcont-footer {
	width: 542px;
	height: 25px;
	margin-top:6px;
	margin-left:12px;
	text-align: left;
	font-size: 90%; color: #999;
}

/* rightcont */
#rightcont-wrap {
	float: left;
	width: 315px;
	height: auto;
	padding-right: 0px;
	padding-left: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
}
#rightcont-top {
	width: 315px;
	height: 17px;
	background-image: url(../images/rightcont_top_bg.png);
	background-repeat:repeat-x;	
}
#rightcont {
	text-align:center;
	width: 265px;
	height: 440px;
	background-image: url(../images/rightcont_cont_bg.png);
	background-repeat: repeat-y;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#rightcont-bottom {
	width: 315px;
	height: 17px;
	background-image: url(../images/rightcont_btm_bg.png);
	background-repeat: no-repeat;
}
#rightcont-footer {
	width: 303px;
	height: 25px;
	margin-top:8px;
	margin-right:12px;
	text-align: right;
}

/* footer */
#footer {
	clear: both; 
	padding-top: 10px;
	padding-right:15px;
	
	width: 865px;
	height: 34px;
	margin-right: auto;
	margin-left: auto;
}

/* text-footer */
#text-footer {
	width: auto;
	height:auto;
	position: absolute;
	bottom: 0px;
}
