html,body
	{
  	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    	font-size: 12px;
	color: #000000;
    	margin: 0px;
    	background: #3d6d9e;
	}

	a:link,  	a:visited
			{color: #ff9900; text-decoration: none;}

	a:hover,  	a:active
			{color: #808080; text-decoration: none;}

	a.white:link,  		a.white:visited
			{color: #ffffff; text-decoration: none;}

	a.grey:link,  		a.grey:visited
			{color: #808080; text-decoration: none;}
	
	a.white:hover,  	a.white:active
			{color: #808080; text-decoration: none;}

b
	{
	color: #ff9900;
	}

.border			
	{
	border: solid 1px;
	}

img
	{
	float: left;
	border: solid 0px;
	}

td
	{
	width: 290px;
	}

.big_font_grey
	{
	color: #808080;
    	font-size: 18px;
	}

.small_image
	{
	margin-left: 10px;
	float: right;
	border: solid 1px;
	}

.hold_main
	{
	margin: 0 auto;
    	width: 1000px;
	height: 1160px;
	}

.main
	{
	float: left;
	margin-top: 30px;
	margin-left: 10px;
    	width: 980px;
	height: 1100px;
    	padding: 20px;
    	background: #33cc66;
	}

.photo_link
	{
	margin-right: 20px;
	float: left;
    	width: 140px;
	height:140px;
	}

.photo_link_last
	{
	float: left;
    	width: 140px;
	height:140px;
	}

.logo
	{
	float: left;
	margin-top: 20px;
    	width: 300px;
	height:300px;
    	background-image: url(../image/links/logo.jpg);
	}

.links
	{
	padding: 20px;
	float: left;
    	font-size: 18px;
	margin-top: 40px;
    	width: 240px;
	height: 280px;
    	background: #ff9900;
	}

.text_right
	{
	float: right;
	margin-top: 40px;
    	width: 620px;
	min-height: 890px;
	padding: 20px;
    	background: #ffffff;
	}

.text_right_news
	{
	overflow: auto;
	float: right;
	margin-top: 10px;
    	width: 580px;
	height: 300px;
	border-top: solid 2px;
	border-color: #808080;
	}

.main_admin				/*** in moortje/news_admin ***/
	{float: left;
	margin-top: 10px;
	margin-left: 10px;
    	width: 580px;
	height: 760px;
    	padding: 20px;
    	background: #ffffff;
	border: solid 20px;
	border-color: #33cc66
	}

.small_image_admin				/*** in moortje/news_admin (only change_message)***/
	{
	margin-top: 10px;
	float: left;
	width: 698px;
	height: 242px;
	}

.display_big_image_admin				/*** in moortje/admin (only image show big image small)***/
	{
	border: solid 1px;
	float: left;
	width: 143px;
	height: 107px;
	}

.display_big_image_explore				/*** in moortje/admin (only image show big image small) need it for explore ***/
	{
	border: solid 0px;
	float: left;
	width: 143px;
	height: 137px;
	}

.text_area				/*** in moortje/admin ***/
	{
	float: left;
    	width: 580px;
	height: 750px;
    	border: solid 1px;
	}

.text_area_image				/*** in moortje/admin ***/
	{
	float: left;
    	width: 580px;
	height: 300px;
    	border: solid 1px;
	}

.sponsors
	{
	float: left;
    	font-size: 18px;
    	width: 580px;
	min-height: 10px;
	}

.copy_right		
	{			/*** copy right inside   ***/
	float: left;
	margin-top:240px;
	height: 70px;
	width: 120px;
	font-size: 10px;
	}
