@import "global.css";

#content
	{
	float: left;
	width: 325px;
	margin-left: 200px;
	margin-bottom: 20px;
	padding-top: 16px;
	}
* html #content
	{
	display: inline;
	}
#nav
	{
	float: left;
	width: 150px;
	margin-left: -65%;
	}
#rightCol
	{
	float: left;
	width: 100px;
	padding-left: 25px;
	}
	
* html body
	{
	margin: 0;
	padding: 0;
	}
* html #footer
	{
	position: relative;
	}
	
	#featured {
		
		width: 226px;
		height: 314px;
		position: relative;
		top: 50px;
		margin:0;
		padding:0;


	}
	#featured h3 {
		color:#336699;
		position: absolute;
		top:0px;
		left:30px;
		padding-top:13px;
		padding-bottom:10px;
		height: 45px;
		font-size: 18px;
	}
	#featured img {
		color:#333;
		position: absolute;
		top:45px;
		left:0px;

	}
	#featured p {
		margin:0px;
		padding: 0px;
		color:#333;
		position: absolute;
		top:215px;
		left:15px;

	}
	#featured p a {
		color:#336699;
	}
	#content p a {
		color:#336699;	
	}