@charset "utf-8";
/* CSS Document */

body {
   background-color:#000000;
   }
   
#wrapper {
   width:800px;
   height:100%;
   margin:0 auto;
   text-align:center;
   background-color:#FFFFFF;
   }
   
img
   {
	border: thin solid #A2091B;
   }
 
#header {
	background-image:url(img/index_01.jpg);
	background-repeat:no-repeat;
	background-color:#F3DF48;
	width:800px;
	height:100px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #000000;
   }
   
#stred {
   text-align:center;
   width:800px;
   height:100%;
   background-color:#683E04;
   }
   
h2 {
   font-family:Arial;
   font-size:40px;
   font-weight:bold;
   color:#683E04;
   }
   
h1 {
   color:#FFFFFF;
   font-family:Helvetica;
   font-weight:bold;
   }
   
.ws14 {font-size: 30px;}
.ws8 {font-size: 11px;}
.style1 {color:#FFFFFF;}