body {
background-image: url("bg.gif");
padding:1em;
margin:0px;
font-family: Arial, sans-serif;
font-size:10pt;
}
#center {
background-image: url("bgc.gif");
background-color: #FFF;
color: #333;
background-position: bottom right;
background-repeat: no-repeat;
margin-left:auto;
margin-right:auto;
width:720px;
border: solid 1px #CCC;
padding:0px;
}
a {
color: #C00;
background-color: inherit;
}
#nav {
width:195px;
float:left;
font-weight: bold;
padding:0px;
margin:0px;
}
#nav ul {
margin-left:2em;
padding:0px;
}
#nav a {
text-decoration: none;
}
#nav a:hover {
text-decoration: underline;
}
#text {
margin-left:205px;
margin-bottom:2em;
}
p {
margin-right:2em;
}
h1 {
font-size:18pt;
font-weight: bold;
}
h2 {
font-size:14pt;
font-weight: bold;
}
h3 {
font-size:12pt;
font-weight: bold;
/* background-image: url("bg.gif");
padding:0.5em; */
}
img {
border: 0px;
}

