@charset "utf-8";
/* CSS Document */
body {
	background:url(../images/bg_sky_texture.jpg) fixed;
	margin-top:20px;
}	
.title {
	font-size:34px;
	color: #1f6391; 
	line-height: 60px;
	width:740px;
	text-align:left;
	background-color:#FFFFFF;
}
.nav {
	font-size:16px;
	text-align:left;
	width:740px;
	height:30px;
	
}	

a {
	color: #000066;
	text-decoration:none;
}

a link {
	color: #000066;
	text-decoration:none;
}
a:hover {
	color: #0099ff;
	text-decoration:underline;	
}

.frame {
	width:800px;
	height:auto;
	padding-bottom:30px;
	background-color:#FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}	
.main {
	background-color:#efefef;
	width:700px;
	height: 500px;
	padding:20px;
	text-align:left;
}

.main img {
	float:left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */

}
.photos {
	background-color:#efefef;
	width:700px;
	height: auto;
	padding:20px;
}
.photos img {
	padding:10px;
	border: solid #FFFFFF 1px;
}	
.right {
	position:relative;
	float:right;
	width: 270px;	
	height:355px;
}	
p {
	font-size: 22px;
	color:#1f6391;
}	
.small {
	font-size: 18px;
	line-height:30px;
	color:#1f6391;
}
.footer {
	position:relative;
	height:auto;
	width:700px;
	left: 10px;
	top: 20px;
}	
