body,
html{
	margin:0;
	padding:0;
}
body {
	min-width:800px; /* Prevent content from becoming unreachable in Gecko */
}
/* position:absolute for all browsers - the whole page scrolls */
div#headerwrap {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:150px;
}
/* position:fixed for modern browsers - header and footer do not scroll */
body>div#headerwrap {
	/*position:fixed;*/
}
div#header {
	height:150px;
	width:800px;
	margin:0 auto;
}
/* set a left margin to compensate for IE/Win always making room for a scrollbar */
div#middlewrap {
/* set left margin and bottom padding for IE5/Win */
	padding:150px 0 0 0;
/*	margin-left:0;*/
/* set left margin and bottom padding for others */
/*	voice-family: "\"}\""; 
	voice-family:inherit;*/
	margin-left:16px;
	padding-bottom:5px;
	}
/* set left margin for modern browsers */
body>div#middlewrap {
	margin-left:0;
}
div#middle {
	width:800px;
	margin:0 auto;
}
div#sidebar {
	width:25%;
	float:left;
	min-height:800px;
	padding-top:2px;
}
div#content {
	padding:10px 10px;
	margin-left:25%;
	min-height:800px;
}

/* Styling rules to make this demo page look nice. */
body,
html{
	font-family:"Trebuchet MS", Georgia, Verdana, serif;
	color:#000;
	background:#eee;
}
div#header,
div#footer {
	background:#333;
	color:#eee;
}
div#middle,
div#sidebar {
	background:#bbb;
}
div#content {
	background:#ccc;
}
h1,
h2 {
	padding:0;
	margin:0;
}


h1 {
	font-size:1.4em;
	text-align:center;
	padding-top:5px;
}
h2 {
	font-size:1.2em;
	padding-top:1em;
	margin-top:0;
}
h3 {
	font-size:1em;
	padding-top:1em;
	margin-top:0;
}
p {
	margin-bottom:0;
	font-size:0.9em;
	line-height:1.4em;
}
ul {
	font-size:0.9em;
	line-height:1.4em;
}
ol {
	font-size:0.9em;
	line-height:1.4em;
}
div#sidebar ul {
	margin:0;
	padding-left:0;
	text-decoration:none;	
}

div#sidebar li {
	text-decoration:none;
	font-weight:bold;
	background-color:#888;
	padding:10px;
	border:2px solid #bbb;
	list-style:none;
}

div#content li {
	text-decoration:none;
	font-size:1em;
}

div#sidebar A:link {
	text-decoration:none;
	color:black;
}
div#sidebar A:active {
	text-decoration:none;
	color:black;
}
div#sidebar A:visited {
	text-decoration:none;
	color:black;
}

div#sidebar li:hover {
	background-color:#bbb;
}

div#contacts {
	padding:10px 10px;
}

div#contacts p {
	font-size:0.7em;
	font-weight:bold;
}

div#content tr {
	font-size:1em;
	text-align:center;
}

div#content th {
	font-size:1em;
	text-align:center;
}

div#content td {
	font-size:1em;
	text-align:center;
}