/*
Project Title:  Joanie Anderson
Author:  Christopher C Goodrich
Author Email:  Chrisg@chrisgoodrich.net
Author Website: www.chrisgoodrich.net
*/


body{ 
background-color: #000000; 
color: #000000; 
margin: 0; 
font-size: 15px; 
text-align: center; 
}

#container { 
width: 800px; 
margin: 0 auto; 
}

p{
font-family: Arial;
color: #eab000; 
/*color: #666666;*/
}

.note, .note a{
color: #555;
font-size: 12px;
}

h2{
font-family: Arial;
font-size: 95%;
color: #eab000;
/*color: #333333;*/
text-decoration: bold;
}

a{
font-family: Arial;
color: #eab000;
/*color: #333333;*/
text-decoration: none;
}

a:hover{
font-family: Arial;
text-decoration: underline;
/*color: #666666;*/
}

#header{
width: 100%;
border-bottom: 1px solid #eab000;
height: 53px;
}

#footer{
width: 100%;
border-top: 1px solid #eab000;
font-family: Arial;
font-size: 85%;
color: #eab000;
text-align: right;
}

#display{
font-family: Arial;
font-size: 85%;
color: #666666;
}

#main{
width: 800px;
text-align: center;
}

.logo{ 
border: none;
}

.menu{
font: 11px verdana, arial, sans-serif; 
width: 100%;
position: relative;
top: 10px;
}

.threecolcont_C0CED311 {
width:100%; 
height:100%;
}

.threecolcont_gallery {
width:100%; 
height:50%;
}

.threecolbox_C0CED311 {
width:33%; 
float:left; 
}

img{
margin-left: -5px;
padding: 4px;
border: 1px solid #333333;
max-width: 100%;
}

.new{
margin-left: -5px;
padding: 4px;
border: 1px solid #eab000;
max-width: 100%;
}

#clear{
clear:both;
}