body {
margin: 0px;
padding: 0px 0px 15px 0px;
text-align: center;
background-color: black;
scrollbar-arrow-color: #804000; 
scrollbar-3d-light-color : #804000; 
scrollbar-base-color: #804000; 
scrollbar-face-color: #ffffeb; 
scrollbar-dark-shadow-color : #804000; 
scrollbar-highlight-color: #804000; 
scrollbar-shadow-color: #804000; 
}
#page{
	background-color: #800000 ;
	width: 940px;
	margin: 15px auto;
	border: 3px solid #ffc080 ;
	
}
#head{
	background-image: url(header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 116px;
}
#link{
	width: 932px;
	background-color: #ffc080 ;
	padding: 3px ;
	border-right: 1px solid #800000 ;
	border-left: 1px solid #800000 ;
}
#left{
	width: 300px;
	margin:15 px 11px 0px 11px ;
	background-color: #ffc080;
	padding: 25px;
	font-family: sans-serif;
	font-size: small;
	color: #800000;
	text-align: left;
	float: left;
}
#right{
float: right;
width: 557px;
border-left:3px solid #ffc080 ; 
	font-family: sans-serif;
	font-size: small;
	color: #ffc080;
	text-align: left;
}
#insert{
margin: 0 15px 15px 15px ;
padding: 10px 15px 10px 15px;
		font-family: sans-serif;
	font-size: small;
	color: #ffc080;
	text-align: left;
border-right:3px solid #ffc080 ; 
border-left:3px solid #ffc080 ;
border-bottom:3px solid #ffc080 ;
}
a{
	font-family: sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #800000;
	text-decoration: none;
}
a:hover{
	font-family: sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
   text-decoration: none;
}



#foot{
   clear: both;
   margin: 0 10px 10px 10px;
   border-top: 3px solid #ffc080;
   text-align: right;
   font-family: sans-serif;
   font-size: x-small;
   line-height: 25px;
   color: black;
   padding: 10px ;
}
h1{
	background-color: #ffc080;
	margin: 15px 15px 0px 15px;
	text-align: center;
	padding: 10px;
	font-family: sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: black;
}
h2{
	background-color: #ffc080;
	margin: 15px 0 0px 0;
	text-align: center;
	padding: 10px;
	font-family: sans-serif;
	font-size: large;
	font-weight: bold;
	color: black;
}
h3{
	margin: 15px 0 0px 0;
	text-align: center;
	font-family: sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #ffc080;
}
h4{
	background-color: #ffc080;
	margin: 15px 0 0px 0;
	text-align: right;
	padding: 6px  15px 4px 0;
	font-family: sans-serif;
	font-size: medium;
	font-weight: bold;
	color: black;
}
td{
border-right: 1px solid #FFB96A;
}
blockquote {
	text-align: center;
	color: black;
	font-variant: normal;
	font-style: italic;
	font-family: sans-serif;
	font-size: small;
	font-weight: bold;
   padding-bottom: 40px;
   padding-top: 40px;
}

