﻿body {
			background: #FFFFFF url('images/bckgr.jpg') no-repeat fixed;
            background-position: 0em 0em;
			
			margin: 10px;
			padding: 0px, 10px, 10px, 10px; 
			font-family: Century Gothic, sans-serif;
			font-size: medium;
		}
		
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; }
                            
span.sculpture {
			position: absolute; left: 0em ; top: 0px;
		    font-size: 8em; font-weight: normal; color: #DCDCDC;
		    z-index: -100;
		}
		
h1          { font-size: 350%; font-weight: normal; color: #696969; }
                            
h2          { font-size: 130%; font-weight: normal; color: #696969; }

h3          { font-size: 110%; font-weight: normal; color: #696969; }

h4          { font-size: 75%; font-weight: normal; color: #696969; }

h5          { font-size: 65%; font-weight: normal; color: #696969; }

h6          { font-size: .6em; font-weight: normal; color: #696969; }


		#header {
		    padding: 10px;
		    height: 60px;
			background: transparent;
		}

		#content {
			margin-right: 24%;
			margin-left: 15%;
			padding: 2%;
		}

		#sidecolumn {
			position: absolute;
			padding: 10px;
			top: 30px;
			left: 0;
			width: 12%;
			background: transparent;
     		font-size: 90%;
		}

		#sidebar {
			position: absolute;
			padding: 10px;
			top: 35px;
			right: 0;
			width: 22%;
			background: transparent;
			font-size: 90%;
		}

		#footer {
			padding: 20px;
			background: transparent;
		}
