body 
	{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px ; 
	color: #ffffff;
	margin: 0;
	background-image: url(img/bg.gif);
	}
td
	{ 
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px ; 
	color: #ffffff;
	}
input,select,textarea
	{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px ; 
	color: #000000;
	border: solid #000000 1px;
	background-image: url(img/bg2.gif);
	}
#btn_subscribe
	{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px ; 
	color: #000000;
	border: solid #000000 1px;
	}
#btn_unsubscribe
	{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px ; 
	color: #000000;
	border: solid #000000 1px;
	}
a:link
	{
	text-decoration: none;
	color: #000000;
	}
a:visited
	{
	text-decoration: none;
	color: #000000;
	}
a:hover
	{
	text-decoration: none;
	color: #ffffff;
	}
/*site starts here*/
#site
	{
	width: 900px;
	height: 600px;
	position: relative;
	background-image: url(img/site.gif);
	margin: auto 0;
	}
#container
	{
	width: 780px;
	height: 480px;
	position: absolute;
	top: 60px;
	left: 60px;
	background-image: url(img/container.jpg);
	}
#top
	{
	width: 190px;
	position: absolute;
	left: 0;
	top: 5px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	/*padding-bottom: 5px;
	border-bottom: 2px solid  #a25d02;*/
	}
h2
	{
	width: 100px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
	font-size: 10px;
	}
h1
	{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 20px;
	color: #000000;
	}
#tss
	{
	width: 2px;
	height: 460px;
	position: absolute;
	left: 210;
	top: 10px;
	background-color: #a25d02;
	}
#content
	{
	width: 530px;
	
	_width: 550px;
	_height: 480px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 20px 10px 0;
	text-align: justify;
	overflow: auto;
	/*scrollbars*/
	scrollbar-3dlight-color : #a25d02;
	scrollbar-darkshadow-color : #a25d02;
	scrollbar-arrow-color : #ffffff;
	scrollbar-track-color: #a25d02;
	scrollbar-face-color : #a25d02;
	scrollbar-highlight-color : #a25d02;
	scrollbar-shadow-color : #a25d02;
	}
#content ul
	{
	list-style-image: url(img/li.gif);
	margin-top: 0;
	margin-bottom: 0;
	}
#proximedia
	{
	position: absolute;
	bottom: 0;
	width: 900px;
	height: 30px;
	text-align: center;
	}
#proximedia img
	{
	border: none;
	margin-top: 7px;
	}	
/*navigatie*/
ul#nav
	{
	width: 190px;
	height: 228px;
	position: absolute;
	left: 0;
	top: 240px;
	margin: 0;
	padding: 0;
	}
ul#nav li
	{
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 19px;
	width: 190px;
	line-height: 19px;
	font-size: 16px;
	font-weight: bold;
	}
ul#nav li a
	{
	text-decoration: none;
	text-indent: 25px;
	color: #ffffff;
	outline: none;
	display: block;
	background-image: url(img/nav_up.gif);
	background-repeat: no-repeat;
	background-position: left;
	}
ul#nav li a:hover
	{
	text-decoration: none;
	text-indent: 40px;
	font-size: 16px;
	color: #000000;
	display: block;
	background-image: url(img/nav.gif);
	background-repeat: no-repeat;
	background-position: left;
	}
li#up
	{
	text-indent: 40px;
	color: #000000;
	background-image: url(img/nav.gif);
	background-repeat: no-repeat;
	background-position: left;
	}