body {
    margin: 0px;
    padding: 0px;
    background-color: #FFFFCC;
    font-family: Helvetica, Arial, Verdana, Sans-Serif;
}

#page {
    width: 800px;
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    margin: 0px;
    padding: 0px;
    margin-left: -400px;
}

#header {
    width: 800px;
    height: 139px;
    display: block;
    background-color: #A24424;
    background-image: url(../images/header.gif);
    background-repeat: no-repeat;
}

#body {
    width: 800px;
    height: 561px;
    display: block;
    background-color: #F4C789;
    background-image: url(../images/bodybg.jpg);
    background-repeat: no-repeat;
    font-size: small;
    line-height: 125%;
}

#text_column {
    position: absolute;
    left: 180px;
    top: 162px;
    width: 450px;
    padding-bottom: 20px;
}

#text_column img {
    margin: 0;
    margin-bottom: 10px;
}

#nav {
    position: relative;
    left: 0px;
    top: 5px;
    width: 180px;
    text-align: center;
}

h1 {
    color: #A03728;
    font-size: medium;
    margin: 0px;
    padding: 0px;
    margin-bottom: 7px;
}

p {
    margin: 0;
    padding; 0;
    margin-bottom: 7px;
}

#nav a, #nav a:link {
    width: 100%;
    height: 40px;
    display: block;
    background-image: url(../images/button.gif);
    background-position: center;
    background-repeat: no-repeat;
}

#nav a:hover {
    background-image: url(../images/button_over.gif);
}

a, a:link, a:visited {
    text-decoration: none;
    color: #A03728;
}

a:hover {
    text-decoration: underline;
    color: #CC0000;
}

a:active {
    color: #FFFFFF;
}

#topcontact {
	color: #993333;
	position: absolute;
	width: 130px;
	left: 466px; 
	top: 0px;	
}

#topcontact a,
#topcontact a:link {
	color: black;
}

#topcontact a:hover {
	color: #993333;
}

#topcontact a:visited {
	color: black;
}

#about_images {
    position: absolute;
    left: 450px;
    top: 20px;
    width: 170px;
    text-align: center;
}
