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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: Arial,sans-serif;
	font-style: normal;
	color: #FFfFFF;
}

html, body{
    background-color: #CCC;
    background-image: url(../images/background_carbon.jpg);
    background-attachment: fixed;
    min-height: 101%;
}

#container{
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -416px;
    width: 832px;
    background-color: transparent;
    background-image: url(../images/background_main_RTF.jpg);
    background-position: 0px 416px 0px 0px;
    background-repeat: no-repeat;
    min-height: 817px;
}

#header{
    background-color: transparent;
    color: transparent;
    height: 80px;
    width: 100%;
    padding: 30px 0px 0px 0px;
}

#header h1 a{
    position: absolute;
    color: transparent;
    background-color: transparent;
    top: 15px;
    left: 50%;
    font-size: 16px;
    margin-left: -392px;
    text-decoration: none;
    letter-spacing: 18.2px;
    padding: 25px 30px 70px 280px;
    z-index: 1;
}

#header h1 span b{
    color: transparent;
}

#headerimage{
    position: absolute;
    top: 71px;
    right: 17px;
    background-color: transparent;
    z-index: 0;
}

#screenbox{
    position: absolute;
    top: 225px;
    right: -25px;
    width: 308px;
    height: 757px;
    text-align: center;
    background-color: transparent;
    background-image: url(../images/screenbox.jpg);
    background-repeat: no-repeat;
    padding: 55px 5px 10px 3px;
    line-height: 35px;
}

#screenbox img{
/*    background-color: white;*/
	-moz-border-radius:	    3px 3px 3px 3px;
	-webkit-border-radius:	3px 3px 3px 3px;
	-khtml-border-radius:	3px 3px 3px 3px;
	border-radius:		    3px 3px 3px 3px;
    box-shadow:		    2px 0px 4px #4D4D4D;
	-moz-box-shadow:	2px 0px 4px #4D4D4D;
	-webkit-box-shadow:	2px 0px 4px #4D4D4D;
}

#navigation{
    position: relative;
    background-color: transparent;
    top: 117px;
    left: 50%;
    margin-left: -401px;
    width: 610px;
    padding: 0px 0px 0px 4px;
}

#navigation li{
    color: #ffffff;
	font-family: arial, Arial,sans-serif;
	font-style: normal;
    list-style: none outside none;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 0px 6px 0px;
}

#navigation li a{
    color: #ffffff;
	font-family: arial, Arial,sans-serif;
	font-style: normal;
    background-color: transparent;
    font-weight: bold;
    text-decoration: none;
    padding: 6px 35px 6px 20px;
}

/*#navigation li a{
    text-decoration: none;
}*/

#main{
    float: left;
    background-color: transparent;
    width: 100%;
    margin-top: 71px;
    background-image: url(../images/stripe.png);
    background-repeat: repeat-y;
    overflow: visible;
    min-height: 645px;
}


#content{
    position: relative;
    background-color: transparent;
    left: 50%;
    margin-left: -370px;
    width: 555px;
    padding: 30px 0px 25px 0px;
/*    background-image: url(../images/stripe.png); */

    /*
   	-moz-border-radius:	    0px 50px 0px 0px;
	-webkit-border-radius:	0px 50px 0px 0px;
	-khtml-border-radius:	0px 50px 0px 0px;
	border-radius:		0px 50px 0px 0px;
	*/
}

pre{
    background-color: #EEE;
}

a.fadehover{
    position: relative;
}

a.fadehover.visited {
    position: relative;
}
 
img.a{
    position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
}
 
img.b{
    position: absolute;
	top: 0px;
	left: 0px;
}

table.fadehover tr td{
    width: 650px;
    height: 130px;
}


/* div.fadehover {
	position: relative;
	}


img.a{
	position: absolute;
	left: 0;
	top: 0;
        z-index: 10;
}
 
img.b{
	position: absolute;
	left: 0;
	top: 0;
}*/
	
#footer{
    float: left;
    margin-top: 0px;
    font-size: 9px;
    height: 31px;
    width: 100%;
    padding: 0px 0px 0px 45px;
    background-image: url(../images/endstripe.png);
    background-repeat: no-repeat;
}