@charset "UTF-8";

body {
	text-align: center;
}	

div#main {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	top: 0;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #00404D;
	
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #477CC2;
	}
#main #left {
	background-image: url(WebImages/left.gif);
	background-repeat: repeat-y;
	position: absolute;
	height: 800px;
	width: 60px;
	left: 0px;
	top: 0px;
}
#main #left {
	background-image: url(WebImages/left.gif);
	background-repeat: repeat-y;
	position: absolute;
	height: 1000px;
	width: 60px;
	left: 0px;
	top: 0px;
	z-index: 2;
}
#main #right {
	background-image: url(WebImages/right.gif);
	background-repeat: repeat-y;
	position: absolute;
	height: 1000px;
	width: 60px;
	top: 0px;
	left: 959px;
	z-index: 3;
}
#main #leftmenu {
	position: absolute;
	height: 300px;
	width: 155px;
	left: 80px;
	top: 230px;
}
#main #thinline {
	background-image: url(WebImages/tealline.jpg);
	background-repeat: repeat-y;
	position: absolute;
	width: 49px;
	left: 242px;
	top: 230px;
}
#main #content {
	position: absolute;
	width: 650px;
	left: 300px;
	top: 230px;
}
#main #top {
	background-color: #00414D;
	background-image: url(WebImages/womanglasseswide.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 217px;
	width: 900px;
	top: 0px;
	left: 59px;
	z-index: 1;
}
#main #top #years {
	background-image: url(WebImages/10years.png);
	position: absolute;
	height: 75px;
	width: 77px;
	right: 6px;
	bottom: 21px;
	background-repeat: no-repeat;
}
