	body{
	background-color: #82CE23;
	background-image: url(http://64.106.143.213/newdev/images/background.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	margin: 0px;
	padding: 0px;
	}
	div, p, h1, h2, h3, h4, h5, h6, span, a, ul, li, td, input, textarea {
		font-family: Comic Sans MS, Helvetica, Arial, Geneva, Verdana, sans-serif;
	}

	p, li, td, input, textarea {
		font-size: 13px;
	}

	hr{
		color: #000000;
		border: 1px solid;
	}

	a {
		text-decoration: none;
		color: #3300FF;
	}
	a:hover {
		text-decoration: underline;
		color: #FF0033;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: bold;
		color: #A52254;
	}
	h3, h4, h5, h6 {
		font-size: 15px;
		padding: 0px 0px 2px 0px;
		border-bottom: #000000 solid 1px;
	}
	h2 {
		font-size: 18px;
		font-variant: small-caps;
	}

	div#banner {
		margin: 0px;
		padding: 0px;
		width: 658px;
		height: 174px;
	}

	div#topleft {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 250px;
		height: 174px;
		z-index:4;
	}

	div#topright {
		position: absolute;
		top: 4px;
		right: 20px;
		width: 150px;
		height: 170px;
		font-size: 14px;
		font-weight: bold;
	}
	div#topmiddle {
		position: absolute;
		top: 4px;
		right: 200px;
		width: 170px;
		height: 170px;
		font-size: 14px;
		font-weight: bold;
	}

	div#leftnav {
		position: absolute;
		top: 185px;
		left: 15px;
		width: 195px;
		}
	
	div#content { 
		margin:0px; 
		padding:0px; 
		position:absolute; 
		top:175px; 
		left:210px; 
		z-index:5; }

	div#sandbox { 
		background-image: url(http://64.106.143.213/newdev/images/sandbox.jpg);
		border:3px solid #85674D; 
		padding:0px 5px 10px 5px;  
		z-index:5; }

	#sandbox p{ 
		padding:0px 5px 0px 5px;  }

	div#footer {
		width: 550px;
		font-size: 10px;
		text-decoration: none;
	}
