/* CSS Document */

.body {
  padding: 0;
  margin: 0;
  background: #f8f7e5 url(wdw-bg.jpg) no-repeat center top;

  width: 100%;
  display: table;  
}
a  {
  color:red;
  text-decoration: none;
}
.p {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
}
.a:link {
   color:green;
   text-decoration: none;
}
.a:visited { 
   color: black;
   text-decoration: none;
}
.a:active {
    color: yellow;
	text-decoration: none;
}
.a:hover {
    color:red;
	text-decoration: underline;
}

.body_text {
  font-color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  line-height: 18px;
}
.body_text2 {
  font-color: #b78e30;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  line-height: 18px;  
  
}
.h1 {
  color: black;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:110%;
  font-weight: bold;
  line-height: 18px;
}

.p:first-letter {
   font-style: bold;   
}  
.backgroud-color {
   color: #66CCFF; 
}  

.cc_menu{  

   width:700px; /*140px * 5*/ 

    height:600px;  

     position:relative;  

    font-size:14px;  

    text-transform:uppercase;  

     color:#fff;  

 } 

.cc_item{  

     text-align:center;  

     width:140px;  

     height:600px;  

    float:left;  

     border-bottom:1px solid #000;  

     background:#444 url(../images/bg.png) repeat top left;  

     position:relative;  

     -moz-box-shadow:3px -3px 10px #000;  

     -webkit-box-shadow:3px -3px 10px #000;  

    box-shadow:3px -3px 10px #000;  

 } 
 
.footer {
  font-color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  line-height: 20px;
 } 
.top_text {
  font-color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:17px;
  font-wight:bold;
  line-height: 20px;
 }.boxline {
	border-top-width: 0.75px;
	border-right-width: 0.75px;
	border-bottom-width: 0.75px;
	border-left-width: 0.75px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #CCC;
}
	
a  {
   color:#b78e30;
   font-family: Verdana;
   font-size:12px;
   text-decoration: none;	
}

.a:visited { 
   color: black;
   text-decoration: none;
}
.a:active {
    color: #551504;
	text-decoration: none;
}
.a:hover {
    color:#b78e30;
	text-decoration: underline;
}
