body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #C0C0C0;
		background-color: #C0C0C0;
		background-image: url(img/back.jpg);
	}
	
	a:link 
	{ 
		color: #B0B0B0; 
	}

	a:visited 
	{ 
		color: #909090; 
	}
	
	a:hover, a:active
	{
		color: #E0E0E0;
	}
	
	h2
	{
		color: #D0D0D0;
		font: 120% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin: 0 0 2px 0;
	}
	
	h2 a { text-decoration: none; }
	
	h3
	{
		color: #D0D0D0;
		font: 106% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin-top: 0;
	}
	
	#container
	{
		margin: 1em auto;
		width: 90%;
		text-align: left;
		background-color: #800000;
		border: 1px solid #404040;
	}
	
	#header
	{
		height: 120px;
		Background-color: #800000;
		background-image: url(img/banner-rip.gif);
		background-repeat: no-repeat;
		background-position: center;
		border-bottom: 1px solid #404040;
		position: relative;
	}
	
	#header h1
	{
		font-size: 20px;
		text-align: center;
		color: #D0D0D0;
		margin: 0;
		padding: 0;
	}
	
	#mainnav
	{
		text-align: middle;
		background-color: #909090;
		color: #D0D0D0;
		height: 30px;
		padding: 2px 0;
		margin-bottom: 22px;
	}
	
	#mainnav ul
	{
		margin: 0 0 0 20px;
		padding: 0;
		list-style-type: none;
	}
	
	#mainnav li
	{
		display:block; float: left;
		padding: 2px 10px;
		border: 0px;
	}
	
	#mainnav li a
	{
		display: block;
	     	width: 119px;
     		height: 26px;
		text-align: center;
		vertical-align: middle;
		line-height: 26px;
		color: #D0D0D0;
     		background: transparent url(img/linkmain.gif) no-repeat;
		text-decoration: none;
	
	}
	
	#mainnav li a:hover
	{
     		background: transparent url(img/hovermain1.gif) no-repeat;
		text-decoration: none;
		font-weight:bold;
		color: #D0D0D0;
		background-color: #909090;
		border: 0px;
	}
			
	#mainnav li a:active
	{
     	background: transparent url(img/hovermain3.gif) no-repeat;
		text-decoration: none;
		font-weight:bold;
		color: #D0D0D0;
		background-color: #909090;
		border: 0px;
	}
			
	#menu
	{
		float: right;
		width: 165px;
		border-left: 1px solid #909090;
		padding-left: 15px;
	}
	
	#menu ul
	{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		line-height: 165%;
	}

	#contents { margin: 0 200px 40px 20px; }
	#contents p { line-height: 165%; }
	.blogentry { border-bottom: 1px solid #909090; }
	
	.blogentry ul
	{
		list-style-type: none;
		text-align: right;
		margin: 1em 0;
		padding: 0;
		font-size: 95%;
	}
	
	.blogentry li
	{
		display: inline;
		padding: 0 0 0 0px;
	}
	
	.imagefloat
	{
		float: right;
		padding: 2px;
		border: 1px solid #909090;
		margin: 0 0 10px 10px;
	}
	
	#footer
	{
		clear: both;
		color: #000;
		background-color: #909090;
		text-align: right;
		padding: 5px;
		font-size: 90%;
	}

