﻿html 
{
	overflow: auto;
}

body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #D9D9FF;
	background-image: url( 'images/page_background.jpg' );/**/
	background-repeat: repeat-x;
}

body, td, p
{
	font-family: 'Trebuchet MS', Arial;
	font-size: 12px;
	color: #000000;
}

#centeringdiv
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center; 
	width: 100%;
}

#centercontent
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative; 
	width: 950px; 
	text-align: center; 
	margin: auto;
}

#header
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	width: 950px;
	height: 236px;
	top: 0px;
	left: 0px;
	text-align: left;
	background-image: url(  'images/header2.gif' );
	background-repeat: no-repeat;
}

#generalcontent
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	width: 950px;
	top: 236px;
	left: 0px;
	text-align: left;
}

#content
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 950px;
	top: 0px;
	left: 0px;
	text-align: left;
	position: relative;
	background-color: #FFFFFF;
}

#footer
{
	/**/
	position: relative; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;width: 950px; 
	height: 40px; 
	margin-top: 0px; 
	margin-left: 0px; 
	text-align: left;
	background-image: url(  'images/footer2.gif' );
	background-repeat: no-repeat;
	
}

#menu
{
	position: absolute; 
	top: 200px; 
	left:500px;
}

#menu a:active, a:link, a:visited
{
	text-decoration: none;
	color: #000000;
}

#menu a:hover
{
	text-decoration: none;
	color: #DD0000;
}

.link
{
}

.link a:active, a:link, a:visited
{
	text-decoration: none;
	color: #000000;
}

.link a:hover
{
	text-decoration: none;
	color: #DD0000;
}

.redlink
{
}

a.redlink:active, a.redlink:link, a.redlink:visited
{
	text-decoration: none;
	color: #DD0000;
}

a.redlink:hover
{
	text-decoration: none;
	color: #000000;
}

img.photo
{
	border: 1px solid #EB9292;
	background: #E0E0E0 url(/images/fotobackground.gif);
	padding: 5px;
	margin: 2px;
}

img.photohome
{
	border: 1px solid #cccccc;
	background: #cccccc url(/images/fotobackgroundhome.gif);
	padding: 5px;
	margin: 2px;
}

.textveld
{
	/*border: solid 1px #777777; */
	width: 300px;
	font-family: 'Trebuchet MS', Arial;
	font-size: 12px;
	color: #333333;
}

.greyblock
{
	 background-image: url(  'images/greyblock.gif' ); 
	 background-repeat:repeat-x
}

.lightgreyblock
{
	 background-image: url(  'images/lightgreyblock.gif' ); 
	 background-repeat:repeat-x
}

.lightgreyblock_vertical
{
	 background-image: url(  'images/lightgreyblock_vertical.gif' ); 
	 background-repeat:repeat-y
}

.redblock
{
	 background-image: url(  'images/redblock.gif' ); 
	 background-repeat:repeat-x
}

.quote
{
	 line-height: 12px; 
	 font-size: 10px; 
	 color: #aaaaaa; 
	 font-style:italic;
}

.redtext
{
	color: #DD0000;
}

.sponsoredbytext
{
	font-size:10px;
	color: #aaaaaa;
}

