*
{
margin:0px;
padding:0px;
border:0px;
}

body {
background-image:url(img/background.gif);
font-family:"Trebuchet MS", Verdana, "Sans Serif";
margin:0px auto;
}

#header
{
text-align:center;
margin:0px;
}

.header
{
border:3px solid #000000;
}



#footer {
clear: both;
border-top: 1px solid #000000;
text-align:center;
width:100%;
}

#fix {
text-align:left;
overflow:auto;
}

#content {
width:95%;
}

#divr{
width:50%;
float:right;
display:block;
}
#divl{
width:50%;
float:left;
display:block;
}
html>body #main{
background-image:url(img/main.png);
background-repeat:repeat;
}
html>body #right{
background-image:url(img/r.png);
background-repeat:repeat-y;
}
html>body #left{
background-image:url(img/l.png);
background-repeat:repeat-y;
}

#menu {
text-align:left;
float:left;
width:200px;
height:100%;
margin-right:30px;
margin-top:3px;
border-top: 1px solid #000000;
}




#menu ul {
margin:0px;
padding:0px;
text-align:center;
}

#menu li {
text-align:left;

border: 1px solid #000000;
border-top: 0px;
list-style: none;
}

#menu li:hover, #menu .over {
background: #FAC778;
}

#menu li li {
border:0px;
border-bottom: 1px solid #000000;
border-top: 0px;
padding: 1px;
}

#menu li a {
text-align:center;
text-decoration:none;
color:#000000;
margin-right:50px;
}


#menu li a:visited {
color:#525252;
}

#active {
font-size:12px;
padding: 1px;
padding-left:25px;
}

#link {
font-weight:bold;
padding:1px;
}

#link a {
padding:1px;
}

#fix ul
{
margin-bottom:10px;
list-style: square inside url('img/li.gif');
}
#fix ol
{
margin-top:10px;
list-style:decimal inside;
}


img {
behavior: url('img/pngbehavior.htc');
}

/* Hideous IE fixes */
* html #main
{
background-repeat:repeat;
width:100%;
height:100%;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='img/main.png',sizingMethod='scale');
}
* html #right
{
background-repeat:repeat-y;
width:20px;
height:100%;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='img/r.png',sizingMethod='scale');
}
* html #left
{
background-repeat:repeat-y;
width:20px;
height:100%;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='img/l.png',sizingMethod='scale');
}