@charset "iso-8859-1";

/*
LAYOUT
*/
body {
	margin:0;
	padding:0;
	min-width:800px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	background-color: #626262;
	background-image: url(mainback.gif);
}

div#homewrap {
	margin:0 auto;
	width:800px;
	background-color:#FFFFFF;
	text-align:left;
	background-image:url(bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

div#wrap{
	margin:0 auto;
	width:800px;
	background-color:#FFFFFF;
	text-align:left;
}

/*I dont know why tables dont want to take 100% width inside this, but they dont, so sod it*/
#header table{
	width:786px;
}

#main, #chaletleft {
	float:left;
	width:500px;
	margin-left:5px;
	padding-top:10px;
}

#chaletleft{
	width:400px;
}


#sidebar, #chaletright {
	width:275px;
	margin-left:490px;
	padding-left:2px;
	padding-top:10px;
}

#chaletright{
	width:370px;
	margin-left:410px;
	padding-right:0px;
	margin-right:0px;
}

html>body #chaletright{
	width:375px;
}

html>body #sidebar {
	width:280px;
}

html>body #main{
	width:500px;
}

#footer {
	clear:both;
	text-align:center;
	padding-top:10px;
	color:#333333;
	padding-bottom:5px;
}

/*
LINK STYLES
*/
a, a:visited{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#footer a{
	color:#333333;
}

/*
HEADER STYLES
*/
h1, h2{
	color:#073E77;
}
h1{
	font-size:18px;
	padding-bottom:2px;
	width:100%;
}

h1 a:visited, h1 a:link, h1 a{
	color:#073E77;
}

h2{
	font-size:14px;
}

/*
BUTTONS
*/
input.button{
	background-color:#073E77;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:0px;
	font-weight:bold;
	margin:2px;
	width:50%;
	font-size:12px;
}

/*
CONTAINER STYLE
*/
div.container, div.description, div.smallcontainer{
	border:1px solid #CC0000;
	float:left;
	width:93%;
	background-color:#FFFFFF;
	margin-top:25px;
}

div.smallcontainer{
	margin-top:15px;
	width:263px;
}

div.description{
	overflow:auto;
	height:380px;
	width:90%;
	margin-top:0px;
	font-size:13px;
}

div.descriptioncont{
	position:relative;
}

div.container h1, div.description h1, div.smallcontainer h1, div.descriptioncont h1{
	display:block;
	width:auto;
	background-color:#CC0000;
	margin:0px;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
	padding:4px;
	border-bottom:0px;
}

div.container h1 a{
	height:5px;
	padding:0px;
	margin:0px;
	color:#FFFFFF;
}

div.container img{
	margin:5px;
}

div.description h1{
	width:426px;
}

div.descriptioncont h1{
	width:444px;
}

html>body div.description h1{
	width:425px;
}

div.smallcontainer h1{
	font-size:11px;
	padding:2px;
	width:100%;
}

html>body div.smallcontainer h1{
	width:99%;
}

div.smallcontainer select{
	font-size:11px;
	width:267px;
}

html>body div.smallcontainer select{
	width:100%;
}

html>body div.container h1{
	width:97%;
}

div.container p, div.description p{
	padding:3px;
	margin:0px;
}

div.container a{
	color:#0033CC;
}

div.container h2{
	font-size:11px;
	font-weight:bold;
	color:#000000;
	margin:1px 1px -3px 3px;
	display:block;
}

div.container h2 a{
	color:#000000;
}

div.linkscontainer{
	padding:2px; 
	text-align:center; 
	background-color:transparent;
	width:99%;
}
	
div.linkscontainer a{
	font-weight:bold;
}

form{
	padding:0px;
	margin:0px;
}

div.management {
	text-align:right;
	margin-right:10px;
}

div.management a {
	font-weight:bold;
	color:#cc0000;
	font-style:italic;
}
