/*
AUTHOR: Dean Martin
		dean.martin@mydjspace.net
		www.mds-designs.com

*/


/*  RESETS AND THE BASIC PAGE SETUP     */


* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body {

	background: url(background.jpg) top left repeat-x;
	background-color: #ffffff;
	
	}
hr {
	
	color: #8F9EC0;
	background-color: #ffffff;
	height: 1px;
	
}
ul { list-style: none inside; }
p { 
		color:#445B8F;
		
		padding-left:20px;
		padding-right:20px;
		 }

	p.metadata { background: #fff9a7; padding: 3px; }
a { outline: none; }
a img { border: none; }


a:link {text-decoration: none; color:#485e91;}
a:visited {text-decoration: none; color:#485e91;}
a:active {text-decoration: none; color:#485e91;}
a:hover {text-decoration: underline; color: red;}


	

/*   END RESET STUFF :) */

/* TOOOOOOOOOOOLBOOOOOOOOX*/
.floatleft {float:left; }
.floatright {float:right; }
.clear {clear: both; }
/* END TOOOOOOOOOOOLBOOOOOOOOX*/

/* STRUCTURE AND ALL THE OTHER STUFF :D*/


#footer {
	color:#485e91;
	font-size: 1.2em;

}




	
/* END STRUCTURE */
