
#header {
	width: 750px;
	height: 150px;
	background-image: url(images/logo.jpg);
	background-repeat:no-repeat;
	font-size: 10px;
	text-align: right;
}
#clickstream {
	width: 740px;
	height: 23px;
	position: absolute;
	top: 150px;
	left: 10px;
}
#nav {
	width: 210px;
	position: absolute;
	top: 173px;
	left: 10px;
}
#content {
	width: 495px;
	position: absolute;
	top: 173px;
	left: 230px;
	float:left;
}
#footer {
	width: 495px;
	height: 47px;
	background-image:url(images/footer.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#footer p {
	padding: 13px 0 0 0;
	text-align: center;
}
#adright {
	position: absolute;
	top: 150px;
	left: 750px;
	text-align: center;
}
#adbottom {
	text-align: center;
}
body {
	margin: 0;
  /* this attribute sets the basis for all the other scrollbar colors (Internet Explorer 5.5+ only) */
  SCROLLBAR-BASE-color:  #878787;
  SCROLLBAR-ARROW-color: #FFFFFF;
}
body, h2, h3, h4, td, p {
	font-family: Tahoma;
	font-size: 11px;
  color: #000;
}
.clear {
	height: 5px;
	clear: both;
}
/* Menu */
h2 {
	height: 17px;
	font-weight: bold;
	background-image: url(images/menu.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 9px;
}
#nav p, #nav form {
	margin: 0;
	padding: 0 0 25px 20px;
}

/* Content */
#content h2 {
	height: 14px;
	font-weight: bold;
	background-image: url(images/titletop.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 18px;
}
h3 {
	height: 14px;
	font-weight: bold;
	background-image: url(images/subtitle.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 4px 0 3px 16px;
}
.subcontent {
	background-image: url(images/titlebot.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding:  10px 0 25px 26px;
}
.subcontent p {
	margin: 0;
	padding: 3px 2px 3px 2px;
	background-color: #F7F7F7;
}
.right {
	float: right;
}
.dropdown {
	padding:  10px 0 25px 26px;
	text-align: center;
}

/* Categories */
.category td {
	background-color: #F7F7F7;
	padding: 0 6px;
}
.category p {
	background-image: url(images/folder.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding:  0 0 0 18px;
	margin: 4px 0 4px 0;
}
.smalltext {
  font-size: 9px;
}
.new {
  font-size: 9px;
}

/* Thumbnails */
.thumb img {
	border: 1px solid #878787;
}
.catbgcolor {
  background-color: #F7F7F7;
  color: #000;
}

/* Details */
p.image {
	text-align: center;
}
.row1 {
  background-color: #F7F7F7;
}
.row2 {
  background-color: #FEFEFE;
}

/* Forms */
form {
  margin: 0;
  padding: 0;
}

.logininput {
  color: #878787;
  width: 130px;
  font-size: 10px;
}

.searchinput {
  color: #878787;
  font-size: 10px;
  width: 130px;
}

.textarea {
  color: #878787;
  font-size: 10px;
  width: 230px;
}

.input {
  color: #878787;
  font-size: 10px;
  width: 230px;
}

.select {
  color: #878787;
  font-size: 10px;
}

.setperpageselect {
  font-size: 10px;
  color: #878787;
}

.categoryselect {
  color: #878787;
  font-size: 10px;
}

.dropdownmarker {
  background-color: #EEEEEE;
  color: #878787;
  font-size: 10px;
}

.button {
  background-color: #878787;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
}
/* Comments */
.commentrow1 {
  background-color: #F7F7F7;
}
.commentrow2 {
  background-color: #F7F7F7;
}

td.commentspacerrow {
  color: #FFFFFF;
  height: 5px;
}

.commenttextarea {
  color: #878787;
  font-size: 11px;
  width: 300px;
}

.commentinput {
  color: #878787;
  font-size: 10px;
  width: 300px;
}
.commentarea td {
	padding: 1px 2px;
}

/* Links */
a:visited {
	color: #878787;
}
a:link {
	color: #878787;
}
a:hover {
	color: #CC6633;
}
a:active {
	color: #878787;
}
a:focus {
	color: #CC6633;
}