/* background color */
body {
	 background:  url(http://www.happykreg.com.backgroundhk.gif);
            background-repeat: repeat-x;
            background-position: top;
         background-color: #f36b22;

}

/* link colors */
a {
	color: #B91313;
}
a:hover {
	color: #E81E1E;
}

/* border color for menu and columns */
.nav, .c1, .c2, .c3 {
	border-color: #c93c27;
}

/* background color for selected page in the menu - same color as above */
.nav li.current_page_item > a, .nav li.current_page_parent > a { 
	background: #1451a4;
}

/* background color for widgets */
.widget {
	background: #f4f3f2;
}

/* wiget titles */
.widget h2 {
	background: #fed9a9;
	color: #7E7E7E;
}
