body {
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 10px;
	margin-bottom: 30px;
	font: 15px "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#content {
	margin: 0px auto;
	width: 780px;
	position: relative;
}
#comingsoon {
	position: absolute;
	height: 109px;
	width: 184px;
	left: 60px;
	top: 400px;
	background-image: url(../images/comingsoon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
td {
	vertical-align: top;
	text-align: left;
}
.bigbg {
	background-image: url(../images/biglogo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #ff838d;
}
.sidebar {
	background-color: #8d0914;
}
.rightborder {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #ffdadd;
}
.leftborder {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ffdadd;
}
.rightbottomborder {
	border-right: 2px solid #ffdadd;
	border-bottom: 2px solid #ffdadd;
}
.leftbottomborder {
	border-bottom: 2px solid #ffdadd;
	border-left: 2px solid #ffdadd;
}.menu {
	font-size: 14px;
	text-align: right;
	vertical-align: bottom;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.border {
	border: 1px solid #ffdadd;
}
.whitelink a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
