html, body	{
 margin: 0px;
 padding: 0px;
 border: 0px;
}

#outerwrapper	{
	width:100%;
	height:100%;
	background-color:#EEEEEE;
	
}


#leftcol	{
	position:fixed;
	width:250px;
	height:100%;
	float:left;
	display:block;
	text-align:center;
	text-decoration:none;
	padding-left:75px;
	padding-top:100px;
	padding-right:75px;
	background-color:#DDDDDD;
	font-family:Georgia;
	font-style:italic;
	font-size:20px;
	line-height:40px;
	box-shadow:2px 2px 2px #333333

	
}


#content	{
	position:fixed;
	left:400px;
	width:100%;
	display:block;
	height:100%;
	background-image:url('images/bg_shadow.jpg');
	background-repeat:repeat-y;
	padding-top:100px;
	padding-left:100px;
	padding-right:100px;
	overflow: scroll;
	font-family:Georgia;
}

#copyright	{
	position:fixed;
	top:575px;
	left:110px;
}


img	{
	border:none;
}


/* LEFT MENU STYLES */



a.menu	{ 
	font-color:#BBBBBB;
	text-decoration:none;
}


 ul#navigation	{
 	width: 160px; 
 
}

 ul#navigation li	{
 	list-style: none;
 	text-align: center;
 	margin: 0;
 }
 
 ul#navigation	{
 	display: block;
 	text-decoration: none;
 }
 
li a	{
 	display: block;
 	text-decoration: none;
 	padding: 10px;
 }
 
 a:link, a:visited	{
 	color: #222;
	text-shadow: 0px 2px 3px #BBBBBB;
	text-decoration:none;
 }
 
 a:hover, a:active	{
 	color: #000000;
 } 
 
 a:hover	{
 	background-color: #ffffff;
 	} 
 	
 p.small	{
 	font-size:10px;
 	color: #666666;
 	line-height:25px;
 }
 
 /* END LEFT MENU STYLES */
 
 h1	{
 	font-weight: normal;
 	font-size: 20px;
 	color: #222;
	text-shadow: 0px 2px 3px #BBBBBB;

 }
 
 h2	{
 	font-weight: normal;
 	font-size: 24px;
 	color: #666;
	text-shadow: 0px 2px 3px #CCCCCC;
 	line-height: 40px;
 	text-decoration:none;
 }
 
 p.indent	{
 	text-indent:25px;
 }