body 
{
	margin:0px;
	background-color:Black;
}
a
{
    color:#4a3b1a;
    text-decoration:none;
}
h2
{
	font-family: Bradley Hand ITC, Arial, Sans-Serif;
	font-size:14pt;
	font-weight:bold;
	margin-bottom:-13px;
	margin-top:-3px;
}
img
{
    border:none;
    behavior: url(/js/iepngfix/iepngfix.htc);
}
.centerThis
{
    text-align:center;
    margin:auto;
}
.clear_div
{
    clear: both;
}
/*#bkgdContainer
{
    width:1149px;
    margin-left:auto;
    margin-right:auto;
    background-image: url("/media/images/background2.gif");
}
        #bkgdBottom
        {
            margin-bottom:-4px;
        }
*/      
        
#mainContainer
{
	margin-left: auto;
	margin-right: auto;
	width: 802px;
	background-image: url("/media/images/background.gif");
	background-repeat: repeat-y;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color:#4a3b1a;
}
        .left_bkgd
        {
	        background-image: url("/media/images/left_bkgd2.jpg");
	        min-height: 600px;
	        width: 293px;
	        float:left;
        }
                .navMenu
                {
                    position:relative;
                    top:180px;
                    left:120px;
                    margin-bottom: 20px;
                }
                
                        /* JS sliding dropdown nav menu */
                        * 
                        {
                            padding:0; 
                            margin:0
                        }
                        .dropdown 
                        {
                            display:block; 
                            position:relative;
                        }
                        .dropdown dt 
                        {
                            cursor:pointer; 
                            width:139px;
                            padding:8px; 
                            margin-left:-7px;
                   //         background:url(../media/images/javascript/header.gif)
                        }
                        .dropdown dt:hover 
                        {
                   //         background:url(../media/images/javascript/header_over.gif)
                        }
                        .dropdown .upperdd 
                        {
                            border-bottom:none; 
                        }
                        .dropdown dd 
                        {
                            position:absolute;
                            top:0px; 
                            overflow:hidden;
                            width:154px; /*BOTH widths needed!*/
                            display:none; 
                            background:#fff;
                            opacity:0; 
                        }
                        .dropdown ul 
                        {
                            width:152px;  /*BOTH widths needed!*/
                            border:1px solid #f2e8d3; 
                            list-style:none;
                        }
                        .dropdown li 
                        {
                            display:inline;
                        }
                        ul li a , ul li a:active, ul li a:visited
                        {
                            display:block; 
                            padding:5px; 
                            color:#f2e8d3;  
                            font-size: 11pt;
                            text-decoration:none; 
                            background:#404116;
                            /*width:150px;  *NOTE: Left out due to JS problem with menu disappearing too fast */
                        }
                        .dropdown ul li a:hover 
                        {
                            background:#d9e1e4; 
                            color:#000
                        }
                        .dropdown .underline 
                        {
                            border-bottom:1px solid #f2e8d3;
                        }
                        /* end JS dropdown menu */
                        
                #imgJapaneseClipart
                {
                    position:relative;
                    top:170px;
                    left: 50px;
                }
        #header
        {
            float:left;
            background-image: url("/media/images/header_border.jpg");
            background-repeat:no-repeat;
            width:509px;
            height:86px;
        }
        #content
        {
            float:left;
            width:509px;
            min-height:514px;
            background-image: url("/media/images/content_background.gif");
            background-repeat:no-repeat;
            background-position:top;

        }
        
