@charset "UTF-8";

body {
	margin: 0px;
	font-family: Lucida Grande,Lucida Sans Unicode;
	font-size: 13px;
	text-align: left;
	padding: 0px;
	height: 100%;
	width: 100%;
	color: #999999;
	background-color: #FFFFFF;
}
p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 18px;
}
ul {
	list-style-type: none;
	line-height: 21px;
	margin: 0px;
}	
h1 {
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 903px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin-top: 0; /* the auto margins (in conjunction with a width) center the page */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container {
	height: 620px;
	width: 900px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 80px;
}
#container #content ul {
	list-style-type: none;
	padding-left: 0px;
}
#container1 {
	height: 620px;
	width: 900px;
	background-color: #FFFFFF;
	padding: 0px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/eyecontact_photography.jpg);
	background-repeat: no-repeat;
	margin-top: 80px;
}
#containerPromo {
	width: 900px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 80px;
}
#header {
	color:#666666;
	font-size: 24px;
	padding-bottom: 37px;
	padding-top: 20px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#title {
	float: right;
	padding-right: 37px;
	padding-top: 13px;
}
#nav {
	float: left;
	width: 173px;
	color: #333333;
	margin: 0px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 37px;
	height: 515px;
}
#flashcontent {
	float: left;
	height: 500px;
	width: 650px;
}
#content {
	float: left;
	height: 445px;
	width: 588px;
	padding-left: 30px;
	padding-right: 30px;
	color: #333333;
	margin-top: 18px;
	padding-top: 10px;
	overflow: auto;
}
.bkg1 {
	background-image: url(../images/bkg1.jpg);
	background-repeat: no-repeat;
}
.splash {
	background-image: url(../images/splsh.jpg);
}
.bkg2 {
	background-image: url(../images/bkg2.jpg);
	background-repeat: no-repeat;
}
.bkg3 {
	background-image: url(../images/bkg3.jpg);
	background-repeat: no-repeat;
}
.bkg4 {
	background-image: url(../images/bkg4.jpg);
	background-repeat: no-repeat;
}
#footer {
	clear: left;
	text-align: right;
	width: 900px;
	color: #CCCCCC;
	font-size: 9px;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
em {
	font-style: italic;
	color: #999999;
}
