* {
 font-size: 11px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
 background-color: #eee;
}

a	{
 text-decoration: none;
 color: black;
 font-weight: bold;
}

#main {
 width: 800px;
 border: 1px solid black;
 margin-left: auto;
 margin-right: auto;
 background-color: #fff;
 display: table;
}

#top {
 height: 200px;
 background: url('../gfx/logo.png') center;
 background-color: #232327;
}

#menu {
 list-style: none;
 display: table-cell;
 padding: 0px;
}

#menu a {
 color: red;
 font-size: 12px;
 line-height: 40px;
 display: block;
}

#menu LI {
 width: 110px;
 height: 40px;
 text-align: center; 
 -moz-opacity:0.75;
 filter:alpha(opacity=75);
 display: table-cell;
 float: left;
 border-right: 1px dashed black;
}

#menu_bg {
 margin-top: 160px;
 height: 40px;
 float: left;
 width: 800px;
 -moz-opacity:0.75;
 filter:alpha(opacity=75);
 border-top: 1px solid black;
 border-bottom: 1px solid black;
}

#menu a:hover, #menu a:active {
 color: blue;
 background-color: #c0c0c0;
 border-left: 10px solid #232327;
 display: block;
}

#page {
 padding: 15px;
 text-align: justify;
}

#page DIV {
 text-align: left;
}

#page a {
 border-bottom: 1px dotted black;
}

#page a:hover, #page a:active {
 color: gold;
 border-bottom: 1px dotted #eee;
}

#page LI {
 list-style-type: square;
 text-align: left;
 letter-spacing: 1px;
}

#page P {
 font-size: 13px;
 font-weight: bold;
 text-align: left;
}

#bottom {
 background: url('../gfx/bg_bottom.png') repeat-x;
 color: #fff;
 font-weight: bold;
 text-align: center;
 clear: both;
}

#counter {
 font-weight: normal;
}

#bottom a {
 color: #fff;
 border-bottom: 1px dotted #fff;
}

#bottom a:hover, #bottom a:active {
 color: #eee;
 border-bottom: 1px dotted #eee;
}

.faq_q {
 padding: 5px 5px 5px 5px;
 font-weight: bold;
 background-color: #eee;
}

.faq_a {
 padding: 10px 5px 10px 10px;
 border: 1px solid #eee;
 margin-bottom: 10px;
}
