/* 
  -----------------------------------
 Goerge's Ski Hire Mt Buller - Wide 2011
  -----------------------------------
*/

/*Text align center on the body is the only way to center 
a CSS layout in IE5 PC.*/
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #333333;
	margin: 36px 0;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
}

#wrapper {
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.menubartext {
	font-size: 1.1em;
}


#mainbox {
	width: 750px;
	float: right;
	border: 1px solid;
	border-color: #333333;
}

#masthead {
	height: 220px;
	background-image: url(../images/georges_header_April2010.jpg);
}

#maincontent {
	font-size: 0.85em;
	line-height: 1.3em;
	height: 402px;
	padding-right: 18px;
	padding-bottom: 15px;
	padding-left: 18px;
	overflow: auto;
}

#maincontent p {
	margin: 8px 0 12px 0;
}

#copyrightdiv {
	background-image: url(../images/maincontent_bg.jpg);
}

#copyrightnotice {
}

#sidebar {
	float: right;
	width: 175px;
	margin-right: 12px;
	border: 1px solid;
	background-image: url(../images/sidebar_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#menubar {
	margin: 0 1px;
	font-size: .9em;
}

#sidecontent {
	padding: 0 12px 12px 12px;
	font-size: 0.7em;
	margin-right: 8px;
	text-decoration: none;
}

#navmast {
	background-repeat: no-repeat;
}

#sidecontent p {
	margin: 6px 0 8px 0;
}

#sidebarfooter {
	font-size: 1%;
} 


#footer {
	clear: both;
	margin: 0 0 0 208px;
	padding: 16px 0 0 0;
	font-size: .75em;
}
#footer p {
	margin: 0 0 3px 0;
}

/*Heading Styles*/
h1 {
	margin: 0px;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #154583;
	text-align: left;
	line-height: normal;
	font-weight: bold;
}
h2 {
	margin: 24px 0 0 0;
	font-size: 1.6em;
	color: #154583;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 1.4em;
}
#sidebar h3 {
	color: #666666;
}

a:link {
	color: #154583;
	font-weight: bold;
}
a:visited {
	color: #154583;
}
a:hover, a:active, a:focus {
	color: #333333;
	font-weight: bold;
}
#sidecontent a:link {
	color: #837C50;
}
#sidecontent a:visited {
	color: #9D9660;
}
#sidecontent a:hover, #sidecontent a:active, #sidecontent a:focus {
	color: #333333;
}
#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #EEEEEE;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #333333;
}
.headings {
	font-weight: bold;
	color: #154583;
}
.hire_headings {
	color: #FFFFFF;
	background-image: url(../images/blue_table_BG.jpg);
	background-repeat: repeat-x;
	padding-left: 15px;
}

.plat {
	background-image: url(../images/plat_bg02.jpg);
	background-repeat: repeat-x;
}

.gold {
	background-image: url(../images/gold_bg02.jpg);
	background-repeat: repeat-x;
}
.silver {
	background-image: url(../images/silver_bg02.jpg);
	background-repeat: repeat-x;
}
.bronze {
	background-image: url(../images/bronze_bg02.jpg);
	background-repeat: repeat-x;
}
.headings {
	font-weight: bold;
	color: #154583;
}
.hire_headings {
	color: #FFFFFF;
	background-color: #154583;
}

.hireHeader {
	font-weight: bold;
	color: #FFF;
	background-color: #154583;
	text-align: center;
	font-size: 1.2em;
}

.hireSubhead {
	font-weight: bold;
	color: #000;
	background-color: #FC3;
	padding-left: 15px;
}

.hirelineBG01 {
	background-color: #F96;
}
.hireKey02 {
	font-size: 0.9em;
	font-style: italic;
	padding-left: 15px;
}

.hireKey01 {
	font-weight: bold;
	color: #154583;
	padding-left: 15px;
}

