body {/* content font family and font color */
	/*
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ababab;
	*/
}

body {/* content background pattern and background color */
	/*
	background:url(images/patterns/7.png) #ffffff;
	*/
}

/* menu background-colors */
.block_top_menu li.one {/* the first menu item */
	/*
	background-color:#2b514a;
	*/
}
.block_top_menu li.two {/* the second menu item */
	/*
	background-color:#d4e0c5;
	*/
}
.block_top_menu li.three {/* the third menu item */
	/*
	background-color:#8ec4b2;
	*/
}
.block_top_menu li.four {/* the fourth menu item */
	/*
	background-color:#3d3830;
	*/
}
.block_top_menu li.five {/* the fifth menu item */
	/*
	background-color:#d05e38;
	*/
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {/* headings font family and font color */
	/*
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	color:#ffffff;
	*/
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {/* active headings font color */
	/*
	color:#ffffff;
	*/
}
#content a {/* active content font color */
	/*
	color:#ffffff;
	*/
}