html,
body 
	{
	color: black; 
	font-family: "arial";
	font-size:14px;
        }

a:link    {color:black} 
a:visited {color:black} 
a:hover   {color:blue} 
a:active  {color:red} 
p	  {line-height:1em;}

hr      {color:grey;}

td	{
	color: black; 
	font-family: "arial";
	font-size:14px;
	}

	.fadein 
		{
		position:relative; 
		width:400px; 
		height:332px; 
		}

	.fadein img 
		{ 
		position:absolute; 
		left:0; top:0; 
		}

#wrapper
	{
	width: 1000px;
	}

#links
	{
	background-color: #ffffff;
	width: 420;
	}	

#images
	{
	background-color: #E0F2F7;
	width: 250px;
	float: left;
	height: 600px;
	padding-top: 10px;
	background-image: url(pics/clouds.jpg);
	background-repeat: repeat;
	}

#content
	{
	background-color: #ffffff;
	width: 480px;	
	float: left;
	height: 600px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	line-height:2em;
	
	}

#ads
	{
	background-color: #E0F2F7;
	width: 250px;
	float: left;
	height: 600px;	
	background-image: url(pics/clouds.jpg);
	background-repeat: repeat;
	}

.footer
	{
        position: relative;
	background-image: url(pics/footer.jpg);
	background-repeat: repeat;
	font-size: 12px;
        clear: both;
	width: 1000px;
	}
