span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}
span.corners-top {
	background-image: none;
	background-position: 0 0;
	margin: -1px -6px 5px -6px;
}
span.corners-top span {
	background-image: none;
	background-position: 100% 0;
}
span.corners-bottom {
	background-image: none;
	background-position: 0 100%;
	margin: 5px -6px -1px -6px;
}
span.corners-bottom span {
	background-image: none;
	background-position: 100% 100%;
}
* html span.corners-top, * html span.corners-bottom { background-image: url("images/corners_left.gif"); }
* html span.corners-top span, * html span.corners-bottom span { background-image: url("images/corners_right.gif"); }
span.corners-top {
	background-image: url("images/corners_left.png");
}
span.corners-top span {
	background-image: url("images/corners_right.png");
}
span.corners-bottom {
	background-image: url("images/corners_left.png");
}
span.corners-bottom span {
	background-image: url("images/corners_right.png");
}

body {
background-image: url("images/brownStamps.gif");
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}

body A:link { color:#000066; }
body A:hover { color:#333333; }
body A:visited { color:black; }
/* BOX */
.main-box {
margin:auto;
background: url("images/middle.jpg");
margin-left:130px; margin-right:130px;
}

#wrapper {
margin:auto;
max-width:1000px;
min-width:700px;
width: expression(document.body.clientWidth < 702? "700px" : document.body.clientWidth > 1002? "1000px" : "auto");
}

hr {
border: 1px outset white;
}

.nav {
margin-top:30px;
width:129px;
background: url("images/middle.jpg");
border-right:1px solid #222222;
}

.navContent {
margin-left: 25px;
margin-right: 5px;
}

.adv {
margin-top:30px;
width:129px;
background: url("images/middle.jpg");
border-left:1px solid #222222;
}

.advContent {
margin-left: 14px;
margin-right: 25px;
}

.content {
margin-left: 28px;
margin-right: 25px;
}

.minH {
min-height:400px;
height:auto !important;
height:400px;
}

.left-bg {
background: url("images/left.jpg") top left repeat-y;
}

.right-bg {
background: url("images/right.jpg") top right repeat-y;
}

.top-bg {
background: url("images/top-mid-OLD.jpg") top repeat-x;
}

.top-left-corner {
float:left;
width:24px;
height:25px;
background: url("images/top-left-corner-OLD.gif") top left;
}

.top-right-corner {
width:29px;
height:25px;
float:right;
background: url("images/top-right-corner-OLD.gif") top right;
}

.top-bg-tall {
background: url("images/top-mid.jpg") top repeat-x;
}

.top-left-corner-tall {
float:left;
width:22px;
height:230px;
background: url("images/top-left-corner.gif") top left;
}

.top-right-corner-tall {
width:23px;
height:258px;
float:right;
background: url("images/top-right-corner.gif") top right;
}

.top {
height:25px;
}

.bot-bg {
background: url("images/bot-mid.jpg") bottom repeat-x;
}

.bot-left-corner {
width:24px;
float:left;
height:19px;
background: url("images/bot-left-corner.gif") bottom left;
}

.bot-right-corner {
width:29px;
height:19px;
float:right;
background: url("images/bot-right-corner.gif") bottom right;
}

.bot {
height:19px;
}

.top-left-corner, .top-right-corner, .bot-left-corner, .bot-right-corner, .top-left-corner-tall, .top-right-corner-tall {
background-color: #181811;
background-repeat: no-repeat;
}

.style8 {
	font-size: 18px;
	font-weight: bold;
}

p {
background: url("images/sandPaper.jpg"); border: 1px solid #F4E3D1; padding-left:5px; padding-right:5px; display:block;
}

p img {
border: 2px solid #660000;
}

#logo {
text-align:center;
margin:10px;
}

#logo img {
border:1px solid white;
cursor:pointer;
}

.left {
float:left;
}

.right {
float:right;
}

.style9 {
	color: #FFFFFF;
	font-size: 12px;
}

.style10 {font-size: 14px}

.headLine {border-bottom:1px outset red; color:#555555;}
