/*
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 {
	font: 62.5% "Lucidia Grande", sans-serif;
	background-color: #000000;
	/*   this fixes the center in ie :)*/
	text-align:center;
/*	background: url(images/background.jpg) top left repeat-x; */
	
	}

ul { list-style: none inside; }
p { font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em; }

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

h2 {
	font-family: Georgia, serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #110EC6;
	 }



h1 {
	font-family: Georgia, serif;
	font-size: 2.4em;
	font-weight: normal;
	color: #110EC6;
	 }
	
	h1#logo {
		width: 990px;
		height: 133px;
		background: url(images/header.jpg) no-repeat center center;
			background-color: #000000;
		text-indent: -9999px;
		
	}

	
	h2 {
		font-family: Georgia, serif;
		font-size: 2.4em;
		font-weight: normal;
		color: #110EC6;
		 }	
	
		h2#logo-bottom {
			width: 990px;
			height: 35px;
			background: url(images/header-bottom.jpg) no-repeat center center;
			text-indent: -9999px;

		}	
	
	
	

/*   END RESET STUFF :) */

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

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

#page-wrap { 
	width: 990px;
	margin: 0 auto;
/*	background: url(images/content-bg.jpg) repeat-y; */
	background-color: #FFFFFF;
	}
	
	#main-content { 
		padding: 30px 40px 30px 40px;
		}
		
		#article-area { 
			width: 650px;
			float: right;
		
			}
			
			
		#sidebar { 
			
			width: 200px;
			float: left;
			}	
	
	
ul#nav {
	
		
}

	ul#nav li {
		
		display: inline;
		
	}
	
	
	ul#nav li a {
		
		display: block;
		height: 86px;
		text-indent: -9999px;
		float: left;
	}
	
	
	ul#nav li.blank a {
		width: 514px;
		background: url(images/nav-blank.jpg) no-repeat;
	}
	
	
	
	ul#nav li.home a {
		width: 154px;
		background: url(images/nav-home.jpg) no-repeat;
	}

	
	ul#nav li.about a {
		width: 159px;
		background: url(images/nav-about.jpg) no-repeat;
	}
	
	ul#nav li.contact a {
		width: 163px;
		background: url(images/nav-contact.jpg) no-repeat;
	}

	
	ul#nav li a:hover {
		
		 }
		
		
	
	
	
#footer { 
	
	min-height: 64px;
	background: url(images/footer.jpg) no-repeat;
	}
	
	
/* END STRUCTURE */