/*
Hi Shane!
*/

* 	{
	margin: 0;
	padding: 0;
	}

body 	{
	font-size: 10px;
	line-height:16px;
	font-family: andale mono, vedana, sans-serif;
	background: #fff;
	}

pre	{
	font-size: 10px;
	line-height:16px;
	font-family: andale mono, vedana, sans-serif;
	}

a:link    { text-decoration: none; color: #000000; }
a:active  { text-decoration: none; }
a:visited { text-decoration: none; color: #000000; }
a:hover   { text-decoration: none; color: #FEBD00}

a img { border: none; }

img 	{
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	cursor: pointer;
	}

#menu 	
	{
    	width: 100px;
    	overflow: auto;
    	top: 0;
    	bottom: 0;
	left: 0;
    	position: fixed;
    	height: 100%;
	background-color: #fff;
	}

#menu ul 
	{
	list-style: none;
	margin: 0 0 12px 0;
	}

#content 
	{
    	height: 100%;
   	margin: 0 0 0 100px;
    	top: 0;
	}

.container 
	{
  	padding: 10px 5px 25px 10px;
	}


p 	{
   	margin: 0 0 15px 0;
	}

#img-container	{ margin: 0; padding: 0; }
#img-container p  { width: 400px; margin: 0; padding: 0 0 12px 0; }


