body {
	color: #000;
	font: 12px Arial;
	padding: 0px;
	margin: 0px;
	text-align: center;
	min-width: 1000px;
	background-color: #515352;
	z-index: 0;
}

#wrapper {
	position: relative;
	top: 0px;
	width: 1000px;
    margin: 0 auto;
    text-align: left;
	min-width: 1000px;
	background-image: url('images/backT.jpg');
	background-position: top center;
	background-repeat: repeat-y;
	height: 600px;
	z-index: 1;
}

#logo {
	position: absolute;
	top: 0px;
	left: 140px;
}

#sideBar {
	position: absolute;
	top: 83px;
	left: 115px;
	width: 255px;
	height: 393px;
	background-image: url('images/bristles.gif');
	background-repeat: no-repeat;
}

#sideBar ul {
	margin: 6px;
}

#sideBar ul li {
	list-style-type: none;
	font-size: 21px;
	margin-left: -10px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#sideBar ul a {
	text-decoration: none;
	color: #FFF;
}

#sideBar ul a:hover {
	color: #000;
}

#first {
	padding-left: 30px;
}

#second {
	padding-left: 50px;
}

#third {
	padding-left: 2px;
}

#fourth {
	padding-left: 30px;
}

#fifth {
	padding-left: 44px;
}

#sixth {
	padding-left: 13px;
}

#seventh {
	padding-left: 25px;
}

#eighth {
	padding-left: 15px;
}

#ninth {
	padding-left: 11px;
}

#tenth {
	padding-left: 13px;
}

#footer {
	position: absolute;
	top: 450px;
	left: 405px;
	text-align: center;
}

#footer p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#number {
	font-size: 17px;
}

em.redBold {
	font-weight: bold;
	color: rgb(217,0,0);
	font-style: normal;
}

em.bigger {
	font-size: 14px;
}

em.boldText {
	font-weight: bold;
	color: black;
	font-style: normal;
}

a img {
	border: 0px;
}
