*
	{
		margin:0px;
		padding:0px;
	}

li
	{
		list-style-type:none;
	}

body 
	{
		font-size-adjust: 62.5%;
		font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
		background-image: url('img/bg.jpg');
		background-repeat: repeat-x;
		background-color: #5f5f5f;
	}

a:link
	{
		color:#353535;
		text-decoration:none;
		
	}
	
#content
	{
		margin:0 auto;
		width:1024px;
		background-color: #4C4C4C;
		border-left: 1px black solid;
		border-right: 1px black solid;
	}
	
#menu
	{
		background-image: url('img/menu.jpg');
		background-repeat: repeat-x;
		width: 1024px;
		height:45px;
	}
	
	#menu ul
		{
			width:1024px;
			margin-left:5px;
			padding-top: 7px;

			
		}
	
	#menu li
		{
			display:inline;
			font-size: 1.5em;
			color: #ffffff;
			padding:7px 15px 6px 15px;
			border-right:2px solid white;
			margin-left: -5px;
		}
		
		#menu li:active
			{
				background-image: url('img/glow.png');
				background-repeat: repeat-x;
			}

			#menu a
				{
					display:inline;
				}
				
			#menu a:link, a:visited
		{
			color: #ffffff;
			text-decoration:none;
		}
		
			#menu a:hover
				{
					color: #000000;
					text-decoration: none;
				}
				
			#menu a:active
				{
					position:relative;
					top: 1px;
				}

#main
	{
		float:left;
		background-image: url('img/mainbody.jpg');
		background-repeat: repeat-y;
		margin:0 0px 10px 5px;
		padding-bottom: 20px;
	}
	
	#maintext
		{
			width: 650px;
			padding-left: 15px;
			margin-top: -15px;
		}
		
		
#right
	{
		margin-left:710px;
		background-image: url('img/rightbody.jpg');
		background-repeat: repeat-y;
	}
	
#righttext
	{
		width:240px;
		padding-left: 25px;
	}

#footer
	{
		background-image:url('img/footer.gif');
		background-repeat: repeat-x;
		background-color: #000000;
		width: 100%;
	}
	
	#footer p
		{
			padding-top: 20px;
			text-align: center;
			color: #ffffff;
		}
.imgleft
	{
		float:left;
		padding-right: 10px;
		padding-bottom: 10px;
	}
.sellit 
	{
		text-align:center;
		font-weight:bolder;
		font-style:italic;
	}.bloghead{	text-align:center;	font-size:1.6em;	font-weight: normal;	margin-top: -10px;	padding-bottom: 10px;	margin-left: -5px;}	
	
.headline a 
	{
		color:black;
		
		text-decoration:none;
		text-align:left;
	}
.headline a:hover
	{
		text-decoration: underline;
	}
div.feedburnerFeedBlock span.headline
	{
		text-align:left;
		margin-left:-10px;
		font-weight:bold;
		font-size:1.0em;
		padding-top:15px;
	}
	
div.feedburnerFeedBlock li
	{
		color:#353535;
		padding-top:5px;
	}
