@charset "UTF-8";
#wrapper {
    float: none;
    width: 1000px;
    background-color: #DF3235;
    clear: none;
    margin: auto;
    border: thin none #000000;
}
#header {
    background-color: #FFFFFF;
    float: none;
    width: 1000px;
    height: 400px;
	font-family: "Courier New";
    font-size: 14px;
}
#body {
    float: none;
    width: auto;
    background-color: #FFFFFF;
    font-family: "Courier New";
    font-size: 14px;
    text-align: left;
}
#footer {
    background-color: #FFFFFF;
    float: none;
    width: auto;
    font-family: "Courier New";
    font-size: 10px;
    text-align: right;
}
#top_links {
    clear: none;
    float: none;
    width: 750px;
    background-image: url(link_css_old2.jpg);
	font-family: "Courier New";
    font-size: 14px;
	text-align: center;
    margin: auto;
    background-repeat: repeat;
}
