/* CSS Document */
	body {
	margin-top:0px;
	text-align:center; 
	} 

	 
	#midcontent {
	position:relative;
	top:0px;
	width:990px;
	height:100%;
	background:#000000;
	border-left:1px solid #86434A;
	border-right:1px solid #86434A;
	border-bottom:1px solid #86434A;
	}
	
	#flash{
	position:relative;
	top:0px;
	width:950px;
	height:325px;
	z-index:1;
	}
	
	#botcontent{
		position:relative;
		left:0px;
		top:-68px;
		width:950px;
		height:800px;
		}
		
	#featitem
		{
		position:absolute;
		right:3px;
		top:20px;
		width:76px;
		height:150px;
		}		
		
	#featitext
		{
		position:absolute;
		left:2px;
		top:21px;
		width:170px;
		height:200px;	
		}
	
	#picture
		{
		position:absolute;
		left:15px;
		top:21px;
		width:225px;
		height:273px;
		background-image: url(polaroid.jpg);
		background-repeat: no-repeat;
		background-position: center;	
		}
		
	#junkbox{
		position:absolute;
		top:13px;
		width:216px;
		height:104px;
		right:-122px;
		background-image: url(newslet.gif);
		background-repeat: no-repeat;
		background-position: left;
		}

	#junkbox2{
		position:absolute;
		top:135px;
		width:220px;
		height:174px;
		right:4px;
		background-image: url(features.gif);
		background-repeat: no-repeat;
		background-position: left;
		}		
	
	#textbox{
		position:relative;
		top:40px;
		width:950px;
		height:550px;
		left:-5px;
		}

	#top{
		width:750px;
		height:36px;
		postion:relative;
		background-image: url(top.gif);
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#bot{
		width:750px;
		height:36px;
		position:absolute;
		background-image: url(bot.gif);
		background-repeat: no-repeat;
		background-position: center;
		left:0px;
		bottom:0px;
	}
	
	pre {
		margin:-10px 5px 0px 5px;
		font-family:Arial, Verdana;
		font-size:12px;
		color:#86434A;
		text-align:left;
		}
		
	p {
		margin:0px 5px 0px 5px;
		font-family:Arial, Verdana;
		font-size:12px;
		color:#86434A;
		text-align:left;
		}		
		
	A:link {text-decoration: none; color:#904850;}
	A:visited {text-decoration: none; color:#000000;}
	A:active {text-decoration: none}
	A:hover {text-decoration: underline; color:#904850;}