/***************STRUCTURE***************************/
/*Reset*/
* {
margin:0;
padding:0;
}

body {
	min-width:800px; 
}
/* Absolute positioned header for all browsers*/
#header-wrapper {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:7em;
}
/* Reset header position to fixed for real browsers such as Firefox*/
body>#header-wrapper {
	position:fixed;
}

#header {
	height:7em;
	width:1024px;
	margin:0 auto;
}

#content-wrapper {
    padding:8em 0 0 0;
	margin-left:0;
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-left:16px;
	padding-bottom:25px;
}

body>#content-wrapper {
	margin-left:0;
}

#content {
	width:1024px;
	margin:0 auto;
}

#footer-wrapper {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:25px;
}

body>#footer-wrapper {
	position:fixed;
}

#footer {
	width:1024px;
	height:25px;
	margin:0 auto;
}

/*Global navigation*/

/***************STYLE***************************/
body,
html{
	color:#000;
	background:#fff;
}

#header {
	background:#fff;
	color:#000;
}
#footer {
	background:#7f8885;
	color:#fff;
}

#content {
	background:#fff;
	color:#000;
}


tr {
	vertical-align: bottom;
}

a {
	color: #4d4f9d;
	text-decoration: none;
}
p {
	font-family: "Arial";
	margin-bottom: 10px;
	text-align: justify;
}
li {
	margin-left: 15px;
	font-family: "Arial";
}
