/* CSS Document */

#wrapper {
	position:relative;
	left:0px;
	top:0px;
	width:640px;
	height:480px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 3px solid #000000;
	background-color: #FFFFFF;
}

#coxyLogo_ {
	position:absolute;
	left:0px;
	top:0px;
	width:307px;
	height:80px;
}

#spacerOnTop_ {
	position:absolute;
	left:307px;
	top:0px;
	width:333px;
	height:15px;
}

#image1_ {
	position:absolute;
	left:307px;
	top:15px;
	width:333px;
	height:65px;
}

#image2_ {
	position:absolute;
	left:0px;
	top:80px;
	width:640px;
	height:168px;
}
body {
	background-color: #666666;
}
#bodytext {
	position: absolute;
	width: 35%;
	top: 300px;
	left: 55%;
	text-align: right;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}
#slogan {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	position: absolute;
	width: 35%;
	top: 320px;
	left: 10%;
	text-align: center;
	
}
a:link {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

a:visited {
	color: #333333;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	clear: both;
	vertical-align: bottom;
	height: 20px;
	width: 640px;
	color: #000000;
	top: 96%;
	position: relative;
}
#line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	left: 48%;
	position: absolute;
	height: 160px;
	width: 5px;
	top: 275px;
}
