body{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #eee;
	color: #444;
	font-size: 75%;
	margin:0px;
	padding:0px;
}
/* ------ Header ------ */
#header {
	width: 950px;
	height: 108px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	border-color: #e8f0f6;
	border-style: none solid solid;
	border-width: medium 1px 0px;
	background:url(../images/header_bg.jpg) repeat-x;
}

#logo {
	width: 950px;
	padding-left:15px;
	padding-top:15px;
	text-align:center;
}
#quick_link{
	color:#069;
	padding-top:75px;
	float:right;
	width:200px;
}
.menu{
	color:#069;
	font-family:arial;
	font-size:12px;
	text-decoration:none;
}
.menu:hover{
	text-decoration:underline;
}

/* ------ Body ------ */
#body_content{
	width:950px;
	height:370px;
	background-color: #fff;
	border-color: #e8f0f6;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
div#container {
	padding: 15px 20px 20px 20px;
}
#textbox_right
{
	background-image:url(../images/warp_bg.gif);
	width:240px;
	height:318px;
	float:right;
	padding: 15px;
	margin-right: 20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
h1 { 
	font-size:18px;
	color:#c90505;
}

.header_black{
	color:#333;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}
.header_red{
	color:#C30;
	font-family:Arial;
	font-size:26px;
	font-weight:bold;
	display:block;
	padding-bottom:10px;
	text-decoration:none;
}



/* ------ Slide ------*/

#slideshow {
    position:relative;
    height:350px;
	float:left;
}

#slideshow IMG {
	position:absolute;
	top:0px;
	left:27px;
	z-index:8;
	opacity:0.0;
	height: 347px;
	width: 611px;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* ------ Footer ------ */
.footer {
	padding-top: 20px;
	height: 80px;
	color: #7a7a77;
	font-family:arial;
	clear: both;
	width: 950px;
	background:url(../images/footer_bg.gif) repeat-x;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}