<style type="text/css">
<!--
/********************************************************************************
*********************************************************************************
*********************************************************************************
*********************************************************************************
*********************************************************************************
*********************************************************************************

NEW PAGES SHOULD USE MAIN.CSS INSTEAD!!!

*********************************************************************************
*********************************************************************************
*********************************************************************************
*********************************************************************************
*********************************************************************************
*********************************************************************************/



/*** Main page ***/
	#banner {
                background-image: url('/brown-gradient.gif'); background-repeat: repeat-y;
                position: absolute;
                padding:0px;
                left:0px;
                top:0px;
                width:100%;
                overflow: visible;
		}

        #banner H1{
                position:absolute;
                top:0px;
                left:0px;
		margin: 0px;
                padding-left:15px;
                font: 40px Arial;
                text-align:left;
        }
        #banner A:hover{
                color: black;
        }
        #banner img{
                position: relative; 
                top:46px;
                left: 20px;

        }

        #leftMenu {
                position: absolute;
                top: 100px;
                left: 0px;
                width: 125px;
                height: 620px;
		border: 1px 1px 1px 1px solid #000;
                background-color: #A29569;
                margin: 0px;
        }

        #leftMenu UL{ 
                left:0px; 
                margin: 0; 
        	padding: 0; 
                list-style-type: none; 
        } 


        #leftMenu LI{
                font-size:12px;
                margin-top: -2px;
		margin-left: 0px;
                }
        #leftMenu A{
                background-color: #D9B57F;
                display: block;
                width: 125px;
        }

        #leftMenu A:hover{
                text-decoration:none;
                background-color: #F4E7D4;
        }

	#footerContainer {
                position: absolute;
                top:770px;
                height:50px;
                padding: 0;
                left:135px;
                width:100%;
		margin:0;
                font-size:10px;
		}
	#relativeFooterContainer {
                left:0px;
                width:100%;
		margin:0;
                height:50px;
                font-size:10px;
		}


        #footerComments, #footerLegal, #footerModified {
                position: relative;
                left:0px;
                top: 0px;
        }

/*** For all non-home pages **/
        #contentDiv{
             position:absolute; left:135px; top:100px;
        }

/*** Home page ***/
        #homePageCenterContent{
                position: absolute;
		left: 140px;
		top:  100px;
                width:475px;
                height:620px;
        }

        #homePageRightContent{
                position: absolute;
		left: 640px;
		top:  100px;
                width:200px;
                margin: 0; padding:0;
        }
        #homePagePoll{ 
                background-color: #F4E7D4; 
                position:absolute; 
        } 

        #welcome{
		margin-bottom:-60px;
	}

        #welcomeText{ 
	        position: relative; 
        	top:-71px; 
	        width: 365px; 
        	left:110px; 
        }
	#news{ 
		padding-bottom:10px; 
	}  
        #randomQuote{ position: relative; height: 150px; padding-top: 20px;}
        #thoughtForDay{ position:absolute; padding-left:10px; width:365px;}

        /**** Blog stuff */
        .blogentry{width:475px; padding: 0px;}
        .entrytitle{FONT-WEIGHT: bold;}
        .blogcomment{width:475px; padding-top: 10px; padding-bottom: 5px;}
        .entrydate{font-style: italic;}
        .blogarchivelinks{padding-bottom: 20px; margin-top: -15px;}
        .blogarchivelink{}

         /**** Quotes page */ 
        .quoteContainer{padding: 5px;} 
        .quoteAuthor{font-style:italic;} 
        .quoteText{position: relative;} 


/*** Defaults **/
BODY
{

}

P
{
    COLOR: black
}
H1
{
}
H3{ 
padding:0;margin:0; 
} 

A
{
    FONT-WEIGHT: bold;
    text-decoration:none;
    COLOR: black
}
A:visited
{
    COLOR: black
}
A:hover
{
    COLOR: #A29569}
-->
</style>