@charset "UTF-8";
/* CSS Document */

/* 
-------------------------------------------------------------------------------
<< PAGE LAYOUT
*/
body		
		{
	margin-left: 48px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	text-align:left;
	background-color:#F6DA83;
	background-image:url(images/bk.jpg);
	background-repeat:no-repeat;
	}
body * a {
	/* Fix for links above transparent PNG backgrounds in IE 6 */
	position: relative;
	}
img {
    /* fixes transparent PNG issue in IMG elements */
    behavior: url('scripts/png_behavior.htc')
    }
	
#container {
    width:900px;

	}	
#logo{
	width:246px;
	height: 241px;
	margin:auto;
	text-align:left;
	position: absolute;
	border: 0;
	left: 18px;
	top: 0px;
}
#main{
	width:900px;
	background-image: url(images/bk_main.jpg);
	background-repeat:repeat-x;
	background-color:#D98A29;
}
#frog{
	margin:auto;
	text-align:left;
	position: relative;
	border: 0;
	left: 780px;
	top: -160px;
}
#sidebarContent{
	margin:auto;
	text-align:left;
	position: relative;
	border: 0;
	width: 180px;
	left: 0px;
	top: 200px;
}
/* 
-------------------------------------------------------------------------------
<< COPY
*/
#homecopy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 156%;
	color: #330000;
	text-decoration: none;
	padding-left:20px;
	}
	.copy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 156%;
	color: #330000;
	text-decoration: none;
	}
	.copy a{
	color: #330000;
	text-decoration: underline;
	}
	
	.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 100%;
	color: #000000;
	text-decoration: none;
	margin-right:120px;
	padding-top:10px;

	}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	}
.small a{
	font-size: 9px;
	color: #330000;
	text-decoration: underline;
	}
