@charset "UTF-8";
/* CSS Document */

<style type="text/css">
<!--
#container {
	height: 1000px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
	border: .5px dotted #0000FF;
}
#headerlogo {
	float: left;
	height: 135px;
	width: 325px;
	padding-right: 15px;
	clear: right;
	z-index: 20;
	top: 0px;
	left: 40px;
	position: absolute;
	padding-top: 10px;
}
#photo_text {
	height: auto;
	width: auto;
	position: relative;
	top: 212px;
}
#maincontext {
	float: left;
	height: auto;
	width: 650px;
	border-right-width: .5px;
	border-right-style: dotted;
	border-right-color: #999999;
	position: relative;
	top: 10px;
	padding-right: 10px;
	margin-left: 40px;
}
#navbar {
	background-image: url(webroot/images/navbar.png);
	height: 60px;
	width: 920px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 10;
	background-repeat: no-repeat;
	margin-top: 150px;
	position: absolute;
	left: 40px;
}
body {
	background-color: #D2D2D2;
	background-image: url(webroot/images/topbodybkgnd.png);
	background-repeat: repeat-x;
}
.navbar_choices {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000033;
	font-size: 18px;
}
#container #navbar .navbar_choices {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000033;
	padding: 1px;
	cursor: crosshair;
	filter: Xray;
	border: 0.5px none #000033;
	margin-right: 6px;
	margin-left: 6px;
}
.mainbodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}
.main_headline {
	color: #000066;
	font-weight: bold;
	font-size: 24px;
}
#news_div {
	background-color: #999999;
	padding: 10px;
	float: right;
	height: 400px;
	width: 225px;
	margin-right: 0px;
	position: absolute;
	top: 500px;
	border: thin solid #000000;
	right: 40px;
}
#order_triakis {
	position: absolute;
	height: 40px;
	width: 1000px;
	bottom: 0px;
	top: 463px;
	z-index: 40;
	left: -40px;
	float: none;
	visibility: visible;
	clear: both;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #129AA5;
	text-decoration: none;
}
a:hover {
	color: #89DAD5;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_triakis {
	margin-right: 40px;
	margin-left: 40px;
	position: relative;
}
.style3 {font-weight: bold; font-size: 18px; font-family: Arial, Helvetica, sans-serif;}
.style4 {font-weight: bold; font-size: 18px; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; }

-->
</style>