@charset "UTF-8";
/* CSS Document */

*		{
		margin:0;
		padding:0;
		}
		
html	{height: 100%;}
		
body	{
		font-size:75%;
		font-family: Arial, Helvetica, sans-serif;
		line-height:1.6em;
		background:#fff;
		}
		
img		{border:none;}

a:link		{color:#95b1b4; text-decoration:none;}
a:hover		{color:#000; text-decoration:none;}
a:visited	{color:#D0DDD3; text-decoration:none;}

#container	{
			width:960px;
			margin:auto;
			
			}
			
#header		{
			border-bottom:3px #000 solid;
			padding: 0 10px 0 10px;
			}
			
#content	{
			padding: 15px 10px 15px 10px;
			}
			
	#left	{
			width:220px;
			float:left;
			}
	
	#left a	{
			font-weight:bold;
			font-size:1.2em;
			}
			
		#nav-gallery	{
						padding-bottom:15px;
						border-bottom:3px #000 solid;
						}
		
			#nav-gallery ul	{list-style:none;}
						
		#nav-misc		{
						padding-top:15px;
						}
		
			#nav-misc ul	{list-style:none;}
						
						
			
	#body	{
			width:621px;
			float:right;
			text-align:right;
			}
			
	#clear	{
			clear:both;
			}
			
#footer		{
			font-size:0.9em;
			text-align:center;
			padding:25px 0 25px 0;
			border-top:3px #000 solid;
			}
