body {
    margin: 0;
    padding: 0;
    background: #fff url("images/bg_body.gif") repeat top center;
    font: 15px/18px Georgia, "Trebuchet MS", Arial, sans-serif;
    text-align: center;
    color: #000;
}

h1, h2, h3, h4, p {
    margin-top: 0;
}

h1 {
    font-size: 18px;
    margin-bottom: 5px;
}

h2 {
    font-size: 15px;
    font-weight: normal;
}

h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 1px;
}

a {
    color: #2e5a95;
    text-decoration: underline;
}

ul {
    list-style-type: none;
    margin: 0 0 0.5em 0;
    padding: 0;
}

ul li {
    padding-left: 10px;
    background: url("images/li-dot.gif") no-repeat 0 .5em;
    margin-bottom: 0.2em;
}

hr.title {
	color: #000;
	background-color: #000;
	height: 1px;
	border: 0;
	margin-bottom: 1em;
}

hr {
	color: #666;
	background-color: #999;
	height: 1px;
	border: 0;
	margin-bottom: 1em;
}

address {
    padding: 0 28px 40px 28px;
    font-style: normal;
    text-align: left;
    background: transparent url("images/bg_address.gif") no-repeat bottom left;
}

div#page {
    width: 624px;
    background: #fff url("images/bg_page.gif") repeat-y 0 0;
    margin: 0 auto;
}

div#main {
    padding: 452px 28px 0 28px;
    background: transparent url("images/bg_main.jpg") no-repeat 12px 0;
    text-align: left;
}