/*
FILENAME: style_allstyles.css
PROJECT: Mountain Top Resorts
DESCRIPTION: styles for the report page
AUTHOR: Doug McCaughan
CREATION DATE: Sept 2009
MODIFIED BY/ON:
VARIABLES:
	
*/
/* BEGIN style_allstyles.css */
html, body {
	height: 100%;
}
body{
	background-image:url(../images/repeatingbg.jpg);
	background-repeat:repeat-x;
	background-color:#A9B7B5;
}
.error{
	margin-left:5px;
	padding-left:5px;
	font-weight:bold;
	color:red;
}
#logos{
	background-image:url(../images/banner_photo.jpg);
	margin:0 auto;
	width:800px;
	height:270px;
}
#navigation{
	margin:0 auto;
	width:800px;
}
#content{
	margin:0 auto;
	width:800px;
}
#presentation{
	margin:27px 0 25px 0;
	clear:both;
	height:100%;
}
#footer{
	width:800px;
	margin:0 auto;
	clear:both;
}
#specialbanner{
	width:800px; /* 640px; */
	float:right;
	top: 5px;
	height:60px;
	z-index:2;
	font-size:25px;
	color:red;
}
#copy{
	width:509px;
	float:left;
	height:100%;
}
#sidebar{
	width:285px;
	background-image:url(../images/patternbox.jpg);
	float:right;
	height:100%;
	text-align:center;
	padding:3px;
	min-height: 100%;
}
* html #sidebar {
	height: 100%;
}
#sidebar a{
	color:#557778;
}
#quicklinks{
	font-family: Times New Roman;
	font-size:14px;
	color: #1b5150;
	text-align:left;
}
/* END style_allstyles.css */
