@charset "utf-8";
body, html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 100%;
}
body,td,th {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
a:link {
	color: #003a75;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #003a75;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
a.menu:link {
	color: #000000;
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	color: #000000;
}
a.menu:hover {
	text-decoration: underline;
	color: #333333;
}
a.menu:active {
	text-decoration: none;
	color: #333333;
}
h1 {
	font-size: 16px;
	color: #003a75;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
h2 {
	font-size: 16px;
	color: #000000;
}
h3 {
	font-size: 16px;
	color: #000000;
}
h4 {
	font-size: 14px;
	color: #000000;
}
h5 {
	font-size: 14px;
	color: #000000;
}
h6 {
	font-size: 12px;
	color: #000000;
}
hr {
	border: 0;
	color: #000000;
	background-color: #000000;
	height: 1px;
}


#container{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clip: rect(0px,auto,0px,auto);
	float: none;
	margin-top: 0px;
	top: 0px;
	position: relative;
	min-height: 100%;
	clear: none;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#header {
	height: 226px;
	width: 960px;
	position: relative;
	background-image: url(/images/grotel_header.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#top_menu {
	font-weight: bold;
	position: relative;
	width: 100px;
	left: 200px;
	top: 10px;
	line-height: 25px;
}
#menu {
	float: left;
	width: 270px;
	font-weight: bold;
	padding-left: 30px;
	padding-bottom: 10px;
}
#content {
	position: relative;
	float: none;
	clear: none;
	width: 940px;
	overflow: visible;
	padding-left: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	background-image: url(/images/grotel_menubackgrnd.png);
	background-repeat: repeat-y;
}
#content_text {
	position: relative;
	float: right;
	clear: none;
	width: 600px;
	overflow: visible;
	padding-left: 10px;
	margin: 0px;
	padding-right: 10px;
}
#footer {
	position: relative;
	height: 186px;
	width: 960px;
	clear: both;
	background-image: url(/images/grotel_footer.png);
}
#copyright {
	left: 380px;
	top: 120px;
	width: 400px;
	position: relative;
}

