/*		BLUE		*/

/*	------------------------------------------------------------------	*/
/*	--- General styles that depend on theme --------------------------	*/
/*	------------------------------------------------------------------	*/

A {
	color: #62d3e7;
}

/*	Headings */

h1 {
	color: #62d3e7;
	font-size: 30px;
	padding: 0px;
	margin: 0px;
	line-height: 1em;
}

h2 {
	color: #62d3e7;
	font-size: 25px;
	padding: 0px;
	margin: 0px;
	line-height: 1em;
}

h3 {
	color: #62d3e7;
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	line-height: 1em;
}


/*	------------------------------------------------------------------	*/
/*	-------------------------- General styles that depend on theme ---	*/
/*	------------------------------------------------------------------	*/

.page_navigator SPAN.seperator {
	color: #62d3e7;
}

.content_text .description_image {
	border: 1px solid #62d3e7;
}

.header_container {
	background-image: url('../../site_images/theme/menu_bg/1.jpg');
	background-repeat: repeat-x;
	height: 75px;
	width: 100%;
	background-color: #000000;
	padding: 0px;
	margin: 0 auto;
	font-size: 0px;
	
}