* {
	margin: 0px;
	padding: 0px;
}

html, body {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 13px;
	width:100%;
	height:100%;
	position: relative;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

sup {
	color: #A0A0A0;
}

sup.high {
		color: #FFFFFF;
}

span.smalltext {
	color: #A1A1A1;
	font-size: 12px;
}

hr {
	color: #D0D0D0;
	background-color: #D0D0D0;
	height: 1px;
	border-width: 0px;
}

H3 {
	font-family: Arial;
	font-size: 17px;
}

TH {
	height: 40px;
}

a.main:link, a.main:active, a.main:visited {
	text-decoration: underline;
	color: #398dae;
}

a.main:hover {
	text-decoration: none;
	color: #2e718b;
}

a.gold:link, a.gold:active, a.gold:visited {
	text-decoration: underline;
	color: #f8753b;
}

a.gold:hover {
	text-decoration: none;
	color: #f74e04;
}

a {
	text-decoration: underline;
	color: #696969;
}

a:hover {
	text-decoration: none;
	color: #f74e04;
}

.dotted, .enter, .registration, .remind {
	border-bottom: 1px dotted;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	color: #696969;
}

.close {
	float: right;
	margin-right: 5px;
}

.feedback {
	padding-top: 5px;
	margin-right: 110px;
	margin-top: 2px;
	BACKGROUND: url("../images/mail.gif");
	BACKGROUND-POSITION: 0px 2px;
	WIDTH: 30px;
	HEIGHT: 25px;
	float: right;
	text-indent: 35px;
}

.feedback:hover {
	margin-right: 110px;
	margin-top: 2px;
	BACKGROUND: url("../images/mail.gif");
	BACKGROUND-POSITION: 0px 32px;
	WIDTH: 30px; 
	HEIGHT: 25px;
	float: right;
	text-indent: 35px;
	color: #f74e04;
}

.home {
	padding-top: 5px;
	margin-right: 137px;
	margin-top: 2px;
	BACKGROUND: url("../images/home.gif");
	BACKGROUND-POSITION: 0px 2px;
	WIDTH: 30px;
	HEIGHT: 25px;
	float: right;
	text-indent: 35px;
}

.home:hover {
	margin-right: 137px;
	margin-top: 2px;
	BACKGROUND: url("../images/home.gif");
	BACKGROUND-POSITION: 0px 32px;
	WIDTH: 30px; 
	HEIGHT: 25px;
	float: right;
	text-indent: 35px;
	color: #f74e04;
}

.rss {
	padding-top: 5px;
	margin-right: 137px;
	margin-top: 2px;
	BACKGROUND: url("../images/rss.gif");
	BACKGROUND-POSITION: 0px 2px;
	WIDTH: 30px;
	HEIGHT: 25px;
	float: right;
	text-indent: 35px;
}

.rss:hover {
	margin-right: 137px;
	margin-top: 2px;
	BACKGROUND: url("../images/rss.gif");
	BACKGROUND-POSITION: 0px 32px;
	WIDTH: 30px; 
	HEIGHT: 25px;
	float: right;
	text-indent: 35px;
	color: #f74e04;
}

#wrapper {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: #FFFFFF;
}

#free {
	background: #FFFFFF url("../images/free.gif") no-repeat top left;
	height: 90px;
	padding-left: 35px;
}

#gold {
	background: #FFFFFF url("../images/gold.gif") no-repeat top left;
	height: 50px;
	padding-left: 35px;
}

#menu {
	width: 100%;
	height: 30px;
	background: url("../images/menu.gif") left top repeat-x;
}

#central {
	position: absolute;
	top: 180px;
	width: 660px;
	margin-left: 340px;
	background-color: #FFFFFF;
	
}

#google {
	position: absolute;
	top: 180px;
	left: 1015px;
	width: 125px;
	height: 620px;
	border: 1px #D0D0D0 solid;
	background-color: #FFFFFF;
}

#google_bottom {
	margin-bottom: 10px;
	width: 500px;
	height: 70px;
	border: none;
	background-color: #FFFFFF;
}

#responses {
	position: absolute;
	top: 145px;
	left: 15px;
	color: #FF0000;
	text-decoration: blink;
}

#login_box {
	position: absolute;
	top: 180px;
	left: 15px;
	width: 310px;
	height: 197px;
	margin-top: 0px;
	border: 1px #D0D0D0 solid;
	background-color: #FFFFFF;
}

#reg_box {
	position: absolute;
	top: 180px;
	left: 15px;
	width: 310px;
	height: 450px;
	margin-top: 0px;
	border: 1px #D0D0D0 solid;
	background-color: #FFFFFF;
}

#remind_box {
	position: absolute;
	top: 180px;
	left: 15px;
	width: 310px;
	height: 197px;
	margin-top: 0px;
	border: 1px #D0D0D0 solid;
	background-color: #FFFFFF;
}

#feed_box {
	z-index: 100;
	position: fixed;
	width: 500px;
	height: 440px;
	left: 50%; margin-left: -250px;
	top: 50%; margin-top: -220px;
	display: none;
	border: 1px #D0D0D0 solid;
	background-color: #FFFFFF;
}

#profile {
	z-index: 0;
	position: absolute;
	top: 180px;
	left: 15px;
	width: 310px;
	height: 580px;
	margin-top: 0px;
	border: 1px #D0D0D0 solid;
	background-color: #FFFFFF;
}