﻿body {
			background: #FFEC8B;
			margin: 0px;
			padding: 0px, 10px, 10px, 10px; 
			font-family: "Futura Lt BT, Helvetica, sans-serif, Arial", Helvetica, sans-serif;
			font-size: medium; color: gray;
		}
		
A           { text-decoration: none}; font-family: Futura Lt BT", sans-serif; }
                            a:link {color: #336699; }
                            a:visited {color: 808080; }
                            a:hover {color: gray; border-bottom: 1px dotted; }
                            a:active {color: yellow; }
 
		
h1          { font-size: 250%; font-weight: normal; }
                            
h2          { font-size: 130%; font-weight: normal; }

h3          { font-size: 110%; font-weight: normal; }

h4          { font-size: 85%; font-weight: normal; }

h5          { font-size: 65%; font-weight: normal; }

h6          { font-size: .6em; font-weight: normal; }


		#header {
		    padding: 10px;
		    height: 60px;
			background: transparent;
		}

		#content {
			margin-right: 0%;
			margin-left: 25%;
			padding: 2%;
		}

		#leftcolumn {
			position: absolute;
			padding: 10px;
			top: 15em;
			left: 10;
			width: 12%;
			background: transparent;
     		font-size: 90%;
		}

		#rightcolum {
			position: absolute;
			padding: 10px;
			top: 35px;
			right: 0;
			width: 22%;
			background: transparent;
			font-size: 90%;
		}

		#footer {
			padding: 20px;
			margin-left: 25%;
			background: transparent;
			top: 250em;
		}
