@charset "utf-8";
/* CSS Document */

body {
	color: #000000;
	/* background-color: #FFFFFF; */
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

p ul {
	font-size: 1.3em;
}


#Wrapper {
	width: 780px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

#Banner {
	/* background-color: #00FFFF; */
}

#SideBar {
	/* background-color: #996666; */
	width: 111px;
	float: left;
	clear: both;
	padding: 5px;
	padding-right: 0;
}

#Main {
	/* background-color:#FF0000; */
}

#CallBox {
	width: 300px;
	margin-left: 250px;
	margin-top: 12px;
	margin-bottom: 12px;
}

#Footer {
	/* background-color:#FFFF00; */
	clear: both;
	font-size: small;
}

.Welcome {
	font-size: medium;
	font-style: normal;
	font-weight: bold;
}

.Red_Highlight {
	color: #CC3333;
}

.AddressBlock {
	font-size: small;
}

.centerdiv { /*IE method of centering a relative div*/
	text-align: center;
}

.centerdiv>div { /*Proper way to center a relative div*/
	margin: 0 auto;
}

.burner_both {
	background-attachment: scroll;
	background-image: url(../images/burner_logs.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.burner_only {
	background-attachment: scroll;
	background-image:url(../images/burner_only.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
