    * {
        margin: 0;
        padding: 0;
        font-family: Arial, "MS Trebuchet", sans-serif;

    }
    a:link {
       color: black;
       text-decoration: underline;
    }
    a:visited {
       color:black;
       text-decoration: underline;
    }

 .entry-title {
    letter-spacing: 1px;
 } 

 .entry-title a:link {
   text-decoration: none;
 }
.entry-title a:visited {
   text-decoration: none;
 }  

    body {
        background: url('../images/background.png');
    }
	
	table {
		margin: 0 auto;
	}
		
	#header {
		width: 706px;
	}
	
	#header #title-td {
		width: 304px;
	}
	
        #sidebar ul {
            list-style: none;
        }
        
    h1 {
        font-size: 1.2em;
        text-transform: uppercase;
        color: white;
		font-weight: normal;
    }
	
        h2 {
            font-size: 1.4em;
            padding: 1em 0;
        }
        
        h2 a {
            text-decoration: none;
            color: black;
        }

	#content-table {
		background-color: white;
	}
	
	#sidebar-table {
		background-image: url('../images/sidebar-bg.png');
	}
	
	#quotebar-table {
		background-color: white;
		border-left: #aaa 1px solid;
	}
	
	#content {
		padding: 0 30px 30px 10px;
                min-width: 400px;
	}
	
        #content p, li{
            font-size: 0.75em;
            padding-bottom: 1.5em;
        }


        
	#quotebar {
		padding: 20px 0 0 20px;
	}
	
    #sidebar {
        padding: 20px 20px 0 0;
        font-size: 1em;
        font-weight: bold;
        color: white;
        font-family: Arial,Helvetica,sans-serif;
    }

    #sidebar a:link {
        color: white;
        text-decoration: none;
    }

    #sidebar a:visited {
        color: white;
        text-decoration: none;
    }
    
    #sidebar a:hover {
        color: #F4F397;
    }

<!--[if lt IE 7]>
<script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE7.js" type="text/javascript"></script>
<![endif]-->
