@charset "UTF-8";
/* CSS Document */

body {
background:transparent url(../images/site_bg.jpg) no-repeat top center;
margin:0px 0px 0px 0px;
background-color:#000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;}

.site_top {  position:relative; margin-left:auto; margin-right:auto; margin-top:0px; width:1000px; height:150px; }
.site_container { position:relative; margin-left:auto; margin-right:auto; margin-top:0px; width:1000px; height:auto; }

.nav { position:absolute; top:-4px; left:15px; color:#FFFFFF; font-family:"Times New Roman", Times, serif; font-size:14px; background: url("../images/nav_bg-trans.png") no-repeat center left;}

.body_container { position:absolute; top:70px; left:10px; width:600px; margin:0px;}

.body_container_top {background:url(../images/bg_top-trans.png) bottom left no-repeat; width:600px; height:40px; margin:0px;}

.body_container_center {background:url(../images/bg_center-trans.png) top left repeat-y; width:600px; margin:0px; padding:1px;}

.body_container_bot {background:url(../images/bg_bottom-trans.png) top left no-repeat; width:600px; height:30px; margin:0px;}

.body_content { width:550px; margin-left:25px}
.body_header { vertical-align:bottom; color:#990000; font-weight:bold; font-size:16px; margin-left:25px; height:40px;}

.sidebar { position:absolute; top:75px; left:625px; width:355px; height:700px;}

.sidebar_container { width:355px; margin:0px;}
.sidebar_container_top {background:url(../images/sidebar_top-trans.png) bottom left no-repeat; width:355px; height:40px; margin:0px;}

.sidebar_container_center {background:url(../images/sidebar_center-trans.png) top left repeat-y; width:355px; margin:0px; padding:1px;}

.sidebar_container_bot {background:url(../images/sidebar_bot-trans.png) top left no-repeat; width:355px; height:30px; margin:0px;}
.sidebar_content { width:250px; margin-left:30px;}
.sidebar_header { vertical-align:bottom; color:#990000; font-weight:bold; font-size:12px; margin-left:30px; height:30px;}

.item {
	/*background:url(../images/bg-trans_items.png) top left repeat-y;*/
	width: 500px;
	height:auto;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.footer { font-family:"Times New Roman", Times, serif; font-size:12px; color:#FFFFFF; margin-left:auto; margin-right:auto; text-align:center; width:1000px; margin-top:35px; position:relative; bottom:25px; height:40px;}

h2 { color:#990000; font-weight:bold; font-size:16px;}

/* Styles for the entire LavaLamp menu */                   

        .lavaLampBottomStyle {
            position: relative;
            height: 29px;
            width: 921px;
            padding: 15px;
            margin: 10px 0;
            overflow: hidden;
            
        }
                .lavaLampBottomStyle li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampBottomStyle li.back {
                        border-bottom: 5px solid #990000;
                        width: 9px;
                        height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                    .lavaLampBottomStyle li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #000;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 7px;
                    }   
                        .lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
                            border: none;
                        }      
						
a:link {color: #990000; text-decoration: none; }
a:visited {color: #990000; text-decoration: none; }
a:hover {color: #990000; text-decoration: underline; }
a:active {color: blue; }                
