body, html  {
margin:0px;
padding:0px;
font-family: verdana, Arial, helvetica, tahoma, geneva, sans-serif;  
color: #000000;  
background-color: #FFC; 
}





#main {
position: absolute;
width: 680px;
top: 20px;
left: 370px;
margin:0px;
padding:10px;
background-color: #FFf; 

border-top: 1px solid green;
border-bottom: 1px solid red;
border-left: 3px solid green;
border-right: 3px solid red;
}


#sidebar {
position: absolute;
top:20px;
left:20px;
width: 300px;
padding:10px;
background-color:#ccc;
border:1px dashed #666;
text-align: center;
}

#sidebar p { padding-bottom: 3px; margin: 0; 
}

#sidebar  a, #sidebar  a:link {
display: block; 
text-align: center; 
font: bold 1em sans-serif; 
padding: 0; 
margin: 0; 
width: 200px;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ccc;
border-left: 50px solid #ccc;
border-right: 50px solid #ccc;
text-decoration: none; 
color: #0F4F34;
}

#sidebar  a:hover {
border-top: 1px solid #ffffff;
border-bottom: 1px solid #fff;
border-left: 50px solid green;
border-right: 50px solid red;
background: #fff; color: #000;
}

#sidebar img { border: 0; margin: 0; padding: 0; border: none; }

div#footer {
margin-top: 30px;
font-size: 77%;
}


div#validator {font-size: 77%;}



 .ahem { display: none; }

img { border: 0; margin: 0; padding: 0; border: none; }

a, a:link  { color: red; text-decoration: underline; }
a:visited  { color: gray; text-decoration: underline; }
a:hover, a:visited:hover  {  color: green; text-decoration: none;  }

h1, h2, h3, h4, h5, h6 {text-align: center;}

h1 {
border-left: 50px solid green; 
border-right: 50px solid red; 
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}


h3 {
margin-top: 200px;

border-top: 1px solid green;
border-bottom: 1px solid red;
border-left: 1px solid green;
border-right: 1px solid red;
}
/* Slideshow */
#Slideshow
{
	overflow: hidden;
	position: relative;
	width: 233px;
	height: 175px;
	margin-left: 10px;
	margin-top: -8px;
	padding: 2px;
}
#Slideshow img
{
	display: none;
	position: absolute;
	width: 233px;
	height: 175px;
}