body {
	background-image: url(images/bg.gif);
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
table, td, tr {
	padding: 0px;
	margin: 0px;
	}
#container{
}
#header{
	background: url(images/banner_bg.jpg) repeat-x bottom !important;
	background: url(images/banner_bg2.jpg) repeat-x top;
	padding: 0px;
	margin: 0px;
	height: 139px; 
}
#content{
	width: 881px;
	margin-left: auto; 
	margin-right: auto;
}
#leftBox{
	margin-top: 0px;
	float:left;
	width: 189px;
	background:#55d5fd url(images/leftBoxShw.jpg) repeat-y right top;
	color: #fff;
	font-size:14px;
	padding-left: 5px;
	line-height: 16px;
}
#leftBox h1{
	background: url(images/leftBoxTop.jpg) no-repeat right top;
	padding-top: 5px;
	
	}
#leftBox .last
{
	background: url(images/leftBoxBottom.jpg) no-repeat left bottom;
	padding-bottom: 20px;
}
#rightArea{
	float: right;
	margin-top: 0px ;
	background: #fafafa url(images/rightAreaShdw.jpg) repeat-y right top;
	width: 680px;	
}
#rightArea h1{ 
	background: url(images/rightAreaTop.jpg) no-repeat right top;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom:0px;}
#rightArea p{
	padding-left: 20px;
	padding-right: 30px;
	padding-top: -20px;
	margin:0;
	color:#333333;
	line-height: 22px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#rightArea ul{
	/*line-height: 20px;*/
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#rightArea .last
{
	background: url(images/rightAreaBottom.jpg) no-repeat right bottom;
	padding-bottom: 20px;
}
#photoArea{
	float: right;
	margin-top: 0px ;
	/*background: #fafafa url(images/rightAreaShdw.jpg) repeat-y right top;*/
	width: 760px;	
}
#photoArea .last
{
	/*background: url(images/rightAreaBottom.jpg) no-repeat right bottom;*/
	padding-bottom: 20px;
}
#footer{
	float: right;
	width: 693px;
	margin-top: 5px;
	color: #55d5fd;
	font-size: 13px;	
}
#footer a{
	text-decoration: none;
	color: #bebebe;
	font-size: 16px;
}
#footer a:hover{
	color: #55d5fd;}
.floater-left {
	float: left;
	/*border:  1px solid #c0c0c0;*/
	background-color: #fff;
	padding:4px;
	margin: 2px 10px 0 0px !important;
	margin: 2px 5px 0 0px;
}
.floater-right {
	float: right;
	/*border:  1px solid #c0c0c0; */
	background-color: #fff;
	padding:4px;
	margin: 2px 0 0 10px !important;
  	margin: 2px 0 0 5px;
}