*{
border:0;
margin:0;
padding:0;
text-align:center;
}

/* body */
body{
background:url(../images/background.jpg) top left repeat;
text-align:center;
}

/* Container */
#container{
width:800px;
position:relative;
text-align:left;
margin:50px auto 50px auto;
}

#header{
background:#FFFFFF;
margin-bottom:4px;
}

#main{
background:#FFFFFF;
padding:4px 4px 0 4px;
margin-bottom:4px;
}

p, li{
font-family:"trebuchet ms", arial;
padding-bottom:4px;
font-size:11pt;
color:#000000;
text-align:left;
}

h1{
font-family:"trebuchet ms", arial;
padding-bottom:8px;
font-size:22pt;
color:#FF0000;
text-align:left;
}

h2{
font-family:"trebuchet ms", arial;
padding-bottom:8px;
font-size:18pt;
color:#FF0000;
text-align:left;
}

a{
font-size:11pt;
color:#006600;
text-decoration:none;
font-weight:bold;
}

a:visited{
font-size:11pt;
color:#006600;
text-decoration:none;
font-weight:bold;
}

a:hover{
font-size:11pt;
color:#006600;
border-bottom:1px dotted;
font-weight:bold;
}

#header p{
text-align:right;
position:absolute;
top:0px;
right:5px;
}