* {
    font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
    margin: 0;
    padding: 0;    
}
body {
    background: #2A403E;
    font-size: 70%;
    text-align: center;
}

a {
    color: #0056B0;
    padding: 1px;
}
a img {
    border: 0;
    text-decoration: none;
}
img.right {
    border: 6px solid #e6e6e6;
    float: right;
    margin: 5px 0 5px 12px;
}
img.left {
    border: 6px solid #e6e6e6;
    float: left;
    margin: 5px 12px 5px 0;
}

#wrapper {
    background: #fff;
    margin: 0 auto;
    text-align: left;
    width: 780px;
}

/* HEADER */

#header {
	background-image: url(images/jester_drop2.jpg);
	height: 200px;
	background-repeat: no-repeat;
	background-position: 10% 60%;
}

    #header h1 {
	background: #FFFFFF;
	font-size: 2.8em;
	padding-top: 5px;
    }
    #header h1 a {
        color: #2A403E;
        text-decoration: none;
    }
    #header h1 a:hover {
        text-decoration: underline;
    }
    #header h2 {
        color: #fffeee;
        font-size: 1.4em;
        margin-left: 50px;
        margin-top: 3px;
        position: absolute;
    }

/* MENU */ 
    #menu {
        background: #2A403E;
        float: right;
        width: 100%;
    }
    #menu ul {
        list-style-type: none;
        float: right;
    }    
    #menu ul li {
        float: left;
    }
    #menu ul li a {
        color: #fff;
        display: block;
        float: left;
        font-size: 1.2em;
        font-weight: bold;
        padding: 10px;
        text-decoration: none;
    }
    #menu ul li a:hover {
        background: #c56e3b;
        color: #414141;
    }
    #menu ul li a.current {
        background: #43595E;
        color: #999999;
    }    
    
/* MAIN */
    #main {
        clear: right;
        padding: 20px 5px 5px 5px;
    }
    
/* SIDEBAR */
    #sidebar {
        float: left;
        margin-left: 10px;
        margin-top: 5px;
        width: 150px;
    }    
    #sidebar h3 {
	color: #43595E;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.6em;
	padding-bottom: 5px;
    }
	
	#sidebar p {
	font-size: 120%;
	color: #666666;
	line-height: 110%;
	font-weight: bold;
}
	
    #sidebar ul {
	clear: left;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 5px;
	list-style-image: none;
	list-style-type: disc;
    }    
    #sidebar ul li a {
        font-size: 1.2em;
        line-height: 18px;
    }    
    #sidebar ul li a:hover {
	text-decoration: none;
    }
#sidebar a:hover {
	text-decoration: none;
}

#content .front {
	font-size: 1.3em;
	letter-spacing: 0.15em;
	line-height: 1.3em;
	text-align: left;
}

#content .quotes {
	font-size: 1.1em;
	text-align: left;
}

    #sidebar a img {
        margin-left: 3px;
        margin-top: -5px;
    }    

/* CONTENT */
    #content {
        margin-left: 170px;
        margin-right: 20px;
    }
    #content h2 {
	font-size: 1.8em;
	padding-bottom: 10px;
	color: #43595E;
    }
#content h3 {
	color: #43595E;
	font-size: 1.4em;
}

    #content h2 a {
        background: #fff;
        color: #313131;
        font-family: "Trebuchet MS", Arial, sans-serif;
        text-decoration: none;
    }
    #content h2 a:hover {
        text-decoration: underline;
    }
    #content p {
        font-size: 1.4em;
        line-height: 20px;
        margin-left: 10px !important;
        margin-left: 20px;
        margin-bottom: 10px;
        text-align: justify;
    }
    #content .blockquote {
        background: #f1f1f1;
        font-family: "Courier New", Courier, sans-serif;
        font-size: 1.2em;
        margin: 15px 40px;
        padding: 10px 15px;
    }

/* FOOTER */
    #footer {
        background: #2A403E;
        color: #fff;
        clear: left;
        font-size: 1.1em;
        font-weight: bold;
        margin-top: 15px;
        padding: 6px 10px;
        text-align: center;
    }
    
    #footer a {
        background: #414141;
        color: #fff;
        text-decoration: none;
    }
    
    #footer a:hover {
        text-decoration: underline;
    }
#content table {
	font-size: 130%;
}
#content .showcase {
	border: 1px solid #;
	padding: 5px;
	border: 4px solid #666666;
	text-align: center;
	background-color: #EBCDBA;
}
#content .small {
	font-size: 90%;
	color: #666666;
	letter-spacing: -0.5px;
	text-align: center;
}
