body {background:url(../images/bodybg.jpg) repeat-x top left #fff; margin:0; padding:10px 0; color:#000; text-align:center;}
ul {margin:0;}
h3 {font-size: 100%;}
a img, a img:visited {
	margin: 2px;
	border: 1px solid green;
}
a img:hover {
	margin: 1px;
	border: 2px solid green;
}
.clear {
	clear:both;
}

.floatLeft	{
	float:left;
}

.floatRight {
	float:right;
}

#wholePage	{
	/*background-color:white;*/
	background:url(../images/sidebar.png) repeat-y top left #fff;
	width:46em;
	margin:0 auto 0;
	padding:0;
	text-align:left;
	border-bottom:1px solid green;
}

#header {
	border:1px solid green;
	padding:20px 1px 1px;
	height:100px;
	background-color:#fff;
}

#header h2 {
	font-family: Garamond;
	font-size: 20pt;
	font-style: normal;
	font-weight: normal;
	position: relative;
	top: 0;
	left: 4px;
	vertical-align: top;
	margin-bottom: 0;
}

#smallcap {
	color:green;
	font-family:Garamond;
	font-size:8pt;
	text-transform:uppercase;
	position:relative;
	top:0;
	left:4px;
}	

#menuBar	{
	background-color: green;
	color: white;
	/*border: 1px solid green;*/
	/*margin: 3px 0;*/
	text-decoration: none;
	text-align: left;
}

#menuBar ul	{
	display: inline;
	/*position: relative;*/
	/*left: 100px;*/
	text-align: inherit;
	/*padding: 0 .6em;*/
}
#menuBar ul li	{
	/*float: left;*/
	display: inline;
        border-right:1px solid white;
	/*color: white;*/
	/*text-align: inherit;*/
	/*background-color: green;*/
	padding: 0 .6em;
}
.current {
	color:green;
	background-color:white;
	padding: 0 1px;
}
#menuBar li a {
	text-decoration: none;
}
#menuBar a:visited,
#menuBar a:link {
	color: white;
}
#menuBar a:hover,
#menuBar a:active {
	color: green;
	background-color: white;
}	
#content {
	width: 34em;
	text-align: left;
	min-height: 24em;
/*	border: 1px solid green; */
	margin: 1px 0;
	padding: 3px;
	float: right;
	background-color:#FFF;
}

#content a, #content a:visited{
	color: green;
}

#sideBar {
	float: left;
	width: 11em;
	min-height: 4in;
	/*background-color: rgb(41,182,78);*/
 	/*color: black; */
	color: white;
	/*border: 1px solid green;*/
	margin: 0;
	padding: 2px;
} 
#copyright {
	text-align: center;
	font-size: 9pt;
}

#thumbs {
	padding:5px 0;
	text-align: center;
}
#thumbs ul, ul li{
	list-style:none;
}
#thumbs ul li a img, ul li a img:visited{
	border: 0;
	margin: 2px;
}
#thumbs ul li a img:hover {border: 2px solid solid green; margin: 0;}

#box {
width: 32em;
border: 2px solid rgb(41,182,78);
margin-bottom: 10px;
padding: 3px;
}

#box h3 {
margin-top: 0;
font-size: 100%;
}