@charset "utf-8";
/* CSS Document */
body {
	background-color: #140B06;
	margin: 0px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
#content {
	padding-right: 50px;
	padding-left: 5px;
	padding-top: 10px;
	background-image: url(../images/star.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.image {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9D5E2B;
	width: 600px;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9D5E2B;
}
h2{
	font-size: 18px;
}
a img {border-color: #9D5E2B;}
a {
	color: #FFF;
	text-decoration: none;
}