/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font-size: 12pt ;
	font-family: Arial,helvetica,verdana;
	color: rgb(33,33,33);
	margin: 0; 
	padding: 0;
	background-color: #d8d5d1;
	}
p { 
	margin-top: 5px; 
	text-align: justify;
	}
h1 { 
	font-size: 16pt ;
	font-family: Arial,helvetica,verdana;
	font-weight: bold; 
	letter-spacing: 1px; 
	margin-bottom: 0;
	}
h2 { 
	font-size: 16pt ;
	font-family: Arial,helvetica,verdana;
	font-weight: bold; 
	margin-bottom: 0; 
	}
h3 { 
	font-size: 12pt ;
	font-family: Arial,helvetica,verdana;
	margin-bottom: 0;
	}
a:link { 
	font-size: 10pt;
	text-decoration: none; 
	color: #666666;
	}
a:visited { 
	font-size: 10pt ;
	text-decoration: none; 
	color: #666666;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #666666;
	}
.small      {
	 font-size: 8pt;
	}



/* specific divs */
#container {
	position: relative;
	width: 860px;
	margin: auto;
	padding: 0 0 500px 0;
	border: 0px dotted #999999;
}

#header {
	position: relative;
	height: 28px;
	padding: 0;
	margin: 0;
	border: 1px solid #d8d5d1;
	background-color: #d8d5d1;
}
#header h3 span {
	position: absolute;
	left: 20px;
	top: 5px;
	font-size: 10px;
	}
#header p span {
	position: absolute;
	right: 20px;
	top: 5px;
	font-size: 10px;
}

#intro 	{ 
	height: 198px;
	margin: 0;
	padding: 0;
	border: 1px solid #d8d5d1;
	background-image: url(banner.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#intro h1 span {
	position: absolute;
	right: 20px;
	top: 160px;
	font-size: 80px;
	color: #d8d5d1;
}
#intro h2 span {
	position: absolute;
	right: 20px;
	top:90px;
	font-size: 10pt;
}
#intro h3 span {
	position: absolute;
	right: 20px;
	top: 110px;
	font-size: 8pt;
}
#intro img {
	position: absolute;
	left: 5px;
	top: 35px;
}

#main 	{
	width: 640px;
	min-height: 500px;
	margin:0;
	margin-top: 30px;
}

#main h1	{
	height:20px;
	padding:5px;
	padding-left:20px;
	margin:0;
	color: white;
	background-color: #736A62;
}
#main h2	{
	height:20px;
	padding:5px;
	padding-left:20px;
	margin:0;
	color: rgb(33,33,33);
	background-color: #B0AAA4;
}
#main p 	{
	margin:0 0 0 0px;
	margin:5px;
	padding: 0px;
}
#main img {
	max-width:630px;
	margin:5px;
	padding: 0;
}

#footer {
	height:20px;
	padding:5px;
	margin:0;
	background-color: #B0AAA4;
}
#footer p {
	font-size: 8pt;
	text-align: center;
}

#mainlink {
	position:absolute;
	top: 230px;
	height: 30px;
	width: 860px;
	text-align: center;
	padding: 0;
	margin: 0;
}
#mainlink a, #mainlink a:visited  {
	position: relative;
	float: left;
	width: 80px;
	height: 15px;
	padding: 5px;
	background-color: #ffffff;
	color: #666666;
}
#mainlink a:hover {
	background-color: #eeeeee;
	color: #999999;
	text-decoration: none;
}

#linklist {
	position:absolute;
	top: 255px;
	left: 650px;
	width: 205px;
	background-color: #ffffff;
	padding: 5px;
	margin: 0px;
}
#linklist h1 {
	height:20px;
	padding:5px;
	padding-left:20px;
	margin:0;
	color: white;
	background-color: #736A62;
}
#linklist li {
	line-height: 16px;
}

#rssOutput img {
	max-width:630px;
	margin:5px;
	padding: 0;
}

#sponsors {
	padding: 0;
	margin: 0;
}
#sponsors a {
	width: 190px;
	height: 85px;
	margin: 4px;
	padding: 5px;
	float: left;
	border:1px solid #ffffff;
	text-align:center;
}
#sponsors img {
	border:1px solid #ffffff;
}
