/* layout */

body {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	
	background-color: #450000;
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-y;
			
	color: #FFEFBB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
}

* html #container {
	margin-left: 1px;

}

#header-bg {
	background-image: url(../images/header_01.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 255px;
	height: 95px;
}

#header-font {
	font-size: 10px;
	color: #6B0907;
	text-align: center;
	margin-top: 38px;
}

#bookmark {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	text-decoration: underline;
}

#intro {
	font-size: 11px;
	text-align: center;
	width: 600px;
	margin: 0px auto;
}

.title {
	font-size: 18px;
	text-align: center;
}

.small-font {
	font-size: 10px;
		color: #ffffff;
}

.link-box {
	font-size: 11px;
	font-weight: bold;
	color: #450000;
}

/* end of layout */



/* content box */

* html .content-box-align {
	margin-left: 1px;
}

.content-box-top {
	background-image: url(../images/content-box_01.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 760px;
	height: 50px;
}

.content-box-title {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF8000;
	text-align: center;
	margin-top: 18px;
}

.content-box-bg {
	background-image: url(../images/content-box_02.gif);
	background-position: top;
	background-repeat: repeat-y;
}

.content-box-font {
	font-size: 12px;
	color: #450000;
}

.content-box-font a:link {
	color: #FF4600;
	font-weight: bold;
}

.content-box-font a:visited {
	color: #CE3900;
		font-weight: bold;
}

.content-box-font a:hover {
	color: #ffffff;
		font-weight: bold;
}

.content-box-font a:active {
	color: #FF0000;
		font-weight: bold;
}

.bullet {
	vertical-align: middle;
}

/* end of content box */



/* misc*/

.highlight img {
	border: 5px solid #FFEFBD;
}

.highlight:hover img {
	border: 5px solid #FFFFFF;
}

.highlight:hover {
	color: #FFFFFF; /* Dumb definition for MSIE */
}

/* end of misc */



/* footer */

#footer-bg {
	background-image: url(../images/footer_02.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 255px;
	height: 145px;
}

#menu ul {
  list-style: none;
  font-size: 10px;
  margin: 0px;
  padding: 0px;
}

#menu li {
	padding-top: 110px;
}

#menu a:link {
	color: #FF4600;
	text-decoration: underline;
}

#menu a:visited {
	color: #FF4600;
	text-decoration: underline;
}

#menu a:hover {
	color: #FF4600;
	text-decoration: none;
}

#menu a:active {
	color: #FF0000;
	text-decoration: none;
}

/* end of footer */



/* GLOBAL LINKS */

a:link {
	color: #FF4600;
}

a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
}

a:active {
	color: #FF0000;
}

/* end of GLOBAL LINKS */

.toplistbox {
	background-color: #FFEDBA;
	border: 3px solid #FF8000;
	padding: 4px;
}
.thumbblack {
	border: 1px solid #000000;
	margin: 6px;
}
.linktrades {
	width: 700px;
	font-size: 12px;
}.link2 A:link {
	color:#ffffff;
	text-decoration:underline;
}.link2 A:visited {
	color:#ffffff;
	text-decoration:underline;
}.link2 A:hover {
	color:#ffffff;
		text-decoration:none;
}
.gbbox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #FFBD68;
	border-right-color: #FFBD68;
	border-bottom-color: #FFBD68;
	border-left-color: #FFBD68;
	padding-top: 2px;
	padding-bottom: 2px;
}
.style1 {font-size: 10px}
.style2 {font-size: 11px}