/*HTML Defaults and Generics Classes */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr { 
	margin: 0; 
	padding: 0;
}

body{
    background-color: #666633;
    color: #fff;
    font: 68.75% Verdana, Helvetica, arial, sans-serif;
    text-align: center;
    padding: 0 0 17px 0;
    min-width: 800px;
    }
        
#MAIN   {
            position: relative;
            width:800px;
            margin:auto;
            line-height:150%;
        }
       
        #HEADER{
            width:800px;
            height: 63px;
            padding: 5px;
            text-align: left;
            margin-top: 29px;
}


/* @group Menu */

#MENU{
	    position: absolute;
	    top: 0px;
	    left: 202px;
	    width: 588px;
            height: 53px;
            background-color: #000;
            letter-spacing: 4px;
	font: 500 1em 'Century Gothic', 'Avant Garde Gothic','Avant Garde', 'URW Gothic L', Helvetica,'trebsuchet ms', arial, sans-serif;
	margin: 5px;
}
       
        
        #MENU ul{
            padding-top: 15px;
            padding-left: 5px;
            padding-right: 5px;
            padding-bottom: 0px;
            margin: 0;
            list-style-type: none;
        }

        #MENU a{
            float: left;
            text-decoration: none;
            color: white;
            background-color: #000000;
            padding-left: 1.05em;
            padding-right: 1.05em;
	width: 0;
	margin-left: 12px;
	margin-right: 12px;
}

#MENU a:hover {
	color: #666633;
}
        
        #MENU li{
            float: left;
	margin: 5px 0px 0px;
}

        /* Hide from IE5-Mac \*/
        #MENU li a{
            float: none
        }
        /* End hide */



/* @end */
        
        #CONTENT{
            width:800px;
            position: relative;
	    overflow: hidden;
	margin: 13px auto 5px;
}

/* @group Home */

div.left{
            position:relative;
            width:356px;
        }
div.content{
            position:absolute;
            top: 0px;
            width: 450px;
	    left: 342px;
}

#panes {
			text-align: justify;
			border-style: none;
			height: 470px;
			margin: 0 auto 0 auto;
                        clear: none;
                        width: 450px;
                        overflow: hidden;
}
		
		#panes h1{
			color: #fff;
			padding: 5px;
	font: 14px "Century Gothic", Helvetica, "Trebuchet MS", "Helvetica Neue", Arial, Geneva, sans-serif;
	letter-spacing: 7px;
}
		
		#panes p{
			color: #fff;
			padding: 5px;
			text-indent: 1cm;
	text-align: left;
	word-spacing: 4px;
	font: 11px/120% "Century Gothic", Helvetica, "Trebuchet MS", "Helvetica Neue", Arial, Geneva, sans-serif;
}

#panes div div {
			width: 450px;
			overflow: visible;
			display: inline;
		}

#text{
	width: 450px;
	float: left;
}



/* @end */