body {
	background: #fff url(http://www.joelgarver.com/imgs/body_bg5.jpg) fixed;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#container {
	background: #c5b481 url(http://www.joelgarver.com/imgs/fill.jpg) repeat-y;
	margin-top: 10px;
	margin-right: 6%;
	margin-bottom: 10px;
	margin-left: 6%;
	border: solid 6px #fff;
}

#header {
	background-color: #ab9550;
	background-image: url(http://www.joelgarver.com/imgs/header.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	padding: 9px 0px 9px 8px;
	border-bottom: solid 1px #000;
}

#bar {
	background-color: #f7f4ee;
	text-align: center;
	letter-spacing: 2px;
	font: 16px garamond, times, serif;
	padding: 4px 2px 4px 2px;
	border-bottom: solid 1px #000;
}

#box {
	padding: 0px;
	border: none;
}

#menu {
	position: relative;
	float: left;
	background-color: #c5b481;
	line-height: 20px;
	font: small-caps 16px garamond,times,serif;
	margin: 0px;
	padding: 40px 12px;
	width: 160px;
}


#main {
	background: #fff;
	position: relative;
	font: 14px verdana,arial,helvetica,sans-serif;
	line-height: 1.5;
	padding: 20px 20px 60px 20px;
	margin: 0px 0px 0px 184px;
	border-right: solid 1px #f7f4ee;
	border-bottom: solid 1px #f7f4ee;
}

#main ul {
	list-style-type: circle;
}

#main a:link { 
	text-decoration: none;
	color: #917d44;
}

#main a:visited { 
	text-decoration: none;
	color: #917d44;
}

#main a:hover, a:active { 
	text-decoration: none;
	border-bottom: 1px dotted; 
	color: #917d44;
}

h1 {
	font: bold small-caps 22px garamond,times,serif;
	color: #333333;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 20px;
	text-align: right;
}

h2 {
	font-family: garamond,times,serif;
	font-size: 18px;
	color: #333333;
	padding-top: 10px;
	margin-left: 0px;
	margin-right: 30px;
	text-align: left;
	border-bottom: 1px solid #dcd2b6;
}

a:link {
	color: #000000;
	text-weight: normal; 
  	text-decoration: none; 
}

a:visited {
	color: #000000; 
	text-weight: normal; 
  	text-decoration: none;
}

a:active { 
	color: #000000; 
	text-weight: normal; 
  	text-decoration: none ;
}

a:hover { 
	color: #cc3300; 
	text-weight: normal; 
  	text-decoration: none;
}
