body {
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color: #e1ddd9;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color:#564b47;
	padding:30px;
	margin:0px;
	text-align: center;
}

h3 {
	font-size: 130%;
	}

h4 {
	font-size: 110%;
	color: #999;
	margin: 0;
	}

img.pad {
	position: relative;
	float: right;
	clear: right;
	right:5px;
	margin: 5px;
	}

.container {
        width: 800px;
        padding: 15px;
        margin: 0px 0 0px 0;
        border: 0px solid #ccc;
        background: #fff;
	    text-align: left;
	    }

.topandbottom {
        width: 830px;
        height: 18px;
	}
/* rounded */

#nav {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #9FB1BC;
	margin-left: 14%;
	margin-right: 14%;
	}

#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#nav a:link, #nav a:visited {
	float: left; 
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #708491;
	}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
	color: #000;
	background: url(images/mini.jpg) no-repeat bottom center;
}

