/* Duckyroll CSS style Copyright Chris Bakker */

@media screen
{
	html { font-size: 100%; }
	
	*
	{
		margin: 0;
		padding: 0;
	}
	
	/* Main Styles */
	body
	{
		font: 62.50%/1.4em Arial, Verdana, Helvetica, sans-serif;
		color: #000;
		background: #456c33 url("../pics/bg.jpg");
		text-align: center;
		margin:0;
		padding:0;
	}
	
	H2
	{
		font-size: 15px;
	}

		
	#hidetxt
	{
		position:absolute;
		z-index:0;
		left:40%;right:40%;
		line-height:2.4em;
	}
	
	#wrap
	{
		width:1000px;
		height:1023px;
		background: url("../pics/duckyroll.jpg") no-repeat;
		position: relative;
		z-index: 0;
		top:0px;
		margin:0 auto;
		text-align:left;
		color:#fff;
		font-size:1.2em;
	}
	
	#wrapart
	{
		width:1000px;
		background: url("../pics/duckybg.jpg");
		position: relative;
		z-index: 0;
		top:0px;
		margin:0 auto;
		text-align:left;
		color:#fff;
		font-size:1.2em;
	}	

	#content
	{
		position:absolute;
		top:620px;
		left:82px;
	}

	#leftcontent, #middlecontent, #rightcontent
	{
		float:left;
		width:300px;
	}	
	
	#leftcontent
	{
		margin-top:58px;
	}
	#middlecontent, #rightcontent
	{
		margin-top:15px;
	}
	
	p
	{
		padding:1em;
		line-height: 1.2em;
		clear: left;
		width:220px;
	}
	#middlecontent
	{
		width:330px;
	}
	#rightcontent
	{
		width:270px;
	}
	#middlecontent p
	{
		width:300px;
	}
	#rightcontent p
	{
		width:200px;
	}
	

	#contentart
	{
		width:850px;
		top:620px;
		left:82px;
		padding:10px 50px 50px 50px;
	}

	p span.smalltxt
	{
		font-size:.8em;
	}
	
	img { border: 0px; }
	
	a
	{
		text-decoration: none;
		color: #ff0;
		display:inline;
	}
	a:hover
	{
		text-decoration: underline;
	}
	strong{font-weight:900;}

	ul#links
	{
		margin:0 0 0 1em;
		width:190px;
		list-style: none;
		line-height: 1.2em;
	}
	ul#links li
	{
		background: url('../pics/listbg-trans.png') no-repeat;
		height: 26px;
		padding:3px 0 0 6px;
	}

	ul#links li a
	{
		display:block;
		color:#fff;
	}
	ul#links li a:hover
	{
		border:0;
	}
	
		
	ul#links li span
	{
		float:right;
		margin-top:-15px;
		margin-right:10px;
	}

	h3 { font-size:1em;font-weight:900;margin:1em 0 0 1em;}
	
}
