body {
		font-family: "century gothic", arial;
		font-size: 12px;
		background-color: #e9e9e9;
		background-position: top left;
		margin: 0;
		padding: 0;
	}
		
a {
	color:#068ADE;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color:#0000ff;
}
	
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	margin-top:12px;	
}

#header {
	background-image:url(/images/header.gif);
	background-repeat:no-repeat;
	height:179px;
}

#menu {
	font-family: tahoma;
	font-size:11px;
}

#menu ul {

	list-style: none;
	padding: 0;
	margin: 0;		
}

#menu li {
	float: left;
	border: 1px solid #bbbbbb;
	border-bottom-width: 0;
	margin: 0;
}

#menu a {
	text-decoration: none;
	display: block;
	background: #EFE9D3;
	padding: 0.3em 1em;
	color: #776655;
	width: 13em;
	text-align: center;
	height:45px;
}

#menu a:hover {
	color: #000000;
	background: #EFE9D3;
}

#menu #selected {
	border-color: #000000;
}

#menu #selected a {
	background: #B3CEE9;
	position: relative;
	top: 1px;
	background: #B3CEE9;
	color: black;
	font-weight: bold;

}

#breadcrumb {
	padding-top:5px;
	padding-bottom:5px;
}

#content {
	border: 1px solid #678FB8;
	padding: 15px;
	clear: both;
	background-color: #ffffff;
	height:465px;
}

#content h1 {
	font-size: 15px;	
	font-family: Tahoma, arial;
	padding:0;
	margin:0;
	font-weight:normal;
}

#content #author {
	font-family: Tahoma, arial
}

#content #date {
	font-family: verdana, arial
}

#content #contenttable {
font-size: 12px;	
}


#footer {
	text-align: center;
	font-family: verdana, arial;
	font-size: 9px;
	background-color:#9DB2C6;
	padding: 4px;
	border-left: 1px solid #678FB8;
	border-right: 1px solid #678FB8;
	border-bottom: 1px solid #678FB8;
}

#ad1 {
	background-color:#068ADE;
	width:125px;
	height:125px;
	position:relative;	
	left:459px;
	top:25px;
}

#ad2 {
	width:468px;
	height:60px;
	background-color: #068ADE;
}


#mainad1 {
	width:728px;
	height:90px;
	background-color: #068ADE;
	
}

