/*    Main css style sheet for all Busse Gardens pages */

/*  	GLOBAL ELEMENTS   */

#container {
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	top: 0px;
	left: auto;
	right: auto;
	position: relative;
	background-color: #FFFFFF;
	background-image:  url("../gifs/back1_yellow.gif");
	background-repeat: repeat-y;
}

/* 	LEFT MENU - THE MAIN MENU ITEMS */
#leftmenu {
	position: relative;
	width: 90px;
	background-color: #FFFFCC;
	left: 40px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	height: 700px;
	padding-top: 10px;
	padding-left: 15px;
}
#leftmenu a:link {
	text-decoration: none;
	color: #006600;
}
#leftmenu a:visited {
	color: #006600;
	text-decoration: none;
}
#leftmenu a:hover {
	color: #FF3300;
	text-decoration: none;
}


#busseheader {
	top: 5px;
	height: 90px;
	background-color: #FFFFCC;
	position: relative;
	left: 10px;
	width: 450px;
}
#pageheader {
	background-color: #FFFFCC;
	height: 100px;
	width: 760px;
	left: 40px;
	position: relative;
}
body {
	position: absolute;
	top: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
}
#body1 {
	position: absolute;
	left: 162px;
	top: 112px;
	right: 0px;
	bottom: 0px;
	width: 285px;
	background-color: #FFFFFF;
	border: thin solid #006600;
	padding: 8px;
	height: 400px;
}
#body2 {
	position: absolute;
	width: 285px;
	left: 480px;
	top: 110px;
	padding: 8px;
	border: thin solid #006600;
	height: 400px;
	background-repeat: repeat;
	background-color: #FFFFCC;
}
.red_H1 {
	color: #FF0000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000;
	left: auto;
	right: auto;
	text-align: center;
}
#single_body_box {
	position: absolute;
	left: 162px;
	top: 112px;
	right: 0px;
	bottom: 0px;
	width: 600px;
	background-color: #FFFFFF;
	border: thin solid #006600;
	padding: 8px;
	height: 450px;



