* {padding:0;margin:0;}

body{
background:#F6DA1C;/*#FFFF33;*/
color:#000000;
font-size:11px;
font-family:Verdana, Arial, sans-serif;
text-align:center;
}

#column{
display: block;
width:900px;
margin:0 auto;
padding:0 0 0 0;
overflow:hidden;
}
#header{
  width:100%;
  background:#FFCC33;
  overflow:hidden;
  display: block;
  margin:0 0 0 0;
  padding:0 0 5px 0;
}
#header p.left{ float:left;
  margin:5px 0 5px 10px;
}
#header a img{ border:none}

#menu{
  background:#FFA300; 
  border-bottom:1px solid #000;
  border-top:1px solid #000;
  line-height:2.2em;
  height:2.2em;
  margin:0;
  padding:0;
  display: block;
  text-align:center;
  clear:both;
  width:100%;
}

#menu ul{
width:100%;
margin:0 0 0 10px;
border-left:1px solid #000;
overflow:hidden;
}
#menu li{
float:left;
list-style-type:none;
border-right:1px solid #000;
white-space:nowrap;
}
#menu li a{
display:block;
padding:0 10px;
font-size:1.2em;
font-weight:BOLD;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #000000;
}
#menu a:hover{
background:#FFFF33;
color:#003399;
text-decoration:none;
}

#content {
display: block;
width:100%; 
overflow:hidden;
margin:0 0 0 0;
padding:0 0 0 0;
clear:both;
}
#content p{
margin:0 auto;
padding:10px 10px 10px 10px;
width:90%;
overflow:hidden;
text-align:center;
font-size:12px;
FONT-WEIGHT: bold;
}

#content img{
width:150px;
height:200px;
margin:5px 5px 5px 5px;
border:1px solid #AA0000;
}
#content a:hover {text-decoration: none;}
#content a:hover img {border: 1px solid #000000}

#line{
clear:both;
margin:10px 0 10px 0;
width:100%;
overflow:hidden;
padding:10px 10px 10px 10px;
font-size: 13px;
FONT-WEIGHT: bold;
}
#line a,#line a:visited{
color:#AA0000;
FONT-WEIGHT: bold;
font-size: 20px;
text-decoration: underline;
}
#line a:hover{
color:#000000;
FONT-WEIGHT: bold;
font-size: 20px;
text-decoration: none;
}

#ins{
clear:both;
margin:20px 0 20px 0;
width:100%;
overflow:hidden;
padding:10px 10px 10px 10px;
}
#ins a,#ins a:visited{
color:#AA0000;
FONT-WEIGHT: bold;
font-size: 20px;
text-decoration: underline;
}
#ins a:hover{
color:#000000;
FONT-WEIGHT: bold;
font-size: 20px;
text-decoration: none;
}
#ins a.l2, #ins a.l2:visited, #ins a.l2:hover{
font-size:35px;
}

#footer{
font-size: 10px;
clear:both;
margin:30px 0 0 0;
width:100%;
overflow:hidden;
padding:10px 10px 20px 10px;  
}
#footer a,#footer a:visited{
color:#AA0000;
FONT-WEIGHT: bold;
text-decoration: underline;
}
#footer a:hover{
color:#000000;
FONT-WEIGHT: bold;
text-decoration: underline;
}

