
					/* html */

body	{
	background-color: #ffffff;
	font-size: 14px;
	color: #000000;
	font-family: Helvetica, Verdana, sans-serif;
	text-decoration: none;
	line-height: 200%;
	font-weight: normal;
	margin-left: 50px;
	margin-right: 0px;
	margin-top: 50px;
	margin-bottom: 0px;
	}

h1,h2,h3,h4
	{
	font-family: Times, Times New, serif;
	}

img	{	
	border: 0;
	vertical-align: middle;
	}

ul,ol	{
	font-size: 14px; 
	color: #000000;
	letter-spacing: 0.1em;
	font-weight: 400;
	line-height: 200%;
	}

a.blue	{
	font-family: Helvetica, Arial, Sans-serif; 
	font-size: 12px; 
	color: #0000ff;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-weight: normal;
	
#container
	{
	background-color: #ffffff;
  	color: #000000;
	width: 900px;
	height: 100%;
	margin-left: 60px;

	}
				
#content 
	{
	position: relative;
	background-color: #ffffff;
  	color: #000000;
	top: 0px;
	width: 900px;
	height: 900px;

	}

#side-menu 
	{
	position: relative;
	float: left;
	background-color: #ffffff;
  	color: #000000;
	text-align: left;
	width: 200px ;
	height: 960px;
	}

#spacer	{
	position: relative;
	float: left;
	background-color: #ffffff;
  	color: #000000;
	top: 0px;
	width: 50px;
	height: 900px;
	}		
	
#main 	{
	position: relative;
	float: left;
	background-color: #ffffff;
  	color: #000000;
	top: 0px;
	width: 650px;
	height: 900px;
	}

#footer	{
	background-color: #000000;
	z-index: 200;
	bottom: 0;
	position: fixed;
  	color: #ffffff;
	width: 900px;
	height: 22px;
	margin-left: auto ;
  	margin-right: auto ;
	}	

			


