body {
	background-color: #ffcc00;
	margin: auto;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000;
	letter-spacing:0;
}

h1 {
	color: #996600;
	font-size: 12px;
	margin: 0 0 0 10px;
	padding: 0;
	line-height: normal;
}

h2 {
	color: #000000;
	font-size: 10px;
	margin: 5px 0 0 10px;
	padding: 0;
	line-height: normal;
}

p {
	margin: 5px 10px 10px 10px;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	color: #996600;
	text-decoration: none;
}

a:hover {
	color: #996600;
	text-decoration: underline;
}


input, select, textarea {
	border:1px solid #bcbeb9;
	font-size:11px;
}

form {
	margin: 5px 0 10px 10px;
}

.noborder {
	border:0;
}

/********************* MAIN BODY *************************/

#main_body {
	margin: auto;
	width:472px;
	position: relative;
	background-color:#ffcc00;
	top:45px;
}
	
#top {
	width: 472px;
	height:125px;
	position:relative;
	background-image:url(../images/home_top.gif);
	background-repeat:no-repeat;
	z-index:1000;
}

.home {
	height:97px;
	width:117px;
	position:absolute;
	top:16px;
	left:29px;
}

#login_top {
	width: 386px;
	height:116px;
	position:relative;
	background-image:url(../images/login_top.gif);
	background-repeat:no-repeat;
	z-index:1000;
}

.btm_nav {
	height: 29px;
	width: 472px;
	background-image:url(../images/home_btm.gif);
	background-repeat:no-repeat;
	padding: 0;
	position:relative;
}

.login_btm_nav {
	height: 30px;
	width: 386px;
	background-image:url(../images/login_btm.gif);
	background-repeat:no-repeat;
	padding: 0;
	position:relative;
}

#content {
	width: 472px;
	height:258px;
	margin: 0;
	background-image:url(../images/home_mid.gif);
	background-repeat:no-repeat;
	position:relative;
}

#login_content {
	width: 386px;
	margin: 0;
	background-image:url(../images/login_mid.gif);
	background-repeat:repeat-y;
	position:relative;
}

.home_col_1 {
	width:300px;
	margin: 10px 0 10px 0;
	padding:0;
	float: left;
	position: relative;
	left: 10px;
}

.login_col_1 {
	width:350px;
	margin: 10px 0 10px 0;
	padding:0;
	float: left;
	position: relative;
	left: 10px;
}


/* ***************  SUCKERFISH NAV STYLES *************** */

#nav, #nav ul {
	padding: 0;
	margin:auto;
	width:458px;
	list-style: none;
}

#nav a {
	display: block;
	/*width: 10em;*/
	text-decoration: none;
	color: #ffffff;
	padding: 0;
	margin:0;
}

#nav li {
	float: left;
	/*width: 10em;*/
	padding: 0;
	margin:0;
}

#nav li ul {
	position: absolute;
	/*width: 10em;*/
	left: -999em;
	z-index: 10000;
}

#nav li:hover ul {
	left: auto;
	width:160px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	width:160px;
}

/* ***************  SUCKERFISH NAV STYLES *************** */

#login_nav, #login_nav ul {
	padding: 0;
	margin:auto;
	width:386px;
	list-style: none;
}

#login_nav a {
	display: block;
	/*width: 10em;*/
	text-decoration: none;
	color: #ffffff;
	padding: 0;
	margin:0;
}

#login_nav li {
	float: left;
	/*width: 10em;*/
	padding: 0;
	margin:0;
}

#login_nav li ul {
	position: absolute;
	/*width: 10em;*/
	left: -999em;
	z-index: 10000;
}

#login_nav li:hover ul {
	left: auto;
	width:160px;
}

#login_nav li:hover ul, #login_nav li.sfhover ul {
	left: auto;
	width:160px;
}

/* *************** CUSTOM NAV STYLES **************** */

#btn_who a { background: url(../images/home/btn_who.gif) no-repeat; width: 137px; height: 22px; }
#btn_what a { background: url(../images/home/btn_what.gif) no-repeat; width: 124px; height: 22px; }
#btn_talk a { background: url(../images/home/btn_talk.gif) no-repeat; width: 111px; height: 22px; }
#btn_login a { background: url(../images/home/btn_login.gif) no-repeat; width: 86px; height: 22px; }

#btn_who a:hover {background-position: -137px 0;}
#btn_what a:hover {background-position: -124px 0;}
#btn_talk a:hover {background-position: -111px 0;}
#btn_login a:hover {background-position: -86px 0;}

#btn_login_who a { background: url(../images/btn_login_who.gif) no-repeat; width: 141px; height: 22px; }
#btn_login_what a { background: url(../images/btn_login_what.gif) no-repeat; width: 124px; height: 22px; }
#btn_login_talk a { background: url(../images/btn_login_talk.gif) no-repeat; width: 121px; height: 22px; }

#btn_login_who a:hover {background-position: -141px 0;}
#btn_login_what a:hover {background-position: -124px 0;}
#btn_login_talk a:hover {background-position: -121px 0;}

.btn_text { visibility: hidden; }
