body {
  background-image: url(images/background.jpg);
  background-repeat: repeat-x;
  background-color: #D7E5FF;
  font-family:Verdana;
  font-size:1em;
}

img{	
	border:	0px;
}

div.counter {
	position:absolute;
	right: 17px;
	top:137px;
	text-align: center;
	margin-right: auto;
    margin-left: auto; 
}

.navigate {
	position:absolute;
	left:0px;
	top:170px;
	line-height:35px;
}

.page_title {
	position:absolute;
	left:260px;
	top:140px;
	font-style: italic;
}

.random_images {
	text-align: center;
	margin-right: auto;
    margin-left: auto; 
	width: 96%;
}

.language_bar {
	position: absolute;
	right: 17px;
	top:117px;
}

.image_, .image_2, .image_4, .image_6 {
	padding: 5px 10px 5px 10px;
	width:32%;
}

.image_1, .image_3, .image_5, .image_7 {
	padding: 5px 10px 5px 10px;
	width:32%;
}

.navigate A {
	color:white;
	text-decoration:none;
}

.welcome_page {
	text-align: center;	
	list-style-type: none;
	line-height: 50px;
}

.admin_page {
	text-align: center;	
	list-style-type: none;
	line-height: 50px;
}

.center_content A, .welcome_page A, .admin_page A {
	color:#82B1FF;
	text-decoration:none;
}

.navigate A:hover, .center_content A:hover, .welcome_page A:hover, .admin_page A:hover {
	color:#506E9E;
	text-decoration:none;
}

table.navigation {
	border-collapse: collapse;
}

td.button_begin {
	background-image: url(images/button_start_blue.gif);
	background-repeat: no-repeat;
	width: 64px;
	height: 30px;
}

td.button_end {
	background-image: url(images/button_end_blue.gif);
	background-repeat: no-repeat;
	width: 15px;
}

td.button_label {
	background-image: url(images/button_middle_blue.gif);
	background-repeat: repeat-x;
	text-align: center;
}

tr.empty_row {
	height: 15px;
}

.welcome_message {
}

.content {
	position: absolute;
	left: 260px;
	top: 170px;
}

.center_header {
}

.right_image {
	position: absolute;
	top: 0px;
	right: 0px;
}

table.header {
	width: 98%;
	border-collapse: collapse;
	background-image: url(images/center_header_middle.gif);
	background-repeat: repeat-x;
}

tr.header_background {
}

td.header_left_side {
	background-image: url(images/center_header_left.gif);
	background-repeat: no-repeat;
}

td.header_right_side {
}

.center_content {
	font-family:Verdana;
	font-size:0.8em;	
	margin: 5px 10px 28px 10px;
}

table.footer {
	width: 98%;
	border-collapse: collapse;
	background-image: url(images/center_footer_middle.gif);
	background-repeat: repeat-x;
}

tr.footer_background {
}

td.footer_left_side {
	width: 10%;
}

td.footer_middle {
	width: 81%;
}

td.footer_right_side {
	background-image: url(images/center_footer_right.gif);
	background-repeat: no-repeat;
	width: 8%;
}

.global_footer {
	position: absolute;
	top: 95%;
	left: 70px;
	/*text-align: center;*/
	font-family:Helvetica;
	font-size:0.55em;
	color:white;	
}

.global_footer A {
	color:white;
	text-decoration:none;
}

.global_footer A:hover {
	color:#506E9E;
	text-decoration:none; 
}