body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/stones_bg.jpg);
	background-repeat: repeat;
}

*{
	padding:0;
	margin:0;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	/*border: 1px solid #000000;*/
	width: 750px;
}

#header {
	margin: 0 0 15px 0;
	padding: 1em;
	background: #999966 url(images/stones_bg.jpg) repeat;
	font-weight:bold;
	color:#FFFFFF;
}
.padrite{
	padding-right:1em;
}

#pagetitle{
	font-weight: bold;
	color: #FFFFFF;
	float:right;
}
#nav{
	float:left;
}
h1{
	font-weight:bold;
	font-size:medium;
	color:#000000;
}
h2{
	font-weight:bold;
	font-size:small;
	color:#000000;
}
#leftcol {
	float: left;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 1em;
	
}
.leftslide {
	float: left;
	width: 180px;
	padding:1em;
}
.rightslide {
	float: right;
	width: 180px;
	padding:1em;
}

#textbox{
		background-image: url(images/textbox_03.gif);
	background-repeat: no-repeat;
	width: 307px;
	height: 308px;
}
.text{
	padding:2em;
}
#aboutbox{
		background-image: url(images/textright.jpg);
	background-repeat: no-repeat;
	width: 262px;
	height: 308px;
}
#rightcol {
	float: right;
	width:auto;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 0;
}

#content { 
	float: left;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: .5em;
}

#footer {
	clear: both;
	color:#666633;
	text-align:center;
}
a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	font-weight: bold;
	color: #006600;
	text-decoration: underline;
}

a:active{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#FrogJS{
	position: relative; 
width: 700px;
margin: 0 auto;
	padding:1em;
	z-index:2;
}
#FrogJSCredit{
text-align: right;
font-size: 80%;
color: #006600;
padding: 1px;
}
#FrogJSCaption{
text-align: left;
line-height: 140%;
}

#info{
	width:180px;
	padding:1em;
	float:left;
}
