body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #daeaff;
}


/*--header--*/

#header {
	background-color:#37414e;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d7477', endColorstr='#37414e'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#6d7477), to(#37414e)); 
	background: -moz-linear-gradient(top,  #6d7477,  #37414e); 
}
#menu {
	background-image: url(images/bg_menu.png);
	background-repeat: no-repeat;
	width:960px;
	height:75px;
	margin:0 auto;
}
#logo {
	float: left;
	width: 300px;
	margin:15px 0 15px 30px;
}
#pages {
	float: right;
	width: 245px;
	margin-top:20px;
}

.page_links a{
	padding-right:10px;	
	text-decoration:none;
	color:#FFF;
	font-weight:bold
}

.page_links a:hover{
	color:#eeeed9;
}

#welcome{
	width:900px;
	margin:0 auto;
}

.welcomeMessage{
	color:#f2f2f2;
	line-height:20px;
}
.welcomeMessage strong{
	color:#eeeed9;
}

#intro{
	width:425px;
	padding:2px 0 20px 0;
	
}

#slideshow{
	margin:8px 4px 0 0;
	width:450px;
	height:280px;
	background-image:url(images/bg_slideshow.png);
	background-repeat:no-repeat;
	float:right;
	
}

#slideshowHolder{
	
	border:2px solid #eeeed9;
}

.ft-title { padding: 5px 5px; width: 440px; text-align: left; font-size:12px; }

/*--body--*/


#labelWrap{
	width:900px;
	margin:0 auto;
	padding-top:20px;	
}

#label{
	padding:5px 0;
	color:#C00;
	width:900px;
	font-size:18px;
	font-weight:bold;
	
}

#content{
	padding-top:20px;
	width:900px;
	height:500px;
	margin:0 auto;
	position:relative;
	background-image:url(images/cloud.png);
	background-repeat:no-repeat;
	background-position:bottom;
}



#area1{ width:280px; float:left; margin-bottom:50px; position:relative; }
#area2{ width:280px; margin:0 auto; position:relative;}
#area3{ width:280px; float:right; position:relative; }

#areaInside{ width:270px; margin:0 auto;}
#areaInside p{font-size:12px; text-align:right; color:#666;}
#areaInside h3{ccolor:#333; font-size:14px; text-transform:uppercase; padding:5px 0;}
#areaInside li{color:#003; font-size:16px; font-weight:bold; list-style-image:url(images/list_icon.png);}

/*--footer--*/

#footer{
	height:200px;
	clear:both;
	background-color:#37414e;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37414e', endColorstr='#6d7477'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#37414e), to(#6d7477)); 
	background: -moz-linear-gradient(top,  #37414e,  #6d7477); 
}
