/*This is the core style sheet of the site.*/

body {
	margin: 5;
	background-color: #95b7cd;
	color: #333333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
		h1 {
			font-size: 1.2em;
			text-align: left;
			font-style: italic;
			letter-spacing: 5px;
		}
		h2 {
			font-size: 1.1em;
			font-style: italic;
			text-decoration: underline;
		}
		p {
			font-size: .8em;
			text-align: justify;
			line-height: 1.7em;
		}

	p.footer {
	font-size: .5em;
	text-align: center;
	font-weight: bold;
}
	
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #3ccc7f0;
}
a:hover {
	color: #cc3319;
}
a:active {
	color: #3ccc7f0;
}

#header {
	background-color: #ffffff;
	border-bottom: 1px #000000 solid;

}
#navbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 198px;
}	
#content {
	position: relative;
	width: 779px;
	left: 15px;
	top: -75px;

}

#outer-image {height: 199px;
	background-image: "http://www.oocities.com/ualevi/images/fw2.jpg";
	background-repeat: no-repeat;
	background-position: right top;
}
#inner-image {height: 199px;
	background-image: "http://www.oocities.com/ualevi/images/fw2.jpg";
	background-repeat: no-repeat;
	background-position: left top;
}
#imagestrip {height: 284px; width: 1479;
	background-image: "http://www.oocities.com/ualevi/newhome/images/wwharbor_3.jpg";
	background-repeat: no-repeat;
}

#main-text {
	padding: 10px;
	background-color: #ffffff;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	margin-left: 198px;
}
