html, body, ul {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

body {
    margin: 0px;
    padding: 8px;
    font-size: 10.5px;
    font-family: "Tahoma", sans-serif;
	color:#003366;
	background-color:#F9F9F9;
	background-image: url(../img/txt_bg.png);
    background-position: top left ;
	background-repeat: repeat-x;
}

#wrapper {
    width: 980px;
    background: url(../img/content-bg.png) top left repeat-y;
    margin: auto;
}

div.content {
    background: url(../img/content-top.jpg) top left no-repeat;
    padding-top: 187px;
}


div.main {
    margin-right: 16px;
    width: 732px;
    overflow: auto;
    background: #f0eff4;
    margin-bottom: 10px;
    padding: 0px;
}

div.main h2 {
    font-size: 1.8em;
    font-style: italic;
    color: #9aa8bf;
    border-bottom: dashed 1px #9daec0;
    margin: 0px 0px 15px 0px;
}
div.bottom {
    display: block;
    width: 980px;
    height: 14px;
    font-size: 0px;
    background: url(../img/content-bottom2.png) top left no-repeat;
    padding-right: 0px;
    text-align: right;
    margin-top: -3px;
    clear: both;
    overflow: hidden;
}




ul li {
	padding: 0;
	margin: 9px;
	list-style: disc;
}



div.content {    
position: relative;
}

