/* CSS Document */
#wrapper {
width: 740px;
height: auto;
margin: 0px auto;
margin-top: 10px;
margin-bottom: 0px;
background-color: #CC0000; 
}
#content{
font-family:Tahoma;
height:430px;
overflow: scroll;
}
#text{
border-style:solid;
border-color:#666666;
border-width: 2px;
background-color:#FFFFCC;
width:450px;
padding: 10px;
}
#leftColumn{
width: 224px;
margin-right: 0px;
}
#leftBox{
width:200px;
border-style:solid;
border-color:#666666;
border-width: 2px;
background-color:#FFFFCC;
padding: 10px;
margin-bottom: 10px;
}
body {background-color:#CC0000; margin: 0 0 0 0; font-family: Tahoma;}

h1 {font-family: Tahoma;}
h3 {color:#CC0000;}
h5 {margin: 0px; padding-left: 10px; background-color:#666666; color:#FFFFFF;}
p {font-size:12px; text-align:left; line-height: 18px;}
ul.content {font-size:12px; margin: inherit;}
li.content {padding-top: 2px; padding-bottom: 2px;}
a.contact { font-size:12px; color:#CC0000; text-align: right; padding: 5px;}
span.contact {color: #CC0000; font-size:12px;}
a.gallery { font-size: 12px; color: #CC0000; text-decoration: none; }
a.gallery:hover {color: #CC0000; text-decoration: underline; }
a.back {color:#999999; text-decoration: none; }
a.back:hover { color: #999999; text-decoration: underline; }
a.header {text-decoration: none;}
a.header:hover { color:#FFFFFF; text-decoration:underline;}
img.thumb { margin: 5px; border: 1px solid #CC0000; }

.cap {

float: left;
width: 76px;
font-size: 72px;
line-height: 54px;
font-weight: normal;
color:#666666;
font-family: Geneva, Arial, Helvetica, sans-serif;
}

#footer{
width: 735px;
background-color:#666666;
padding-left: 5px;
padding-top: 2px;
padding-bottom: 2px;
border-top-style: groove;
border-top-width: thick;
border-top-color: #333333;
border-bottom: 1px solid #000000;
}
#navlist {
width: 740px;
height: auto;
padding: 0px;
margin: 0px 0px 0px 0px;
background-color:#666666;
}
#navlist ul{
float: left;
width: 100%;
padding: 0px;
margin: 0px 0px 0px 0px;
list-style-type: none;
}
#navlist ul li {display:inline;}
#navlist ul li a {
float:left;
width:6em;
text-decoration:none;
font-family:Tahoma;
font-weight:bold;
font-size:11px;
color: white;
background-color:#666666;
padding:0.2em 1.0em;
border-right:1px solid white;
}
#navlist ul li a:hover, #navlist ul li a:focus {background-color:#CC0000; color:#CCCCCC;}
