/* COPYRIGHT 2007 C I HOST */
html, body {
	background-image: url(../images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
	margin:0px;
	color:#666600;
	font-size:15px;
	}
a:link {
	color: #CC3399;
}
a:visited {
	color: #7D205F;
}
a:hover {
	color: #7D205F;
}
a:active {
	color: #CC3399;
}
	
.bg {
	min-height:100%;
	height:100%;
	height:auto;
	}
	
.bswirl {
		z-index:1;
		width:146px;
		height:144px;
		bottom:0px;
		position:absolute;
		position:fixed;
		right:0px;
		}
	
.tswirl {
		z-index:1;
		width:144px;
		height:146px;
		position:absolute;
		position:fixed;
		top:0px;
		right:0px;
		}
	
.border {
	padding:10px;
	background:url(images/border.gif);
	border:0px;
	}
	
#left_bg {
	padding-top:30px;
	padding-bottom:10px;
	background:url(../images/bg1.jpg);
	background-repeat:repeat-y;
	position:relative;
	min-width:850px;
	z-index:5;
	}
	
#contentBox{
	padding:4px;
	width:641px;
	background-color:#4d4618;
	position:relative;
	min-height:550px;
	z-index:10;
	}	
	
#contentHolder{
	width:617px;
	background-image:url(../images/inside_bg.jpg);
	background-color:#fff7c0;
	min-height:400px;
	padding:0px;
	position:relative;
	z-index:15;
	}
	
#insidecontent {
	width:537px;
	background-image:url(../images/contentswirly.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	position:relative;
	padding:40px;
	z-index:15;
	}
	
a.foot:link {
	color:#fff7c0;
	text-decoration:none;
	}
	
a.foot:visited {
		color:#fff7c0;
	text-decoration:none;
	}
	
a.foot:hover {
		color:#fff7c0;
	text-decoration:underline;
	}
	
a.foot:active {
		color:#fff7c0;
	text-decoration:underline;
	}
	
#footer{
	padding-top:5px;
	width:617px;
	color:#fff7c0;
	font-size:11px;
	}
