#container
{
	margin:auto;
	width:960px;
}


#nav
{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top:16px;
	padding-bottom:19px;
}

#text
{
	background-image:url(../images/text_bg.jpg);
	background-repeat:repeat-y;
	min-height:300px;
	margin-top:0px;
}

#actual_text
{
	padding:15px;
	
}

#text_footer
{
	background-image:url(../images/text_footer_bg.jpg);
	background-repeat: no-repeat;
	min-height:50px;
	margin-top:0px;
}


body 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#cedef4;
	background-image:url(../images/bg_repeat.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}

.white { color:#FFFFFF;}

h1 { font-size:16px; font-family:arial, helvetica, sans-serif;}
h2 { font-size:12px; font-family:arial, helvetica, sans-serif;}

a, a:link, a:visited {
	text-decoration:none;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	}
	
	a:hover, a:active {
	text-decoration:none;
	color:#20827f;
	font-family:Arial, Helvetica, sans-serif;
	}
	
a.nav, a.nav:link, a.nav:visited {
	text-decoration:none;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:300;
	}
	
	a.nav:hover, a.nav:active {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	
	}
	
a.about_nav, a.about_nav:link, a.about_nav:visited {
	text-decoration:none;
	color:#20827f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:300;
	}
	
	a.about_nav:hover, a.about_nav:active {
	text-decoration:none;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:300;
	}