/* CSS Document */
body{
	font-family: Helvetica, sans-serif; 
	color:#666; 
	font-size:14px; 
	line-height:1.625em; 
	word-spacing:0.025em; 
	height:700px; 
	margin:0; 
	padding:0;
}

a {
	text-decoration:none;
	color: #00adef;
	}
a:hover {
	text-decoration:underline;
	color: #00adef;
}

h2{
	font-size:22px;
	font-weight:normal;
	letter-spacing:.1em;
	color: #00adef;
	margin:0;
}

h3{
	font-size:14px;
	color:#00adef;
}

.totop{
	margin-top:-20px;
	font-size:11px;
}

#header{
	padding-top:15px; 
	height:120px;
	width:950px; 
	margin:0 auto; 
	background-image:url(images/sunriselogo.jpg); 
	background-position:left; 
	background-repeat:no-repeat;
}

#line{
	border-bottom:1px dotted #66CCFF; 
	width:100%;
}

#content{
	padding-top:10px; 
	width:950px; 
	margin:0 auto;
}

#content #col_l{
	float:left; 
	width:175px; 
	margin-right:20px; 
	font-size:13px; 
	font-weight:600; 
	letter-spacing:.1em; 
	line-height:1.45em; 
}

#content #col_r{
	float:left; 
	width:505px;
}

#img_col{
	float:right; 
	margin-left:15px; 
	width:200px;
	height:100%;	
}

#footer{
	width:950px; 
	margin:0 auto;
}

#bottom_bg{
	background:url(images/bg.png); 
	background-repeat:no-repeat; 
	background-position:fixed bottom left; 
	width:100%; 
	height:200px;
}