body {
	 text-align:center;
	 background-color:#000000;
	 margin-bottom:40px;
	 }

#box {
	 width:705px;
	 margin-right:auto;
	 margin-left:auto;
	 margin-top:10px;
	 padding:0px;
	 text-align:left;
	 }
		
#leftcol {
		 width:175px;
		 padding:0px;
		 float:left;
		 }
	
#leftcencol {
			width:175px;
			padding:0px;
			float:left;
			}
	
#rightcencol {
			  width:175px;
			  padding:0px;
			  float:left;
			  }
#rightcol {
		  width:175px;
		  padding:0px;
		  float:left;
		  }

div.img {
		margin: 0px;
		border: 5px outset #A388AC;
		width: 160;
		float: left;
		text-align: center;
		padding:0px
}

div.img img {
  			display: inline;
  			margin: 2px;
			margin-bottom: -2px;
			border: 3px groove #A388AC;
}

div.img a:hover img {border: 3px outset #FFFFcc;}

div.desc {
		 color:#A388AC;
		 text-align: center;
		 font-weight: bold;
		 width: 162px;
		 margin: 0px;
		 margin-bottom: 5px;
}

.official {
		  color:#A388AC;
		  font-weight:bold;
		  font-size:14pt;


}

.header1{
		 color:#A388AC;

}

A.cd:link  {color:#FFFFCC;
			   text-decoration:none;}
A.cd:active  {color:#FFFFCC;
			   	 text-decoration:none;}
A.cd:visited  {color:#F7C981;
			   	  text-decoration:none;}
A.cd:hover  {color:#FFFFCC;
			   	text-decoration:underline;
				background-color:#A388AC;
				}

