html,body {margin:0;padding:0}
body {
	text-align:center;
	font-family: Lucida Grande, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #000;
	color:#3D4228;
	background:url(../images/body_bg2.gif) top center repeat-y #000;
	
	
	
}
h1 {
	float:left;
	font-size:medium;
        font-family:Georgia;
	font-weight: lighter;
        margin:20px 0 0 50px;
	display:inline;
}
h1 a {
color:#fff;
text-decoration:none;
}

h2 {
	font-size:medium;
	font-family:Georgia;
	font-weight: lighter;
}
a {
	color:#003300
}

#container {
	text-align:center;
	margin:20px auto 0;
	width: 740px;
	background-color:#999999;
	padding:0;
	background: url(../images/main_bg.gif) repeat-y;
	

} 
#header {
	background-image:url(../images/header_bg.gif);
	background-repeat:no-repeat;
	height:291px;

}
#header img {
	margin:0 auto ;
padding:27px 0 2px 0;

display:block;
}
#nav {
	text-align:right;
	clear:both;
	background-image:url(../images/nav_bg3.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:58px;
	color:#FFF;
width:686px;
margin:0 auto;
}
#nav ul {
	margin:35px 40px 0 0;
	padding: 0 ;
	list-style: none;
	float:right;
	display:inline;
}
#nav ul li {
	display: inline;
	
	
}
#nav ul li a {
	text-decoration: none;
	padding:0 0 0 10px;
	font-size: 1.2em;
	font-weight: normal;
	color:#FFF;
		}

#nav ul li a:hover {
		text-decoration:underline;
}
#pic {
	margin-bottom:20px;
}
#content {
	width:696px;
	margin:10px 22px;
	background-image: url(../images/swirl_bg.gif);
	background-position:top right;
	background-repeat:repeat-y;
}
#recent {
	
	width:178px;
	float:left;
	border-right:1px dotted #494E2F;
	text-align:left;
	padding-right:7px;
}
#recent img {
	border:1px solid #DDCC88;
	padding:5px;
	margin:0 7px 7px 0;
}
#main {
	width:496px;
	float:right;
	padding:0;
	text-align:left;
}

.tagline {
	float:left;
	clear:both;
}
#footer {
	background: url(../images/bottom_bg.gif) bottom left no-repeat;
	padding:15px 0;
height:10px;
	
	
}
#content:after, #side:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#content, #side {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html #content, * html .article {
	height: 1%;
}
#content {
	display: block;
}
/* End hide from IE-mac */
/* end float fix */
