body{
	background-color: White;
	background-image: url(../images/top_slice.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
#main{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#main_image{
	width: 100%;
}

#main_content{
	width: 100%;
}

#footer{
	background-image: url(../images/footer_strip.jpg);
	background-repeat: repeat-x;
	width: 100%;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 40px;
	vertical-align: middle;
	color: #4c4c4c;
	clear: both;
}
#footer a{
	color: #4c4c4c;
	text-decoration: underline;
}

a, img{
	text-decoration: none;
	border: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	text-decoration: none;
	color: #00b7d7;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #00a7cd;
	font-weight: bold;
}
/**** MAIN PAGE*****/
#main_navigation_bar{
	width: 100%;
	position: relative;
}
.navigation_block{
	padding: 10px;
	width: 280px;
	height: 150px;
}

.block1{
	position: relative;
	left: 0px;
	top:0px;
}

.block2{
	position: absolute;
	left: 300px;
	top: 0px;
}
.block3{
	position: absolute;
	left: 600px;
	top:0px;
}
.navigation_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	color: #00b7d7;
	text-align: justify;
	line-height: 50px;
	margin-left: 10px;
}

.navigation_heading a{
	text-decoration: none;
}

.navigation_text{
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
	color: #2d2b2b;
}

.navigation_block_image{
	float: left;
}

.right_float{
	float: right;
}
.left_float{
	float: left;
}
.clear_float{
	clear: both;
}
/***** MAIN MENU ******/
#main_menu{
	width: 100%;
	line-height: 100px;
	vertical-align: middle;
	color: black;
	font-family: Tahoma;
	font-size: 12px;
}
#main_menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bolder;
	color: black;
	padding: 5px 11px 5px 11px;
	margin: 0px 5px 0px 5px;
}
#main_menu a:hover{
	color: white;
	background-image: url(../images/menu_slice.jpg);
	background-repeat: repeat-x;
	border: solid 1px #4cc9df;
	padding: 5px 10px 5px 10px;
}

/**************************************************************/

.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #2d2b2b;
	text-align: justify;
	padding: 10px;
}

.text a{
	color: #00a7cd;
	text-decoration: underline;
}

ul {
	list-style-image: url(../images/list.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #2d2b2b;
}

#services_block{
	margin-left: 10px;
	margin-right: 10px;
}

.entryinputfield  {
	width: 220px;
}

td.entryinputtext {
	text-align: right;
}

#guest{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #2d2b2b;
}

.button{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	background-color: #00a7cd;
	padding: 5px 10px 5px 10px;
}

.error{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	color: red;
}