body {
 margin: 0;
 padding: 0;
 color: #333333;
 background-color: #ffffff;
 text-align: center;
 font-family: Palatino, Geogia, Times, 'Times New Roman', serif;
 font-size: 95%;
}

/* master init styles */

h1, h2, h3, h4, p, ul, li {
 margin: 0;
 padding: 0;
}

a {
 text-decoration: none;
}

a:link, a:visited {
 color: #990000;
}

a:active, a:hover {
 color: #006633;
}

ul {
 list-style-type: none;
 margin-bottom: 2em;
}

li {
 list-style-position: outside;
}

/* contents styles */

div#container {
 width: 740px;
 height: auto;
 margin: 0 auto;
 padding: 0;
 background-color: transparent;
 text-align: left;
}

/* div#header */
div#header {
 width: auto;
 height: 0;
 padding: 80px 0;
 background-color: transparent;
 background-position: 0 10px;
 text-align: left;
}

div#header h1 {
 color#ffffff;
 font-size: 200%;
 font-weight: bold; 
 text-align: center;
}

div#header p {
 color#ffffff;
 font-size: 90%;
 font-weight: normal;
 text-align: left;
}

/* div#box */
div#box {
 width: 520px;
 height: auto;
 margin: 0 0 10px 200px;
 padding: 10px;
}
