body {
    font: 12px Helvetica, arial;
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: #000;
    color: #fff;
    line-height: 20px;
}

a {color: #83766a; text-decoration: none;}
a:hover {text-decoration: underline;}

textarea, input[type=text] {background: #eeeeee; border: 1px solid #7b7b7b;}

.center {
    width: 800px;
    margin: 0px auto;
    text-align: left;
}

#header {
    height: 100px;
}

#header img {border: none;}

#navigation {
    padding: 0px;
    background: url(images/jpgs/nav_bg.jpg) top center;
	width: 800px;
	height: 40px;
	overflow: hidden;
}

#navigation ul {
	height: 40px;
    float: left;
    display: inline;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#navigation ul li {
	padding: 0px;
	margin: 0px;
    float: left;
    display: inline;
}

#navigation ul li a {
	font-size: 12px;
    font-weight: bold;
	height: 40px;
    line-height: 40px;
    float: left;
    display: inline;
    color: #000;
    text-decoration: none;
    padding: 0 7px;
}

#navigation ul li a:hover {
    color: #f5f5f5;
}

#vertNav {
    width: 185px;
    height: 329px;
}
#vertNavTop {
    width: 185px;
    height: 10px;
    background: url(images/jpgs/vertNav_top.jpg) top no-repeat;
}
#vertNavBG {
    background: url(images/jpgs/vertNav_bg.jpg) repeat-y;
    overflow: hidden;
    width: 165px;
    padding: 10px;
    height: 309px;
}
#vertNavBG ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}
#vertNavBG a {color: #000; text-decoration: none;}
#vertNavBG a:hover {color: #f5f5f5;}
#vertNavBottom {
    width: 185px;
    height: 10px;
    background: url(images/jpgs/vertNav_bottom.jpg) bottom no-repeat;
}

.tableImage {
    border-top: 2px solid #7b7b7b;
    border-left: 2px solid #7b7b7b;
    width: 187px;
    height: 187px;
    padding: 17px;
}
.tableImage img {
    border: 2px solid #7b7b7b;
}
.tableText {
    border: 2px solid #7b7b7b;
    border-bottom: none;
    padding: 15px;
}
.tableBottom {
    border-bottom: 2px solid #7b7b7b;
}

#content {
    width: 800px;
    margin: 15px 0 0 0;
    overflow: hidden;
}

.imageFrame {
    width: 183px;
    height: 183px;
    position: relative;
    border: 2px solid #7b7b7b;
    margin: 0 0 17px 17px;
    overflow: hidden;
}
    .leftImage {margin-left: 0;}
    .imageFrame img {border: none; position: absolute; top: 0; left: 0;}
    .bottomImage {margin-bottom: 5px;}

.titleFrame {
    width: 200px;
    height: 250px;
}
.titleFrame p {
    margin: 0 0 0 17px;
    line-height: 15px;
}

#footer {
    color: #83766a;
    text-align: center;
    height: 25px;
    padding-top: 10px;
}
#footer p {
    margin: 0;
    padding: 0;
}


.clearer {clear: both;}
.right {float: right; display: inline;}
.left {float: left; display: inline;}