/* CSS Document */
body{
		background-color:#171717;
		font-family:Arial;
		font-size:12px;
		padding:0px;
		margin:0px;
		color:#666666;
		}

h2{
border-bottom:1px dotted #666666;
color:#B22222;
margin-bottom:1em;
margin-top:8px;
text-transform:uppercase;
font-size:2em;
}

h3{

color:#000000;
font-weight:bold;
}

#wrapper{
margin-bottom:0;
margin-left:auto;
margin-right:auto;
margin-top:0;
width:1000px;
background-color:#fff;
}

#header{
height:auto;
width:100%;
clear:both;
}

#logo{
background-image:url(images/logo.jpg);
background-repeat:no-repeat;
width:146px;
height:120px;
float:left;
margin:20px;
}

#top-navigation{
float:right;
font-size:11px;
margin-right:30px;
margin-top:115px;
}


#top-navigation a{
float:left;
display:block;
padding:10px;
color:#000;
text-decoration:none;
font-weight:bold;
}
#top-navigation a:hover,#top-navigation a.active{
color:#B22222
}

#navigation-main{
width:100%;


clear:both;
background:#F8F8F8 none repeat scroll 0 0;
border-bottom:1px dotted #CCCCCC;
border-top:1px dotted #CCCCCC;
clear:both;
height:40px;
vertical-align:middle;

}

#navigation-main ul{
display:block;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:10px auto;
padding:0;
width:90%;
}

#navigation-main ul li{
float:left;
margin-left:5px;
margin-right:10px;
font-weight:bold;
}

#navigation-main ul li a{
color:#000;
text-decoration:none;
}

#navigation-main a:hover,#navigation-main a.active{
color:#B22222
}

#content{
padding:20px;
}

#navigation-main ul li.spl{
float:right;
}

#copy{
margin:0px auto;
color:#666666;
width:312px;
}

#left-col{
float:left;
height:auto;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
width:40%;
}

#left-col img{
clear:both;
max-width:306px;
}
#left-col b
{
display:block;
margin-top:20px;
}

#right-col{
float:right;
padding-bottom:20px;
padding-left:20px;
padding-right:20px;
padding-top:20px;
width:40%;
}


#right-col img{
border:2px solid #999999;
clear:both;
margin-top:22px;
max-width:316px;
}

#right-col #date, .date{
float:right;
font-size:11px;
font-style:italic;
}

#content,#footer{
clear:both;
}

#newsletter{
padding:35px;
}

h3{
text-transform:uppercase;
}

.gallery, #post-item {
border-bottom:1px dotted #999;
padding-bottom:20px;
}

.gallery img, .post img{
border:2px solid #999999;
height:132px;
opacity:0.7;
width:132px;
}

.gallery img:hover, .post img:hover{
opacity:1;
border:3px #999 solid;
}