body {
background: #808080 none repeat scroll 0 0;
color: white;
font-family: Arial,sans-serif;
font-size: 14px;
font-weight: normal; /* war bold */
margin: 0;
padding: 0;
}
#inv {
margin: 50px auto 0;
width: 800px;
}
#navi {
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
background: black url(img/navi.png) repeat-x scroll 0 0;
font-size: 8pt;
height: 22px;
float: right;
padding: 10px 0 0 0;
}
#events {
-moz-border-radius-topleft: 3px;
-webkit-border-top-left-radius: 3px;
border-top-left-radius: 3px;
background-image: url(img/events.png);
background-repeat: repeat-x;
border: 1px solid #DEDEDE;
color: #999999;
font-size: 8pt;
height: 20px;
padding-top: 10px;
padding: 6px 10px 3px;
clear: both;
}
#banner {
background-image: url(img/banner.png);
border: 4px solid #DEDEDE;
height: 100px;
}
#main {
background: white url(img/mainback.png) repeat-x scroll 0 0;
color: #505050;
padding: 20px;
}
div.clear {
clear: both;
}
#footer {
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-bottomright: 3px;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
background: #DEDEDE none repeat scroll 0 0;
border-top: 2px solid #CCCCCC;
color: #666666;
height: 20px;
margin-bottom: 50px;
padding: 8px 5px 0;
text-align: center;
font-size: 12px;
}
#inv p {
margin: 5px 0 0;
padding: 0;
}
#events p {
margin-top: 2px;
}
#navi ul {
display: inline;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin: 0;
padding: 0;
}
#navi li {
display: inline;
float: left;
margin: 0;
}
#navi a {
border: medium none;
color: white;
font-weight: normal;
padding: 10px 15px 9px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
#navi a:hover, #navi a.active {
background: #111;
}
#main h1, #main h2 {
clear: both;
}
#main p {
	line-height: 18px;
}
img {
border: 1px solid #333333;
float: left;
margin: 0 10px 5px 0;
}
#loading img {
	float: none;
}
a {
border-bottom: 1px dotted #999;
color: #333;
text-decoration: none;
}
a:hover {
border-bottom: 1px solid #999;
}
h1 {
border-left: 5px solid #505050;
font-size: 14pt;
padding-left: 10px;
}
h2 {
border-left: 3px solid #505050;
font-size: 12pt;
padding-left: 5px;
margin-top: 20px;
font-style: italic;
}
span.date {
font-size: 8pt;
font-style: italic;
font-weight: normal;
margin-left: 20px;
}
p.clear {
clear: both;
font-size: 12pt;
text-align: center;
margin-top: 20px;
}

