﻿html, body {
	margin: 0 auto;
	padding: 0;
    height: 100%;
	font-size: 13px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 140%;
	background: url(headerBg.jpg) top center repeat-x #FFFFFF;
}

h1, h2, h3 {     font-family:Arial Rounded MT Bold;  font-size:25px;  }
a, a:link, a:visited {	color: #333333;	text-decoration: none; text-transform:none;}
a:active, a:hover{
	text-decoration: underline;
}

.editable  
{
     background-image: url(pencil.gif); 
     background-position:right top;
     background-repeat:no-repeat;
}
.editable:hover { background-color:#dfdfdf; cursor:pointer; }

img{ border-style: none; }
	
#wrapper {
   	min-height: 100%;
	position: relative;
    width: 1000px;
    margin: 0 auto;
	background: url(bg.jpg) no-repeat center top;
    }


#container {
 	width: 900px;
	padding-left: 50px;
    }

#header td { vertical-align:top; width:50%;  }
#header h1 { padding-top: 20px; }

#slideshow
    {
    width:900px; height:230px; 
    background-image:url(http://farm4.static.flickr.com/3237/2688374929_82cb741edb_b.jpg);
    }
    
#banner
    {
    position:relative;
    top: -100px;
    width:900px;
    height:60px;
    background-color:White;
    z-index:100;
    
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
    }

#banner div
{
    height:100px;
    font-size:30px;
    padding-top:13px;
    padding-left:50px;
    line-height:normal;
    font-weight:bold;
    font-family:Arial Rounded MT Bold;
    color:Black;
    z-index:110;
    }
    
.clickable:hover { cursor:pointer }    

#columns 
{ 
    margin-top: -20px;
    margin-left:10px;
    width:100%;  
}
#columns h1 { padding-top: 5px; }
#columns td { vertical-align:top; width:33%; padding: 0px 30px 0px 30px }

#copyright { font-style:italic; margin-top:-10px }

#footer {
	clear: both;
    text-align: center;
    margin: 30px 0px 0px 0px;
}

#footerLinks a {	padding: 0px 10px 0px 10px;  }

#footerLinks ul li 
{
    padding: 0px 10px 0px 10px;
	list-style: none;
	display: inline;
	border-right: #666666 solid 1px;
}

#footerLinks ul li.first{ 
	border-left: none;
}
#footerLinks ul li.last{ 
	border-right: none;
}

