BODY
{
	SCROLLBAR-FACE-COLOR: #333333;
    SCROLLBAR-SHADOW-COLOR: #666666;
    SCROLLBAR-3DLIGHT-COLOR: #666666;
    SCROLLBAR-ARROW-COLOR: #666666;
    SCROLLBAR-TRACK-COLOR: #000000;
    scrollbar-dark-shadow-color: #333333;
	background: url(images/BG_tile.gif);
	}

/* Content */

#content {
	margin: 0 auto;
	float: left;
	width: 800px;
	height: 800px;
	padding: 65px 48px 85px 62px;
	background: url(images/contentBG.gif) no-repeat;
}

.title {
position:absolute;
left:50px;
top:20px;
z-index:3
}

.brush {
position:absolute;
left:300px;
top:0px;
z-index:1
}



/* Column One */

#colRight {
	width: 520px;
	height: 340px;
	padding: 0px 10px 10px 0px;
	border: solid #000000 thin;
	position:absolute;
	overflow: hidden;
	left:230px;
	top:175px
}

/* Column Two */

#colLeft {
	width: 150px;
	height: 340px;
	padding: 0px 10px 10px 0px;
	border: solid #000000 thin;
	position:absolute;
	overflow: hidden;
	left:110px;
	top:175px
}

div.scroll {	
height: 280px;	
width: 450px;	
overflow: auto;	
border: 1px solid #ffffff;	
background-color: #000000;	
padding: 10px 10px 10px 10px;
}

.webimage {	
height: 144px;	
width: 175px;	
border: 1px solid #CC9900;	
padding: 10px 10px 10px 10px;
margin: 0px 0px 10px 10px;
}


.header {
font-family: Verdana;
font-size: 15;
font-weight: bolder;
letter-spacing: 3px;
color:#ffffff;
text-shadow: black 0px 0px 5px; 
	} 

li, td, p {
	list-style: disc; 
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#ffffff;
	text-indent: 0px;
}



h3 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color:#CC9900;
	font-weight: bolder;
	letter-spacing: 3px;
	text-align: left;
	padding-bottom: 0px;
}


	
hr {
	color:#ffffff;
	width: 300px;
	height: 1px
	align: center;
	}
	

a:link {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#ffffff;
	font-weight: bold;
	text-decoration: none ;
	}
	
a:visited {
	color:#CCCCCC;
	font-weight: bold;
	text-decoration: none ;
	}
	
a:hover {
	color:#CC9900;
	font-weight: bold;
	text-decoration: none ;
	}
	

	
