@charset "UTF-8";

/* @override http://www.netstart.com.au/2eyes/2eyes-styles.css */

body {
	margin: 0px;
	padding: 0px;
	background: #1a1a1a url(image/twoeyes-bgd-tile.gif) repeat-x fixed left top;
	font: 13px /*"Trebuchet MS", */Tahoma, Geneva, Arial, Helvetica, sans-serif;
	behavior: url(csshover.htc);
	color: #CCCCCC;
}

a:link, a:visited {
	color: #CE1624;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}

img {
	border: none;
}

#border {
	padding: 0px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	height: 100%;
}
#box {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	top: 0px;
	position: relative;
	left: 0;
}


#footer {
	clear: both;
	width: 100%;
	margin: 10px 0 20px;
	float: left;
	font-size: 10px;
	text-align: center;
}
#eyelogo {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 100%;
	text-align: left;
	height: 255px;
	border-bottom: 1px solid #666;
	padding-bottom: 20px;
}
#eyelogo  img {
	margin-left: 10px;
}

#eyelogo .title-quote {
	position: absolute;
	font-size: 20px;
	color: #FFF;
	text-transform: capitalize;
	bottom: 15px;
	right: 10px;
}

#content {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 310px;
	text-align: justify;
}
#content .title {
	position: absolute;
	height: 110px;
	width: 300px;
	background: #990000 url(image/title-bgd-tile.gif) repeat-x left top;
	border: 1px solid #181818;
}
.twoeyes-txt {
	font-weight: bold;
	color: #FFFFFF;
}
#content .title img {
	float: left;
	margin-left: 20px;
	margin-top: 80px;
}
.text  {
	margin-top: 0px;
	padding-top: 0px;
	text-align: justify;
	float: left;
}
#content .text p.top {
	margin-top: 0px;
	padding-top: 0px;
}

#eyelogo .banner {
	position: absolute;
	color: #FFF;
	right: 0;
	top: -28px;
}

