@charset "utf-8";
/* CSS Document */

  body {
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
	background-image:url(../images/backgroundt1.gif);
	}
  h2 {
	font-size: 18px;
	font-weight: bold;
	color:#000;
	text-align: center;
	}

  h3 {
  font-size: 14px;
  color:#000;
  font-weight:bold;
	}
  h4 {
  font-size: 14px;
  color:#d2232a;
  font-weight:bold;
  font-variant:small-caps;
	}
  #wrapper {
		width:800px;
		margin:0px auto;
		background-color:#ffffff;
	}
  #header {
		height:200px;
		background-image:url(../images/web_header1.jpg);
	}
	#content {
	}
	/* applies to all divs within the content div */
  #content div {
	float:left;
	text-align: left;
	}
  #nav {
  	width:150px;
	padding:10px;
	color:#000;
	font-size:12px;
	}
  #nav a:link {
	color:#030d8b;
	}
  #nav a:visited {
	color:#030d8b;
	}
  #nav a:hover {
  	color:#ffffff;
  	background-color:#030d8b;
	text-decoration:underline;
	}
  #content-main {
		width:605px;
		padding:10px;
		border-left:solid;
		border-left-color:#d2232a;
		border-left-width:5px;
	}
  #content-main a:link {
  	color:#030d8b;
	text-decoration:underline;
	}
  #content-main a:visited {
  	color:#030d8b;
	}
  #footer {
		float:left;
  		padding:10px;
    	width:778px;
		text-align:center;
	}
  #bottom {
		clear:both;
		text-align:right;
	}
#wrapper #content #content-main p {
	text-align: left;
	color: #000;

}
BOLD {
	font-weight: bold;
}
.BOLD {
	font-weight: bold;
}
#wrapper #content #content-main table tr td p {
	color: #000;
}
SOLDOUT {
	color: #F00;
}
.SOLD {
	color: #F00;
}
