/* mintsalad design */
/* commented by DH 23/04/08 */


a:link { 
 text-decoration: underline;
 color:#00CCFF;
 }
a:visited { 
 text-decoration: underline;
 color:#00CCFF;
 }
a:hover { 
 text-decoration: none;
 color:#00CCFF;
 }
a:active { 
 text-decoration: underline;
 color:#00CCFF;
 }

body, html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#bbbbbb;
	color:#ffffff;
	height:100%;
	margin:0px;
	}

/* the top black bar */	
#header_black {
	min-height:50px;
	height:10%;
	background-color:#000000;
}

/* holds all of the main areas */
#main_section_holder {
	height:70%;
	max-height:600px;
	min-height:495px;
	background-image:url(../html_version/images/bg_gradient.gif);
	background-repeat:repeat-x;
	background-color:#999999;
	background-position:top;
}

#main_section {
	width:970px;
	margin: 0 auto 0 auto;
}

