html * {
	padding:0;
	margin:0;
	color:#BFBFBF;
	font-family: verdana;
	text-transform:uppercase;
	font-size:11px;
}

body {
	background:#343434;
}


body#iFrame {
	background:#4f4f4f;
	margin:0 0;
	width:943px;
    padding:0 0;
}

/* 
    IE hack since scrollbars differ in width... 
*/
* html body#iFrame {
    width:945px;
}
    #MainWrapper {
        width:980px;
        margin:0 auto;
    }
    
	h1,
	p#EmailAddress,
	p#Status {
		display:block;
		float:left;
		width:50%;
	}
	h1 {
		font-weight:normal;
        margin:0;
	}

	p#EmailAddress,
	p#Phone {
		text-align:right;
	}

	p#Phone {
	}


	#BackgroundWrapper {
		background: url(../images/bg_test_01.gif) 0 1px no-repeat;
		padding:10px 10px 10px 10px;
	}

	iframe {
		width:962px;
		height:568px;
		background:#706a5a;
        border:0;
		
	}
	
    div#NavigationWrapper {
        width:962px;
        background:#4f4f4f;
        border-top: 1px solid #312f30;
    }

    * html div#LinkWrapper {margin-left:-3px;}    
    div#LinkWrapper {
		float:right;
		width:65px;
		height:143px;
        background:#4f4f4f;
	}
    
	a#MainLink {
		display:block;
		margin:16px 0 0 16px;
		line-height:11px;
		position:relative;
	}

	ul.Navigation {
		background: url(../images/Mainpage_11.jpg);
		list-style:none;
		height:64px;
		width:896px;
        overflow:hidden;
	}

	ul.Navigation li {
        width:112px;
        height:64;
		float:left;
	}
	
    ul.Navigation li.NoLink img {
        margin:15px 0 0 16px;
    }
    
	ul.Navigation li img {
		display:block;
	}
    ul.Navigation li a {
        display:block;
        margin:15px 0 0 16px;
    }
    
    ul.Navigation li.Active {
        background:transparent url(../images/bg_arrow_up.gif) 60px 5px no-repeat;
    }
    
	div.PaddedBody {
		padding:0 10px;
	}

	#iFrame p#Copyright {
		text-align:right;
		margin:20px 0 10px 0;
		width:99%;
	}
/* GENERICS */

	a {
		text-decoration:none;
	}

	a img,
    img {
		border:0;
	}
    
    .Blocked img {
        display:block;
    }
	#iFrame p {
		margin-bottom:22px;
		width:366px;
	}

	.clearfix {		position:relative;		zoom:1;	}	.clearfix:after {		content: ".";		display:block;		height:0;		clear:both;		visibility:hidden;	}
