/* ----------------------------- */
/* Main stylesheet for MatWeb    */
/*                               */
/* made by mathijssch@gmail.com  */
/* last update: 22-12-2007       */
/* ----------------------------- */

@import "fourofour.css";
@import "guestbook.css";

body
{
font-size: 10px;
background-color: #000;
color: #FFF;
margin: 0px;
}

p,a,li,h1,h2,legend,td,th
{
font-family: verdana;
}

p
{
margin: 5px;
}

h1
{
margin-left: 5px;
margin-top: 15px;
font-size: 14pt;
font-weight: normal;
text-align: center;
}

h2
{
text-align: left;
margin-left: 50px;
}

p.center
{
text-align: center;
}

a
{
font-weight: bold;
color: #827B60;
text-decoration: none;
}

a.hidden
{
color: #333;
}

a.header
{
color: #AAA;
}

a#tooCool {
position: fixed;
right: 0;
bottom: 0;
display: block;
height: 80px;
width: 80px;
background: url("../images/too_cool.png") bottom right no-repeat;
text-indent: -999em;
text-decoration: none;
}

img
{
border:0px;
margin:5px;
}

td
{
text-align: center;
}

.container
{
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
height: 5%
}

.menu,.content,.footer
{
width: 650px;
margin-left: auto;
margin-right: auto;
background-image: url("../images/bg_content.gif");
border: 1px white solid;
}

.menu
{
text-align: center;
}

.menu li
{
display: inline;
list-style-type: none;
padding-right: 10px;
}

.menu ul
{
margin: 2px;
}

.content
{
padding-bottom: 20px;
}


