		body {
			font-size: 11px;
			font-family: arial, helvetica, sans-serif;
			letter-spacing:0.2px;
            margin-top: 0px;
            margin-bottom: 0px;
            background-color: #2B2D2A;
			}

		#container {
			width: 990px;
			border: 1px solid #000000;
			margin-left: auto;
			margin-right: auto;
			color: #444444;
            background:url("images/leftbar_bg.jpg") #000000 top left repeat-y;
			}

		#header {
            border-bottom:1px solid #000000;
            background-color: #FFFFFF;
            background-image:url("images/header_top.jpg");
            background-position: top right;
            width: 990px;
            height: 80px
			}

        .clearer {
        clear:both;
        line-height:0px;
        font-size:1px;
        }

        #nav_box {
        width:183px;
        border:5px solid #000000;
		padding-right: 16px;
        background:url("images/border_navbox.jpg") #EDEDED top right repeat-y;
        }

		#content {
			padding: 10px;
			margin-left: 230px;
			background-color: #000000;
            color: #FFFFFF;
			font-size:13px;
			}
        table	{
        	color: inherit;
            font-family:inherit;
            font-size:13px;
        }

        #leftbar {
			float: left;
			width: 210px;
			margin-left: 30px;
			padding-top: 10px;
			padding-bottom: 20px;
			}

		#leftbar ul {
			list-style: none;
			margin: 0;
			padding: 0;
			line-height:10px;
			}

        #leftbar li {
        padding-left: 8px;
        font-weight:bold;
		display: block;
		padding-top: 17px;
	  	font-size:12px;
        }

        #leftbar li li{
        display: block;
		font-weight:normal;
        font-size:11px;
       	padding-left: 8px;
   		padding-top: 5px;
	  	}

        #leftbar li span, #leftbar li li span	{cursor: default;}

        #leftbar a:link, #leftbar a:visited, #leftbar a:active {
        color: #B72920;
        }

        #leftbar a:hover {
        text-decoration: none;
        border-bottom: 1px dotted #B72920;
        }

		#footer {
            background:url('/images/bottom_bg.jpg') top left no-repeat #FFFFFF;  /*D42B2B*/
            height: 40px;
			color:#000000;
			clear: both;
			}

		#footer p {
			font-size:11px;
			text-align:center;
            margin: 0px;
			}

		a:link, a:visited, a:active {
			color: #FFA56A;
			text-decoration: none;
			}

		a:hover {
			color: #FFA56A;
			text-decoration: underline;
			}

        h1, h2, h3 {
        margin: 0;
        }

        h1	{font-size:25px;text-align: center; color:#FFFFFF;}
        h2	{font-size:20px;text-align: center; color:#CD5554;}
        h3	{font-size:16px; color: #EDEDED;}

        .td_bg {
        background-color: #333333;
        }