html, body {
	height: 100%;
}

body {
	margin: 0px; 
	padding:0px;
	/* background-color: #323232;color: #cccccc; */
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	background-color: #8B0000;
	color: #ffffff;
	/* background-image: url(images/bg.gif); */
}

#wrap {
	text-align: center;
}

#main {
	width: 960px;
	text-align: left;
	position: relative;
}

#tright {
	background-image: url(images/bg2.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#toptable {
	background-image: url(images/bg1.gif);
}

a {
		color: #ffffff;
		text-decoration: none;
		font-size: 12px;
}

a:hover {
		color: #ffffff;
		text-decoration: underline;
		font-size: 12px;
}

h1 {
	font-family: verdana;
	color: #ffffff;
	font-size: 17px;
	font-weight: normal;
}

h2 {
	font-family: verdana;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

p, li {
		font-size: 12px;
}


