body {
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	border:0px;
	font-family: arial, sans-serif;
	font-weight: normal;
}
p{
	font-weight: normal;
}
#header{
	position: absolute;
	left: 30px;
	top: 20px;
	width: 870px;
	height: 100px;
	background-color:#3399FF;
	font-family: arial, sans-serif;
	padding: 10px;
}
#sidebar{
	position: absolute;
	left: 30px;
	top: 150px;
	width: 170px;
	
	background-color:#0099FF;
	font-family: arial, sans-serif;
	text-align: right;
	padding: 10px;
}
#content{
	position: absolute;
	left: 230px;
	top: 150px;
	width: 670px;
	
	background-color:white;
	font-family: arial, sans-serif;
	text-align: center;
	padding: 10px;
}
#copyright{
	font-size:x-small;
	font-weight: bold;
	color:gray;
}
#front{
/*	position: absolute;
	width: 500px;
	left: 250px;
	text-align:center;*/
	
}
#link_list{
	font-family: arial, sans-serif;	
	font-size:small;
	/*font-weight:bold;*/
	color:white;
	text-decoration:none;
}
a:link{ 
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover{
	color:#A43036;
	text-decoration: none;
	
}
image{
	border:0px;
}
#main_text{
	font-family: arial, sans-serif;
	color:white;
}
