@charset "utf-8";
/* CSS Document */



body,
html {
	background-image:url(/images/homepage_template_background.jpg); background-repeat: repeat;
	margin: 10px 0px;
    padding: 0px;
    text-align: center;
}

div#main {
    width: 899px;
    margin: 0px auto 0;
    text-align: left;
	background-image:url(/images/business_template_main_background.jpg); background-repeat: repeat;
}

#wrapper {
	width: 899px;
	margin: 0px 0px;
}

#sidebar {
	height: 100%;
	background-image:url(/images/business_template_r2_c1.jpg); background-repeat: repeat;
    float:left;
    width:115px;
    }

/*welcome to our new and improved website graphic*/	
#sidebar h1{
	border: 2px solid black; 
	background-color: #81a1bb; 
	height: 150px; 
	width: 80px;
	margin: 0 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: 100; color: #FFFFFF; font-size: 12px;
	padding: 0 5px;
	overflow: hidden;
	color: #ffffff;
}


	

	





