/* CSS Document */

html, body {
	width: 1000px;
	height: 100%;
	/*margin: auto;*/
}

html {
}

body {
	background-image: url(img/main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a {
	color: #06c;
	text-decoration: underline;
}

a:hover {
	color: #03c;
}

.clear {
	clear: both;
}

#wrapper {
	min-height: 100%;
    height: auto  !important;
    height: 100%;
    margin: 0 auto -110px;
}

.reserve {
	height: 110px;
}

table {
	width: 100%;
    border: 0px;
    border-collapse: collapse;
}

table td{
     padding: 0px;
}

.table001 table {
	text-align: center;
}

.table001 table td {
	border: solid 1px #999;
	padding: 2px 2px 2px 2px;
}

/* HEADER STYLES */

#header {
	width: 200px;
	height: 250px;
	margin: 0px 0px 0px 800px;
	padding: 30px 30px 0px 0px;
	color: #06c;
	text-align: right;
}

#header .head_code {
	color: #999;
}

#header .head_tel {
	font-size: 220%;
	font-weight: bold;
	
}

/* - HEADER STYLES */


/* MENU STYLES */

#menu {
	margin: 0px 0px 0px 10px;
	width: 150px;
	float: left;
}

#menu .menu_title {
	font-size: 120%;
	font-weight: bold;
}

#menu .menu_block {
	padding: 7px 10px 7px 10px;
	border: solid 1px #def;
	margin: 5px 0px 20px 0px;
	font-size: 100%;
}

#menu .menu_block ul {
}

#menu .menu_block li {
	padding: 3px 0px 3px 0px;
}

/* - MENU STYLES */


/* CONTENT STYLE */

#content {
	width: 780px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 40px;
	float: left;
	text-align: justify;
	color: #555;
	font-size: 100%;
	font-family: Verdana, Geneva, sans-serif;
}

#content p {
	margin: 0px 0px 20px 0px;
}

/* - CONTENT STYLE */


/* FOOTER STYLE */

#footer {
	height: 100px;
	/*margin: 20px 0px 10px 0px;*/
	border-top: solid 1px #ccc;
}

.footer_stats {
	width: 800px;
	float: left;
	padding: 10px 0px 10px 0px;
}

.footer_copy {
	width: 180px;
	padding: 10px 20px 10px 0px;
	text-align: right;
	float: left;
	font-size: 80%;
	color: #777;
}

.footer_copy a {
	color: #777;
}

.footer_copy a:hover {
}