
html {
	padding: 0px;
	margin: 0px;
	height: 100%;
	overflow:hidden;
}

body {
	padding: 0px;
	margin: 0px;
	height: 100%;

	font-family: Arial, sans-serif;
	font-size: 15px;
		
	font-stretch: narrower;
	color: #000000;
	background: white;
	background: white url(/visuals/basis/background_04.jpg) bottom center repeat-x;
	background: white url(/visuals/basis/background_01a.jpg) top center repeat-x;
		
	scrollbar-face-color : #FF5C01;
	scrollbar-highlight-color : #FFD600;
	scrollbar-3dlight-color : #FFD600;
	scrollbar-shadow-color : #FFD600;
	scrollbar-darkshadow-color : #FFD600;
	scrollbar-track-color : #FFD600;
	scrollbar-arrow-color : #FFD600;	
	overflow:hidden;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase; 		
	color: #FF5C01;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

table {
	font-family: Arial, sans-serif;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}

a:link {
	text-decoration: underline;
	color: #FFD600;
}
a:visited {
	text-decoration: underline;
	color: #FFD600;
}
a:hover {
	text-decoration: none;
	color: #FFD600;
}
a:active {
	text-decoration: underline;
	color: #FFD600;
}

input {
	width: 200px;
	border: 1px solid black;
	background: white;
}

select {
	width: 204px;
	border: 1px solid black;
	background: white;
}

textarea {
	width: 200px;
	height: 80px;
}

form {
	padding: 0px;
	margin: 0px;
}

.checkbox {
	border: 0px;
	width: 40px;
}

.form_button {
	background: white;
	border: 1px solid black;
	width: 204px;
}

.center_hor {
	position: relative;
	height: 100%;
	width: 760px;
	margin: 0px auto 0px auto;
	/*background: white;*/
}

.top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 760px;
	height: 170px;
	background: url(/visuals/basis/background_01.jpg) top left no-repeat;
	background: url(/visuals/basis/top.jpg) top left no-repeat;
	background: url(/visuals/basis/background_01.jpg) top left no-repeat;
}

.bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;

	width: 760px;
	width: 100%;
	height: 17px;
		
	background: url(/visuals/basis/background_04a.jpg) top center repeat-x;
	background: url(/visuals/basis/background_04.jpg) top center repeat-x;
}

.bottom2 {
	position: absolute;
	bottom: 0px;
	left: 0px;

	width: 760px;
	height: 17px;		
	background: url(/visuals/basis/background_04a.jpg) top center repeat-x;
}

.menu_block {

}

.menu_item {
	position: relative;
	width: 100%;
	height: 30px;
	margin: 10px 0px 10px 0px;
	text-align: center;
}

.menu_item a:link, .menu_item a:visited, .menu_item a:active {
	display: block;
	height: 100%;
	padding: 4px 0px 0px 4px;
	text-decoration: none;
	color: #FFD600;
}

.menu_item a:hover {
	display: block;
	height: 100%;
	color: #FFD600;
	color: black;
	color: #FF5C01;
}

.menu_item_active {
	position: relative;
	width: 100%;
	height: 30px;
	margin: 10px 0px 10px 0px;
	text-align: center;
}

.menu_item_active a:link, .menu_item_active a:visited, .menu_item_active a:hover, .menu_item_active a:active {
	display: block;
	height: 100%;
	padding: 4px 0px 0px 4px;
	text-decoration: none;
	color: #FFD600;
	color: black;
	color: #FF5C01;
}

.content {
	position: absolute;
	top: 170px;
	left: 153px;
	right: 0px;
	bottom: 16px;
	padding: 30px 30px 30px 30px;
	overflow: auto;
}

