html, body{ 

 margin:0; 
 padding:0; 
 text-align:center;
 background-color:#fff;
 font-family:arial; 
 font-size: 10px;
} 

 
h2{
color:#999999;
font-size:250%;
}
h3{
color:#999999;
font-size:150%;
}

#home a{
position:relative;
top:130px;
color:#999999;
font-size:200%;
font-weight:bold;
}

#home a:hover{
text-decoration:none;
border: 1px solid;
color: #000000;
padding: 5px; 
}

#register{
color:#999999;
font-size:160%;
}

#register a{
font-weight:bold;
}

#register a:hover{
text-decoration:underline;
}

#close{
text-align:right;
}

#close a{
font-weight: bold;
padding: 3px;
border: solid 1px #c0c0c0;
}

#close a:hover{
background-color: red;
color: white;
text-decoration:none;
}

.itemlist{
padding-top:10px;
font-size:130%;
height:275px;
overflow:auto;
}

.itemlist a{
background-color:#FFFFFF;
border-bottom:1px solid #D9E3FF;
cursor:pointer;
line-height:30px;
padding-bottom:2px;
padding-top:3px;
}
.itemlist a:hover{
background-color: #f0f4ff;
}




#addcat{
display:none;
margin-left:auto;
margin-right:auto;
text-align:left;
width:295px;
padding:7px;
border: 1px #c0c0c0 solid;
background-color:#d3d3d3;
}

#addurl{
display:none;
margin-left:auto;
margin-right:auto;
text-align:left;
width:400px;
padding:7px;
border: 1px #9FFFFF solid;
background-color:#DFFFF2;
}

#form{
padding: 15px;
text-align:left;
font-size:120%;
}

a {
color:#999999;
line-height: 10px;
text-decoration:none;

}

a:hover { 
text-decoration: underline;
} 

#wrapper{
text-align:center;
height:365px;
width:100%;
}

#flashcontent{
height:365px;
text-align:center;
width:100%;
margin-left:auto;
margin-right:auto;
}

#flashwrapper{
height:365px;
background-image:url('../images/bredcrums.jpg');
background-repeat:no-repeat;
background-position:center;
text-align:center;
width:100%;
}

.error{
color: red;
}


#middlecontent{
 margin-left:auto;
 margin-right:auto;
text-align:left;
width:800px;
}

#bottom_menu{
text-align:center;
position:relative;
top:10px;
}