/* CSS Document */

body {
	background-image: url(../beginhealing-images/alphastim-bg3.gif);
	background-color: #FFF6E2;
	margin: 8px;
}


#BHContainer {
	width: 768px;
	margin: auto;
}

#BHHeader {
	background-image: url(../beginhealing-images/alphastim-header-center.jpg);
	background-color: white;
}

#BHTopNav {
	background-image: url(../beginhealing-images/alphastim-grey.gif);
	background-color: #EEEEEE;
	padding: 5px;
	text-align: right;
	font-size: 14px;
}

.bhtopnavlink:link, .bhtopnavlink:active, .bhtopnavlink:visited  {
	text-decoration: none;
}

.bhtopnavlink:hover {
	text-decoration: underline;
}

#BHNav {
	background-color: white;
}

#BHDivider {
	background-color: white;
}

#BHContent {
	background-color: white;
	padding-bottom: 60px;
}

#BHFooter {
	background-image: url(../beginhealing-images/alphastim-grey.gif);
	background-color: #EEEEEE;
}

#widgetFooter {
	margin: 5px;
}

#widgetCategories {
	width: 150px;
}

#widgetInformation {
	width: 150px;
}

.bhcategory {
	font-weight: bold;
	margin-left: 10px;
	margin-top: 25px;
}


h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}

#BHContent a, #BHContent a:active, #BHContent a:link, #BHContent a:visited, #BHContent a:hover {
	color: blue;
	text-decoration: underline
}
#BHContent a:hover {
	color: #7700FF;
}