.main_menu {
	position: absolute;
	top: 100px;
	padding-top:80px;
	left: 0px;

	width: 150px;
	height: expression(414 + "px");
	min-height: 414px;
	background: url(/visuals/basis/background_02.jpg) top left no-repeat;
	color: #FFD600;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}

.module_block {
	width: 120px;
	width: 120px;
	margin-bottom: 20px;
	padding: 5px;
}

.login_form {
	width: 120px;
	font-weight: normal;
}

.login_form p {
	margin: 0px;
}

.login_form input {
	width: 116px;
	height: 16px;
}

.login_form .form_button {
	width: 120px;
	height: 20px;
}

.login_form .checkbox {
	width: 40px;
	border: 0px;
}

.login_form .username {
	text-align: center;
}

.navigation {
	position: relative;
	margin: 0px auto 0px auto;
	text-align: center;
	color: #FFD600;
}

.news_item {
	position: relative;
	width: 80%;
	margin-bottom: 20px;
	padding: 10px;
}

.news_title {
	font-weight: bold;
}

.news_date {
	margin-left: 10px;
}

.news_author {
	position: absolute;
	font-style: italic;
	right: 10px;
}

.news_content {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.news_options {

}

.news_options a:link, .news_options a:visited, .news_options a:hover, .news_options a:active {
	color: #FFD600;
}

.jobs_item {
	position: relative;
	width: 80%;
	margin-bottom: 20px;
	padding: 10px;
}

.jobs_title {
	font-weight: bold;
}

.jobs_date {
	margin-left: 10px;
}

.jobs_author {
	position: absolute;
	font-style: italic;
	right: 10px;
	display: none;
}

.jobs_content {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.jobs_options {

}

.jobs_options a:link, .jobs_options a:visited, .jobs_options a:hover, .jobs_options a:active {
	color: #666666;
}

.ghosted {
	color: #999999;
}

.ghosted a:link, .ghosted a:visited, .ghosted a:hover, .ghosted a:active {
	color: #999999;
}

.quote {
	margin: 10px 30px 10px 30px;
	padding: 10px;
}

.guestbook_message {
	position: relative;
	margin: 0px auto 0px auto;
	width: 90%;
}

.guestbook_message .ghosted {
	color: #cecece;
}

.guestbook_message .ghosted a {
	color: #cecece;
}

.guestbook_name {
	font-weight: bold;
	font-style: italic;
}

.guestbook_datetime {
	position: absolute;
	right: 0px;
	font-style: italic;
}

.guestbook_ip {
	font-style: italic;
	margin-left: 10px;
}

.guestbook_host {
	font-style: italic;
	margin-left: 10px;
}

.guestbook_divisor {
	margin: 0px auto 10px auto;
	width: 75%;
	height: 10px;
	border-bottom: 1px solid #ff98b1;
}

.guestbook_form {
	margin: 0px auto 0px auto;
	width: 200px;
}

.guestbook_form p {
	margin: 0px;
}

.guestbook_form input {
	width: 200px;
	border: 1px solid #47484A;
}

.guestbook_form select {
	width: 200px;
	border: 1px solid black;
}

.guestbook_form textarea {
	width: 200px;
	border: 1px solid black;
}


/* Forum style */
.forum_row_head
{
	position: relative;
	padding: 5px;
	width: 580px;
	margin-bottom: 10px;
}
.forum_row_1
{
	position: relative;
	width: 580px;
	margin-bottom: 5px;
	padding: 5px;
	border-top: 1px solid #D3B6BD;
	border-right: 1px solid #7C4652;
	border-bottom: 1px solid #7C4652;
	border-left: 1px solid #D3B6BD;
}
.forum_row_2
{
	position:relative;
	width: 580px;
	padding: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #C39DA5;
	border-right: 1px solid #66363E;
	border-bottom: 1px solid #66363E;
	border-left: 1px solid #C39DA5;
}

.forum_read
{
	vertical-align:top;
	text-align: center;
	width: 25px;
}

.forum_name
{
	vertical-align:top;
	width: 255px;
}

.forum_num_topics
{
	vertical-align:top;
	text-align: right;
	width: 75px;
}

.forum_num_messages
{
	vertical-align:top;
	text-align: right;
	width: 75px;
}

.forum_last_message
{
	vertical-align:top;
	text-align: right;
	width: 150px;
}

.forum_description
{
	vertical-align:top;
	padding-top: 10px;
	font-style:italic;
}


.forum_topic_read
{
	vertical-align:top;
	text-align: center;
	width: 25px;
}

.forum_topic_name
{
	vertical-align:top;
	width: 225px;
}

.forum_topic_started_by
{
	vertical-align:top;
	text-align: left;
	width: 105px;
}

.forum_topic_num_messages
{
	vertical-align:top;
	text-align: right;
	width: 75px;
}

.forum_topic_last_message
{
	vertical-align:top;
	text-align: right;
	width: 150px;
}

.forum_topic_moderate
{
	vertical-align:top;
	text-align: right;
	padding-top: 10px;
	font-style:italic;
}

.forum_message_name
{
	vertical-align:top;
	width: 125px;
}

.forum_message_quote
{
	vertical-align:top;
	width: 305px;
}

.forum_message_last_message
{
	vertical-align:top;
	text-align: right;
	width: 150px;
	font-style:italic;
}

.forum_message
{
	vertical-align:top;
	width: 455px;
}
.forum_message_moderate
{
	vertical-align:top;
	text-align: right;
	padding-top: 10px;
	font-style:italic;
}

.left_image {
	margin-right: 10px;
}

.right_image {
	margin-left: 10px;
}

