*  {
	padding: 0;
	margin: 0;
}

h1 {
font-size: 46px;
color: #FFCC00;
}

a {
	color: #922D69;
	text-decoration: underline;
}

a:hover {
	color: #922D69;
	text-decoration: none;
}

body {
	text-align: center;
	background: #330099 url("images/bg-body.gif") top center; 
	font-size: 76%;
	font-family: Trebuchet MS, Arial, sans-serif;
	margin:50px 0px; padding:0px;

}

input, textarea {
	font-family: Trebuchet MS, Arial, sans-serif;
}

#wrapper {
	width: 776px;
	background: #FFF;
	margin:0px auto;
	text-align: left;
	font-size: 105%;

}

#header {
	height: 70px;
	background: #BED132; top center;
	position: relative;
	background-color: #000000;
}

#content {
	display: block;
	margin-left: auto;
    margin-right: auto;
background-color:#FFFFFF;
width: 80%;
}

.alt {
	background: #F0EDD0 url("images/bg-alt-comment-middle.gif") repeat-y top left;
}

.clearer {
	height: 1px;
	overflow: hidden;
	margin: -1px 0 0 0;
	clear: both;
}

#footer {
	height: 70px;
	background: #BED132 top center; 
	position: relative;
	background-color: #000000;
}

hr {
	display: none;
}

a img {
	border: none;
}




}
#contentTable td {
   padding: 2px 0px 2px 6px;   
}