body {
	background-color: #222222;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
}
#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 75px;
	background-image: url(img/eyetee-black-logo.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
}
#navigation {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
	position: relative;
}
#nav_button {
	width: 100px;
	height: 25px;
	float: left;
	margin-left: 50px;
}
#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#blue_bg  {
	width: 800px;
	height: 100px;
	background-image: url(img/blue-background.jpg);
	margin: 0;
}
#blue_bg  p {
	padding-top: 30px;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding-right: 15px;
	float: right;
	text-align: right;
	color: #333;
}
#white_bg {
	width: 390px;
	height:auto;
	background-color: #FFF;
	float: left;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 10px;
	color: #333;
	font-size: 12px;
}
#white_bg_2 {
	width: 390px;
	height:auto;
	background-color: #FFF;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 0px;
	color: #333;
	font-size: 12px;
}
.tl {	background: url(img/tl.gif) 0 0 no-repeat}
.tr {
	background: url(img/tr.gif) 100% 0 no-repeat;
	padding: 10px;
	text-align: left;
}
.bl {	background-image: url(img/bl.gif);background-repeat: no-repeat;
	background-position: left bottom;
}
.br {
	background: url(img/br.gif) 100% 100% no-repeat;
	width: 390px;
}

.clear_floats {
	clear:both;	
}
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
	font-size: 9px;
	text-align: center;
	color: #999;
	margin-top: 15px;
	position: relative;
	margin-bottom: 15px;
}
#footer a {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
	font-size: 9px;
	text-align: center;
	color: #CCC;
	text-decoration: none;
}
#footer a:visited {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
	font-size: 9px;
	text-align: center;
	color: #CCC;
	text-decoration: none;
}

#footer a:hover {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
	font-size: 9px;
	text-align: center;
	color: #CCC;
	text-decoration: underline;
}

