html, body {
	margin: 0px;
	padding: 0px;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-color: #C33A2A;
	width: 100%;
	font-family: SimSun, Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFF00;
}

h2 {
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: normal;
	line-height: normal;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	line-height: 20px;
}
#Neg-Main li {
	float: left;
	height: 40px;
	width: 120px;
	background-image: url(neg-bg.gif);
	margin-right: 3px;
	font-size: 14px;
	color: #CC3300;
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bolder;
	list-style-image: none;
	line-height: 18px;
}
ul {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

#Neg-Main {
	height: 50px;
	width: 800px;
	position: relative;
	left: 50px;
	top: 40px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#Title {
	height: 50px;
	width: 600px;
	position: relative;
	left: 59px;
	top: 65px;
}

#Container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

a:link, a:visited {
	color: #990000;
	text-decoration: none;
}
a:active, a:hover {
	color: #FF3366;
}

#ablum {
	text-align: center;
}
#ablum div{
	float:left;
	padding:5px;
	width:200px;
	text-align:center;
	height:350px;
	overflow:hidden;
	line-height: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #8A3E2C;
	border: 1px solid #FF99CC;
}

#content {
	width: 1000px;
	margin: 0 auto;
	top: 100px;
	text-align: center;
	position: relative;
}
