body {
	background-color: #000;
	background-image: url(layout/background.jpg);
	background-repeat: repeat-y;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #FFF;
}
.blue {
	color: #00ADEF;
	font-weight: bold;
}



a:link {
	color: #00AEEF;
}
a:active {
	color: #85C4D5;
}
a:hover {
	color: #85C4D5;
}
a:visited {
	color: #85C4D5;
}

h1 {
	font-size: 17px;
	color: #eeeeee;
}


#page {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}

#page_pic {
	float: left;
	width: 400px;
	padding-bottom: 20px;
}
#page #header #logo {
	float: left;
	width: 475px;
}
#page #header #menu {
	float: right;
	width: 475px;
	padding-top: 119px;
}

#page #header #worktop_bar {
	clear: both;
	height: 20px;
	background-image: url(layout/worktop_bar.jpg);
}
#page #main {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #111111;
	border-bottom-color: #111111;
	border-left-color: #111111;
	width: 935px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	text-align: left;
}

#page #main #title {
	height: 30px;
	background-color: #000000;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-top: 1px;
}
#page #main #opening_text {
	padding-top: 5px;
	padding-bottom: 10px;
	float: right;
	width: 505px;
	padding-left: 10px;
	padding-right: 10px;
}
#page #main #continuing {
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
}

#page #main #footer {
	font-size: 13px;
	font-weight: normal;
	background-color: #111111;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#page #copyright {
	padding-top: 10px;
	font-size: 13px;
	text-align: center;
	font-style: normal;
}
