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

body   {
      background-image:url(img/bg.jpg);
	  }

#wrapper {
	width:990px;
	height:100%;
	margin:0 auto;
	border: 3px solid #FFFF9B;
	 }
	 
#header {
	width:990px;
	height:277px;
	background-image:url(img/header.jpg);
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF9B;
	 }
	 
#content {
	width:100%;
	height:100%;
	background-color:#000000;
	text-align:center;
	margin:0 auto;
	}
	
img {
	border: 3px solid #FE0002;
    }
	
#textbox {
     width:100%;
	 height:100%;
	 background-color:#F7C35A;
	 font-family:Arial, Helvetica, sans-serif;
	 text-align:center;
	 color:#000000;
	 font-size:12px;
	 font-weight:bold;
	 }
	 
a:link {
	color: #EFCE58;
}

a:hover, a:active {
	color: #EFCE58;
}

a:visited {
	color: #EFCE58;
}

h2 {
    text-decoration:underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:38px;
	}
	
.ws14 {font-size: 30px;}
.ws8 {font-size: 11px;}