/* CSS Document */
/* Polar Tours Busser */

body,html {
	padding: 0;
	margin: 0;
}

body, td, p {
	font: normal 11px Tahoma,Verdana;
	color: #3d3933;
}

div#page { 
	width: 1000px; margin: 0 auto; 
	background: url(../images/contentbg.gif) top center repeat-y #fff;
	height: auto;
}

/* content holder */
div#ch {
	width: 966px;
	margin: 0 auto;
}

div#header {
	width: 100%;
	background: url(../images/top.png) top center no-repeat;
	height: 60px;
	min-height: 60px;
}

div#menu {
	padding-left: 15px;
	min-height: 40px;
	height: 40px;
	background:url(../images/menubg.png) top left repeat-x;
	clear: both;
}

div#bottom { 
	width: 100%;
	background: url(../images/bottom.png) top center no-repeat #fff;
	padding: 10px 0 0 0;
	height: 60px;
	min-height: 60px;
	font-weight: 700;
	color: #fff;
	text-align:center;
}

div#submenu {
	width:161px;
	float: left;
	min-height: 250px;
	height: auto !important;
	height: 250px;
}

div#content {
	float: left;
	width: 610px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding: 20px 5px 0;
}

div#profilearea {
	float: right;
	width: 170px;
	height: auto;
	padding: 10px 5px 0;
}

div#clearer { clear: both; }
div#tagmark { text-align: center; }
img { border: none; }
a { color: #2f4b8a; }
a:hover { color: #000; }

input.contact, textarea.contact {
font: normal 12px Verdana, Arial, sans-serif;
color: #000;
border: 1px solid #000;
background-color:#fff;
}

td { vertical-align: top; }

h1 { font: normal 20px Georgia,Arial,Verdana; color: #4e4c5e; margin: 5px 0; padding: 5px 0; background: url("../images/hbg.gif") bottom left repeat-x; }

h2 { font: lighter 18px Georgia,Arial,Verdana; color: #35617f; margin: 5px 0; padding: 5px 0; background: url("../images/hbg.gif") bottom left repeat-x; }

h3 { font: lighter 18px Georgia,Arial,Verdana; color: #539ad0; margin: 5px 0; padding: 5px 0; background: url("../images/hbg.gif") bottom left repeat-x; }

h4,h5,h6 { font: bold 14px Arial,Verdana; color: #514b4b; }