body {
	padding: 3px;
	margin: 0;
}

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a {
	color: #7A1014;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

div#main {
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left: -425px;
	margin-top: -270px;
	width: 850px;
	height: 540px;
}

div#flyerwrapper {
	width: 550px;
	height: 124px;
	overflow: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	background-color: #FFFFFF;
}

#menu {
	width: 100%;
	float: left;
	padding-left: 3px;
}

#menu ul li {
	display: inline;
	height: 100%;
}

#menu ul {
	margin: 1px;
	padding: 0 0 0 0;
	font-weight: bold;
}

#menu ul li a {
	padding: 0px 6px 0px 6px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}

#menu ul li a:hover {
	background-color: #FFFFFF;
	color: #000000;
}

#contentcell {
	border: 1px solid #000000;
	visibility: visible;
}

.contentpage {
	background:url('../img/logo_light.jpg');
	background-attachment: fixed;
	background-position: right bottom;
	background-repeat: no-repeat;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 13px;
	color: #000000;
	border: 1px solid #666666;
	background-color: #DADADA;
	width: 200px;
}

.white {
	color: #FFFFFF;
	font-size: 11px;
}

hr {
	border-top: 1px solid #000000;
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px;			
}

.contdiv {
	width: 550px;
	height: 275px;
	border: 0px;
	overflow: auto;
	overflow-x: hidden;
}