a:visited {
    color: #336699;
	text-decoration:none;

}

a:link {
    color: #336699;
	text-decoration:none;
}

a:hover {
    color: #3399cc;
	text-decoration:underline;
	
}

body {
    width: 850px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
    font: 0.9em Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    background-image: url('aa_bkgd.gif');
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;

}

#header {
    text-align: center;
    font-size: large;
    font-weight: bold;
}

#navigation {
    text-align: center;
    font-size: small;
}

#main {
    margin-top: 40px 0;
	text-align:left;
}

#footer {
    text-align: center;
    font-size: small;
}

img {
    border: 1px solid #336699;
}