body {
   	font: normal 17px arial, verdana, helvetica, sans-serif;
  margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	    background-color: #111;

}

/*============================================ COMMON PARTS ============================================*/

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

img     {border: 0;}
a       {text-decoration: none; }
a:hover {text-decoration: underline; }
.clear  {clear: both; height: 0; line-height: 0; font-size: 0;}

.im {
    position: relative;
    overflow: hidden;
}
    .im span {
        position: absolute;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
    }
    
/*============================================ SHELL ============================================*/

#c {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#overall {
    position: relative;
    width: 960px;
	float: left;
	background-image: url(body_bg.gif);
	background-position: center;
	background-repeat: repeat-y;

}
    h1.logo { 
        position: absolute;
        top: 0;
        left: 0;
        width: 262px;
        height: 115px;
        padding: 0;
        margin: 0;
    }
        h1.logo a {
            display: block;
            width: 262px;
            height: 115px;
        }
            h1.logo a span  { display: none; }
         
    #right {
        float: right;
        width: 714px;
    }
        #right #header {
            width: 714px;
            height: 161px;
            background: url(header.png) 0 0 no-repeat;
        }
            #right #header .inner {
                padding-top: 86px;
            }
                #right #header span {
                    display: none;
                }
                #right #header .tagline {
                    position: absolute;
                    left: 270px;
                    top: 25px;
                    width: 302px;
                    height: 68px;
                    background: url(header_tagline.gif) 0 0 no-repeat;
                }
                #right #header .iso {
                    position: absolute;
                    left: 768px;
                    top: 20px;
                    width: 178px;
                    height: 23px;
                    background: url(header_iso.gif) 0 0 no-repeat;
                }
                #right #header .about {
                    height: 75px;
                    background: url(header_about_bg.png) 0 0 no-repeat;
                }
                    #right #header .about a {
	position: absolute;
	left: 729px;
	top: 103px;
	width: 129px;
	height: 31px;
	background: url(header_about.gif) right no-repeat;
	 width: 214px; height: 31px;
                    }
                    
        #right #body {
        }
            #right #body .logo_aux {
                float: left;
                width: 96px;
                height: 115px;
                background: url(body_logo_aux.gif) 0 0 no-repeat;
            }
            #right #body .inner {
                padding: 17px 35px;
            }
    
    #left {
        float: left;
        background: url(left_bg.png) 0 0 no-repeat;
        width: 246px;
        min-height: 819px;
        padding-top: 135px;
    }
        #left #nav ul {
            margin: 0;
            padding: 0;
			margin-top: 9px;
        }
            #left #nav li {
                list-style: none;
                margin: 0 0 3px 0;
                padding: 0 0 0 30px;
                background: url(bullet_white_square.gif) 14px 4px no-repeat;
            }
                #left #nav ul li a {
                    font-size: 17px;
                    font-weight: bold;
                    color: #fff;
                }
                #left #nav ul li ul {
                    margin: 1px 0 0 0;
                    padding: 0;
                }
                    #left #nav ul li ul li {
                        margin: 0 0 1px 1px;
                        padding: 0;
                        background: none;
                    }
                        #left #nav ul li ul li a {
                            font-size: 12px;
                            font-weight: bold;
                            color: #fff;
                        }

    
    #footer {
        overflow: hidden;
        clear: both;
        background: #000;
		width: 960px;

	margin-left: auto;
	margin-right: auto;
    }
	
	#footer .ele {
		color: #ccc;
		font-size: 11px;
		padding: 8px;
		padding-left: 10px;
		padding-right: 10px;
		width: 460px;
		float: left;
	}
	#footer .ele a:link, #footer .ele a:visited {
		color: #Ccc;
		text-decoration: none;
	}
	#footer .ele a:hover, #footer .ele a:active {
		color: #fff;
		text-decoration: none;
	}