a:link {
	color: #b07a20;
	border: #000000;
	text-decoration:none;
}
a:visited {
	color: #b07a20;
	border: #000000;
	text-decoration:none;
}
a:hover {
	color: #a0961e;
	text-decoration:underline;
	cursor:pointer;
}
a:active {
	color: #b07a20;
	border: #000000;
	text-decoration:none;
}
/* Header */



/* Body */
body{
	color: #b07a20;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #f7f9fe;
	/*background-image:url(../images/header.jpg);
	background-repeat: no-repeat;*/
}
body, form, div, h1, h2, h3, h4, h5, table, tr, th,  dl, li, dt, dd, img, input {
	margin: 0;
	padding: 0;
}
.menu {
	position:absolute;
	top:25px;
	left:450px;
	font-size:10px;
}
.maincontent {
	width:630px;
	padding-right:50px;
}
.pagetitle {
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #ae9c1e;
}

/* Indents first line of a paragraph*/
p { text-indent : 30px; }
.noindent {
	text-indent:0px;
}

/* Menus 
 Next two classes show how to handle IE specific CSS
The html>body is generic; the next one is IE specifi
html>body #about {
	position:absolute;
	left: 22px;
	top: 24px;
	width:195px;
	height:115px;
	z-index:5;
	display:none;
}
 IE specific 
#about {
	position:absolute;
	left: 0px;
	top: 24px;
	width:195px;
	height:115px;
	z-index:5;
	display:none;
}
*/
/*CSS Cookbook p 166*/
div.imgholder {
	float:left;
	background:url(../images/dropshadow.png) no-repeat bottom right !important;
	/*IE can't use png's, so use a gif instead*/
	background:url(../images/dropshadowbig.gif) no-repeat bottom right;
	margin:10px 7px 0 10px !important;
	margin:10px 0 0 5px;
}
/* Margin left and bottom control how big a dropshadow
Padding controls white margin between img and border*/
div.imgholder img {
	display:block;
	position:relative;
	background-color:#fff;
	border:1px solid #666;
	margin:-3px 5px 5px -3px;
	padding:4px;
}
.wrapper {
	width:950px;
	border:1px solid black;
	margin:20px auto;
}
.hidden {
	display:none;
}
