@charset "utf-8";
/* CSS Document */

body,p,div,ul,li{
	padding:0;
	margin:0;
}
img{
	border:none;
}

body{
	background-image:url(../images/bgimage2.gif);
	background-position:center top;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#eeeeec;
	margin:0 auto;
}
div.container{
	width:886px;
	margin:0 auto;
}
#contentwrap{
	width:886px;
	background-color:#FFF;
	margin:0 auto;
	margin-bottom:20px;
	clear:both;	
}
#content{
	background-color:#FFF;
	width:884px;
	background-image:url(../images/sunlogo.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	border-left: #7f8e88 solid 1px;
	border-right: #7f8e88 solid 1px;
	min-height:935px;
}
#contenttext{
	color:#000;
	text-align:justify;
	line-height:30px;
	width:550px;
	margin-left:50px;
	margin-top:20px;
	margin-right:25px;
}
#contentbordertop{
	width:886px;
	height:14px;
		}
#contentborderbottom{
	width:886px;
	height:18px;
	clear:both;
	}

#welcome{
	width:625px;
	padding-left:35px;
	float: left;
	margin-top: 50px;
}
	
#uppernav{
	float:right;
	height:32px;
	margin-right: 10px;
}
#navbar{
	width:549px;
	float:right;
	margin-top: 121px;
	margin-left:9px;
}
#logo{
	width:328px;
	height:153px;
	float:left;
	
}
#banner{
	width:834px;
	margin:0 auto;
	height:158px;
	padding-top:10px;
}

#photobox{
	width:379px;
	color:#f0f2d9;
	border-left:#adc2ba solid 1px;
	border-right:#adc2ba solid 1px;
}
#photoboxall{
	margin-right: 23px;
	float:right;
}
#photoboxtop{
	width:381px;
	height:12px;
	
}
#photoboxbottom{
	width:381px;
	height:15px;
	
}
#photobox img{
	border: #134f38 solid 1px;
	}

#rightbox{
	width:197px;
	float:left;
	height:430px;
	margin-left: 3px;
	margin-top: 30px;
}
#rightbox img{
	margin-top:5px;
	margin-bottom: 5px;
	
}
#footer{
	background-image:url(../images/footerbox.gif);
	background-repeat:no-repeat;
	font-color:#999999;
	font-size:10px;
	width:886px;
	height:69px;
	padding-top: 30px;
	
}


	
	
