/* CSS Document */

body {margin: 0 0;
	padding: 0 0;
	background-color:#E3D9BF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333333;}
a {color: #990000;}
a:hover {text-decoration: none;}
img {margin: 2px 4px;}
	
#wrapper {width: 100%;}
	
#masthead {background-image: url("/images/web-header-shadow.jpg");
	background-repeat: no-repeat;
	background-position: right;
	height: 150px;
	width: 100%;}
	
#nav-row {padding: 8px 10px;
	border-bottom: 1px dashed #888888;}
#nav-row a {border: 1px solid #bbbbbb;
	padding: 2px 10px;
	color: #993300;
	text-decoration: none;}
#nav-row a:hover {color: #E3D9BF;
	background-color: #993300;}
	
#main-table {width: 100%;}

#left {padding: 10px 10px;}

#right {width: 30%;
	border-left: 1px dashed #888888;
	padding: 10px 10px;}

#footer {width: 99%;
	padding: 10px 10px;
	height: 150px;
	border-top: 1px dashed #888888;
	background: url("/images/swapbookletcover-pics.jpg") center bottom no-repeat;}

