html {

	position:absolute;
	width: 100%;
	height:100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	/*color: #666*/
	text-align: center;
}

body {
	position:relative;
	width:625px;
	margin:0 auto;	
	font-family: 'humnst777EU', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	text-align:justify !important;text-align: center;
	font-size: 13px;
	color: #666;
	text-align: center;
}

#marks {
	position:fixed;
	bottom:0;
	right:0;
	border:0px none;
}

#marks img {
	border:0px none;
}

#menu {
	position:relative;
	bottom:0;
	top:0;
	width: 120px; 
	float: left;
	margin-left: 0px;
	padding: 10px;
	padding-top: 0px;
	border-right: 1px solid #666;	
}
	
#content {
	/*height:70%;*/
	padding: 10px;
	padding-top: 0px;
	margin-left: 140px;
	padding-left:20px;
	border-left: 1px solid #666;
}

#header {
	position:relative;
	color: #006;
	margin-bottom: 20px;
	margin-top:10px;
	background:#fff;
	/*z-index:1;*/
}

#banner {
	position:relative;
	left:0;
	right:0;
	width:623px;
	height:151px;
}

#logo {
	position:absolute;
	left:-50px;
	top:0;
	z-index:1;
	width:225px;
	height:50px;
}

#footer {
	position:relative;
	bottom:0;
	background-color: #fff;
	color: #777;
	font-size: 5px;
	text-align: right;
	padding: 10px;
	clear: both;
	}

#menu ul {
	list-style: none;
	margin:0;
	padding:0;
}

#menu li {
	font-family: 'ZurichLtEU', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 17px;
	color:#ff7f00;
	padding-bottom:5pt;
}

#menu li a {text-decoration:none;}
#menu li a:link {color:#ff7f00;}
#menu li a:visited {color:#fc7403;}
#menu li a:hover {color:#685e98;}

p {
	padding: 0;
	margin-top: 0px;
}

h1 {
	padding: 0;
	margin-top: 0px;
	font-size: 16px;
	text-align: center;
}

h2 {
	padding: 0;
	margin: 5pt;
	margin-left:0;
	font-size: 13px;
	/*color: red;*/
	text-align: justify;
}

ul {
	padding-left:20px;
}

li p {
	padding-left:5px;
}

blockquote {
	text-align:right;
	padding:0;
	margin-right:0;
	font-style: italic;
}

cite {
	display:block;
	padding-bottom:30px;
	text-align:right;
	font-size:11px;
	font-style: normal;
	/*background-color:red;*/
}

iframe {
	position:relative;
	width:100%;
	height:100%;
	border: none;
}

object {
        position:relative;
	width:100%;
	height:100%;
	border: 0px white none;
	overflow:auto;
}

