body {
font: normal 12px/16px Georgia, Times New Roman, Times, serif;
color: #300;
background-color: #FFF6CF;
}

 a {
text-decoration: none;
color: #630;
}



#container {
  width: 600px;
  margin-left:auto;
  margin-right:auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  }
  
  #banner {
height: 45px;
width: 600px;
background-image: url(assets/2012.gif);
background-repeat: no-repeat;
margin-top: 20px;
}


#navigation {
text-align: center;
height: 25px;
width: 600px;
padding: 0px;
}

ul {
text-align: l;
font: normal 16px/18px Georgia, Times New Roman, Times, serif;
font-style: italic;
margin-left: 35px;
padding-left:0px;
list-style: none;
width: 600px;
}

ul li {
float: left;
margin-bottom: 25px;

}

ul a {
padding: 0 2em;
line-height: 2.1em;
text-decoration: none;
color: #630;
}

ul.first a {
background:none;
}

ul a:hover {
color: #963;

}


#left_column {
	float: left;
	width: 250px;
	text-align: left;
	vertical-align: top;
	margin-left: 50px;
	text-decoration: none;
	
}

#left_column img {
            border: 1px solid #000;
            margin-bottom: 5px;
            margin-top: 10px;
            
}

#left_column a {
            font-size: 150%;
                        
}

#left_column p {
            margin-top:5px;
                        
}



#right_column {
            float: right;
            width: 250px;
            text-align: left;
			vertical-align: top;
			margin-right: 50px;
			padding-bottom: 0px;
			text-decoration: none;
			
}

#right_column img {
            border: 1px solid #000;
            margin-bottom: 5px;
            margin-top: 10px;
            
}

#right_column a {
            font-size: 150%;
            
}

#right_column p {
            margin-top:5px;
                        
}






