/* Layout */
*, html, body {margin: 0; padding: 0;}
#wrapper {margin: 0 auto; width: 776px;}

#header {width:775px; height: 75px; background:url(../images/top_line.gif) top no-repeat; overflow: hidden;}
#header img {border: 0;}
#logo {width: 300px; position: relative; top: 10px; left: 0px; float: left;}
#nav {width: 421px; height: 75px; background:url(../images/menu_bg.gif) no-repeat; float: right; position: relative; top: 38px; overflow:hidden;}

#splash {clear: both;}
#content {width: 735px; background:#f4efd8 url(../images/content_bg.gif) no-repeat; padding: 20px; margin: 5px 0 0 0;}
#footer {margin: 0 auto; padding:12px 0 0 0; width: 776px; background:url(../images/footer_bg.gif) no-repeat;}

/* Links & Typography */
#navlist {position: relative; top: 3px; left: 15px; width:421px; height:30px; overflow:hidden;}
#navlist ul {margin:0; padding:0;}
#navlist li {display: inline; list-style-type: none; margin: 0; padding:0 15px 0 0;}
#navlist li a:link, #navlist li a:visited {font:14px Georgia, serif; color:#333; text-decoration: none;}
#navlist li a:hover, #navlist li a:active, #navlist a:link#current, #navlist a:visited#current {color:#b54a29;}

.header {border: 0; margin:10px 0 0 0;}
p {font:14px Georgia, serif; color:#333; padding:0; margin:0 0 10px 0;}
.centered {text-align: center; margin:0 0 15px 0;}

#content a:link, #content a:visited {color:#b54a29; text-decoration: none;}
#content a:hover, #content a:active {text-decoration: underline;}
#content li {
	width:200px;
	border:solid #ccc;
	border-width:0 1px 1px 0;
	/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
	 */
	background:#fff;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}

#righter {
	float: right; 
	width:200px;
	border:solid #ccc;
	border-width:0 1px 1px 0;
	/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
	 */
	background:#fff;
	padding:10px;
	text-align:center;
	position:relative;
	margin:5px;
	}
	
#lefter {
	float: left; 
	width:200px;
	border:solid #ccc;
	border-width:0 1px 1px 0;
	/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
	 */
	background:#fff;
	padding:10px;
	text-align:center;
	position:relative;
	margin:5px;
	}	

img.gallery {
	border:1px solid #eee;
	/* delete line above and uncomment this for an inset effect
	border:1px solid;
	border-color:#666 #EEE #EEE #666;
	 */
	}

#litmin {position: relative; left: 100px; top: 7px;}

#footer p {font:10px Arial, Helvetica, sans-serif; color:#333;}
#footer a:link, #footer a:visited {color:#b54a29; text-decoration: none;}
#footer a:hover, #footer a:active {text-decoration: underline;}

