@charset "UTF-8";
/* CSS Document */

body {
	width: 100%;
	height: 100%;
	color: #000;
	background-color: #000;
}

a:link { text-decoration: underline; color: #000000; }
a:active { text-decoration: none; }
a:visited { text-decoration: underline; color: #666; }
a:hover { text-decoration: none; background-color: #ff0;}


p {
	text-indent: 10px;
	margin-top: 0;
	text-align: justify;
	margin-bottom: 14px;
}

div.logo {
	float:inherit;
	top: 33px;
	position: relative;
}

div.nav {
	top: 54px;
	position: relative;
	height: 27px;
}

div.contentInd {
	top: 97px;
	border: 1px solid #fff;
	padding: 3px;
	width: 850px;
	height: 500;
	position: relative;
	background-color: #fff;
}

div.contentClip {
	top: 97px;
	border: 1px solid #fff;
	padding: 3px;
	width: 640px;
	position: relative;
	background-color: #000;
}

div.contentCont {
	top: 97px;
	border: 1px solid #fff;
	padding: 3px;
	width: 850px;
	height: 500px;
	position: relative;
	background: url(images/OKA_contact_bg.jpg) no-repeat scroll;
}

div.content {
	top: 70px;
	border: 1px solid #fff;
	padding: 3px;
	width: 850px;
	height: 500px;
	position: relative;
	background-color: #000;
}

.leftCol {
	padding-right: 5px;
	width: 410px;
	height: 328px;
	padding-left: 10px;
	text-align: left;
	font: 13px/16px Georgia, "Times New Roman", Times, serif;
	background-color: #fff;
}

.rightCol {
	padding-left: 5px;
	width: 410px;
	padding-right: 10px;
	text-align: left;
	font: 13px/16px Georgia, "Times New Roman", Times, serif;
	background-color: #fff;
}

#credit {
	font: 11px/14px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin-top: 16px;
	margin-bottom: 16px;
	position: relative;
	text-align: left;
}

#creditAlt {
	font: 11px/14px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin-top: 16px;
	margin-bottom: 16px;
	position: relative;
	top: 70px;
}
.contact {
	font: 26px/46px Georgia, "Times New Roman", Times, serif;
	color: #000;
	top: 210px;
	position: relative;
}

div.enter {
	color: #fff;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	position: relative;
	top: 110px;
}

div.footer {
	font: 9px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #bebebe;
	top: 190px;
	position: relative;
}

