/* CSS Document */

body { 
margin-left: 20%; 
margin-right:20%;
width:800px;
padding:0 left-sidebar-<length> right-sidebar-<length>;

}

#header {
	margin: 0px 0px 0px auto;
	width: 720px;
	height: 240px;
	}
img {
border:none;
}

p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;


}
h2 {
font-size:20px;
font-weight:bold;

}
h1{
font-size:18px;
font-weight:bold;

}
hr{
	width: 400px;
	
	left:400px;
	position:absolute;
	margin-bottom:5px;
	margin-top:5px;
}
a {
	  color:#000000;
	font-size:14px; 
	background-color: inherit;
	text-decoration: none;
	font-weight:bold;
}


span {
	display: none;
}
table {
border:groove;


}
td{}
div#left-sidebar{
	position:absolute;
	width: auto;
	top:353px;
	left:101px;
  width:left-sidebar-<length>;
	height: auto;
 }
 div#right-sidebar{
	position:absolute;
	top:530px;
	left:951px;
  width:right-sidebar-<length>;
	height: auto;
 }
