body {
	background: #fff url(graphics/circles.gif) fixed;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
}

#container {
	background: #FFFFAE url() repeat-y;
	margin-top: 10px;
	margin-right: 6%;
	margin-bottom: 10px;
	margin-left: 6%;
	border: solid 6px #fff;
}

#header {
	background-color: #FFFFAE;
	background-image: url(imgs/header1.jpg);
	background-position: center ;
	background-repeat: no-repeat;
	height: 96px;
	padding: 9px 8px 9px 8px;
	border-bottom: solid 1px #000;
}

#bar {
	background-color: #D5F1CD;
	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;
}


#main {
	background: #FFCCCC;
	position: relative;
	font: 12px verdana,arial,helvetica,sans-serif;
	padding: 20px 20px 60px 20px;
	margin: 0px 0px 0px 0px;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}

#menu {
	position: relative;
	float: left;
	background-color: #c5b481;
	line-height: 20px;
	font: small-caps 12px garamond,times,serif;
	margin: 0px;
	padding: 40px 12px;
	width: 1px;
}

#main ul {
	list-style-type: circle;
}

#main a:link { 
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}

#main a:visited { 
	text-decoration: none;
	font-size: 12px;
	color: #000000;
	border: #000000;
}

#main a:hover, a:active { 
	text-decoration: none;
	
	border-bottom: 0px dotted; 
	color: #917d44;
}

h1 {
	font: bold small-caps 22px verdana, garamond,times,serif;
	color: #333333;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 20px;
	text-align: right;
}

h2 {
	font-family: verdana, garamond,times,serif;
	font-size: 18px;
	color: #333333;
	padding-top: 10px;
	margin-left: 0px;
	margin-right: 30px;
	text-align: left;
	border-bottom: 1px solid #ffffff;
}

h3 {
	font-family: verdana, garamond,times,serif;
	font-size: 14px;
	color: #333333;
	padding-top: 10px;
	margin-left: 0px;
	margin-right: 30px;
	text-align: left;
	border-bottom: 1px solid #ffffff;
}

a:link {
	color: #000000;
	text-weight: normal; 
  	text-decoration: none; 
}

a:visited {
	color: #000000; 
	text-weight: normal; 
  	text-decoration: none;
	border: #000000;
}

a:active { 
	color: #FFCC66; 
	text-weight: normal; 
  	text-decoration: none ;
}

a:hover { 
	color: #cc3300; 
	text-weight: normal; 
  	text-decoration: none;
}
