html{
	overflow: hidden;
	width:auto;
}

body {
	margin:0;
	border:0;
	padding:0;
	height:100%;
	max-height:100%;
	background:#14285f;
	overflow: hidden;
  }

#photo {
	position:absolute;
	top:15px;
	left:50%;
	margin-left:-299px;
	width:809px;
	height:125px;
	/*height:110px;*/
	overflow:hidden;
	background:#14285f;
	/*border: 1px dashed #F78F1E;*/
	border-bottom: 0 none;
	border-left: 0 none;
}

#nav {
	position:absolute;
	width:201px;
	top:15px;
	left:50%;
	margin-left:-500px;
	bottom:15px;
	overflow:auto;
	background:#02021e;
	overflow:hidden;
}

#footer {
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-350px;
	width:710px;
	height:15px;
	overflow:hidden;
	text-align:right;
	background:#02021e;
	/*background:#fafafa;*/
}

#container {
	position:fixed;
	width:769px;
	top:140px;
	/*top:125px;*/
	left:50%;
	margin-left:-299px;
	bottom:15px;
	background:#14285f;
	overflow:auto;
	overflow-x:hidden;
	scrollbar-face-color:#14285f;
	scrollbar-track-color:#14285f;
	scrollbar-shadow-color:#02021e;
	scrollbar-darkshadow-color:#02021e;
	scrollbar-arrow-color:#CC3300;
	/* scrollbar-track-color:#f78f1e;*/
	scrollbar-highlight-color:#FF3300;
	/*border: 1px dashed #f78f1e;*/
	border-top: 0 none;
	border-left: 0 none;
	padding-left:20px;
	padding-right:20px;	
	padding-bottom:20px;	
}

/* for internet explorer */

* html body {
	padding-top:225px;
	padding-right:0;
	padding-bottom:15px;
	padding-left:50%;
}

* html #container {
	height:100%;
	width:509px;
	left:50%;
}

* html #nav {
	height:100%;
	width:201px;
}

* html #footer {
	margin-bottom:-1px;
}

