@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
	background-image: url(images/fill.jpg);
	background-repeat: repeat;
	
}
a img {
	text-decoration: none;
	border: 0 none;
	}


a:link, a:visited, a:active {
	font: bold 11px/160% Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	background-color:transparent;
}

a:hover {
	background-color:transparent;
	text-decoration: none;
}

.oneColFixCtr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	height: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 1;
}
.oneColFixCtr #header {
	height: 280px;
	width: 960px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #000;
	text-align: left;
	padding-top: 20px;
	padding-left: 0px;
	z-index: 2;
}
.oneColFixCtr #title {
	height: 145px;
	width: 440px;
	position: relative;
	text-align: right;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #000;
	float: right;
	font-style: oblique;
	font-weight: bold;
	top: 0px;
	white-space: normal;
	z-index: 15;
	right: 0px;
	padding: 5px;
}
h5 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #333;
	text-align: right;
	padding-right: 0px;
}
.oneColFixCtr #infobar  {
	width: 441px;
	text-align: center;
	background-repeat: no-repeat;
	margin-top: 0;
	top: 300px;
	float: right;
	position: static;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	right: 20px;
	clear: right;
	margin-bottom: 30px;
}
.oneColFixCtr #transparency {
	filter: alpha(opacity=75);
	-moz-opacity: .65;
	opacity: 0.65;
	background-color:#EEE;
	width: 441px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #EEE;
	background-repeat: no-repeat;
	margin-top: 0;
	left: 40px;
	top: 10px;
	float: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	margin-bottom: 30px;
}
.oneColFixCtr #facebook   {
	clear: none;
	float: left;
	position: relative;
	bottom: 0px;
	color: #333;
	text-align: center;
	width: 430px;
	white-space: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align: top;
}

.oneColFixCtr #footer {
	height: 50px;
	width: 900px;
	position: relative;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #000;
	font-style: oblique;
	font-weight: bold;
	vertical-align: bottom;
	margin-right: auto;
	margin-left: auto;
	bottom: 5px;
	margin-top: 20px;
	margin-bottom: 5px;
	clear: both;
}
#apDiv1 {
	position:relative;
	left:400px;
	top:-210px;
	width:168px;
	height:168px;
	z-index:11;
	background-image: url(images/circle_10.gif);
	background-repeat: no-repeat;
}
#apDiv2 {
	position:relative;
	left:540px;
	top:-290px;
	width:168px;
	height:168px;
	z-index:11;
	background-image: url(images/circle_15.gif);
	background-repeat: no-repeat;
}

