@charset "UTF-8";

#header {
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
} 

#sidebar1 {
	background-color: #F9F9F9;	
}

#sidebarContent h3 {
	color: #FFF;
	background-color:#01A2B4;
	background-image: url(../images/ui_images/h3_bg.jpg);
	background-repeat: repeat-x;
}

#sidebarContent a:hover {
	background-color:#01A2B4;
}

#sidebarFooter {
	background-image: url(../images/ui_images/sidebar_footer.jpg);
	background-repeat:no-repeat;
}

#content h1 {
	color: #FFFFFF;
	background-color: #424242;
	background-image: url(../images/ui_images/h1_bg.jpg);
	background-repeat: repeat-x;
}

#content h3 {
	color: #FFFFFF;
	background-color:#01A2B4;
	background-image: url(../images/ui_images/h3_bg.jpg);
	background-repeat: repeat-x;
}
#content h4 {
	color: #01A2B4;
}

#content h6 {
	border-bottom-color: #01A2B4;
}

#footer {
	background-image: url(../images/ui_images/footer.jpg);
	background-repeat: no-repeat;
} 
