/* CSS Document */

/* this sets the main body layout */
body {
	text-align:justify;
	margin:auto;
	padding:20px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color: #333333;
	background-image:url(../images/backgrounds/name.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	}
	
/* this sets the links */
a {
	color:#006666;
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	color:#00FF00;
	}
a:active {
	text-decoration:line-through;
	}
#wrapper1 {
	background-image:url(../images/backgrounds/art_rabbit.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-attachment:fixed;
	position:relative;
	margin:auto;
	text-align:left;
	width:100%;
	}
#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background: #FFFFFF;
	}
#header {
	background-image:url(../images/backgrounds/boredr_top.gif);
	background-position:center top;
	background-repeat:no-repeat;
	padding-left:40px;
	padding-top:20px;
	padding-bottom:5px;
	position:relative;
	margin:auto;
	text-align:left;	
	width: 848px;
		}
#header h1 {
	font-size:16px;
	}
#maincol {
	margin:auto;
	border-top:2px solid #E5E5E5;
	border-bottom:2px solid #E5E5E5;
	position:relative;
	padding:10px;
	width: 800px;
	}
#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	border-right:2px solid #E5E5E5;
	width:160px;  /* for IE5/WIN */
	width:140px; /* actual value */
	margin:0 0 -10px 0;
	padding:15px;
	z-index:100;
	}
#centercol {
	position:relative;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	text-align:justify;
	}
#footer {
	background-image:url(../images/backgrounds/art_rabbit_bottom.gif);
	background-position: bottom;
	background-repeat:no-repeat;
	padding-left:35px;
	padding-bottom:20px;
	padding-top:5px;
	clear:both;
	position:relative;
	margin:auto;
	text-align:left;
	text-color:#333333;
	width: 848px;
	}

