html 		{
			/* cf. http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better */
			height: 100%; margin-bottom: 1px;
			}
			

body		{
			background-image: url(images/background.jpg);
			background-repeat: repeat-x;
			margin: 0; padding: 0;
			}

p			{
			font-family: Helvetica; Arial; sans-serif;
			color: #666666;
			font-size: 12px;
			}


a			{
			color: #666666;
			font-family: Helvetica, Arial, sans-serif;
			text-decoration: none;
			font-weight: bold;
			}
			
a:hover		{
			color: #66ccff;
			font-family: Helvetica, Arial, sans-serif;
			text-decoration: none;
			font-weight: bold;
			}
			
		
h1			{
			color: #66ccff;
			font-size: 18px;
			font-family: Verdana, Arial, Helvetica, san-serif;
			font-style: normal;
			font-weight: bold;
			text-align: center;
			margin-left: auto;
			margin-right: auto;
			}
		

hr			{
			position: relative;
			color: #66ccff;
			border: 0;
			background-color: #66ccff;
			height: 1px;
			width: 100%;
			}
			

blockquote {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 14px;
			font-style:italic;
			border-left: 5px solid #cccc33;
			padding: 0 0 0 10px;
			color: #cccc33;
			}
 
		
#main
			{
			margin-left: auto;
			margin-right: auto;
			width: 75%;
			line-height: 1.1em;
			position: absolute;
			top: 120px;  left: 125px;
			padding: 0px;
			}
			
#date		{
			font-style: italic;
			font-family: Verdana, sans-serif;
			font-size: 10px;
			color: #6699ff
			}
			
#title		{
			margin-left: auto;
			margin-right: auto;
			width: 60%;
			position: absolute;
			top: 25px; left: 20px;
			padding: 0px;
			background-color: transparent;
			}
			
/*-------------------------Start Bar Navigation-------------------------*/

#navbar 	{
			position: absolute;
			top: 34px; left: 130px;
			width: 100%;
			height: 1.0em;
			background: #ffffff;
			}

ul#nav 		{
			margin: 0;
			position: absolute;
			bottom: 0;
			left: 10px;
			list-style: none inside; background: #ffffff;
			}
		
ul#nav li 	{
			float: left; margin-right: 1px;
			}

ul#nav a 	{
			font-weight: bold;
			display: block;
			width: 8em;
			height: 2.5em; 
			line-height: 2.50em;
			padding-left: 10px;
			text-decoration: none;
			}

ul#nav li a:link, ul#nav li a:visited  
			{
			background: #66ccff;
			color: #666666;
			font-size: 12px;
			}

ul#nav li a:hover, ul#nav li a:active 
			{
			color: #ffffff;
			background: #66ddff;
			font-size: 12px;
			}

ul#nav li a.current 
			{
			background: #666666; color: #ffffff;
			font-size: 12px;
			}
			
ul#nav li a.current:hover 
			{
			background: #777777; color: #66ccff;
			font-size: 12px;
			}

/*-------------------------Start Page Navigation-------------------------*/

			
li#top		{
			font-weight: bold;
			list-style: none;
			background: #ffffff;
			line-height: 2em;
			font-size: 12px;
			float: left; 
			padding-right: 20px;
			}
