@charset "utf-8";
/* CSS Document */
/*styles specific to site*/
body  {
	background-image: url(/themes/lyt/images/bg.gif);
	background-repeat: repeat-x;
	background-color: #cfe0f7;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
a:active {
	color: #ffcc00;
	text-decoration: none;
}
a.tn:hover img {
	border: 1px solid #ff0000;
}
#container {
	background-image:url(/themes/lyt/images/container_bg.gif);
	background-repeat:repeat;
}
/*join next buttons*/
/*#joinnextbox  {
}*/
#joinnow  {
	background-image: url(/themes/lyt/images/join_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	width: 248px;
	display: block;
}
#joinnow a, #joinnow a:link, #joinnow a:hover, #nextpage a, #nextpage a:link, #nextpage a:hover   {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}
#joinnow a, #joinnow a:link, #joinnow a:hover  {
	height: 60px;
	width: 248px;
}
#joinnow a, #joinnow a:link  {
	background-image: url(/themes/lyt/images/join_off.gif);
}
#joinnow a:hover  {
	background-image: url(/themes/lyt/images/join_on.gif);
}
#nextpage  {
	background-image: url(/themes/lyt/images/next_on.gif);
	height: 60px;
	width: 271px;
	display: block;
}
#nextpage a, #nextpage a:link, #nextpage a:hover  {
	height: 60px;
	width: 271px;
}
#nextpage a, #nextpage a:link  {
	background-image: url(/themes/lyt/images/next_off.gif);
}
#nextpage a:hover  {
	background-image: url(/themes/lyt/images/next_on.gif);
} 
/*subfooter*/
#subfooterbox  {
	width: 859px;
}
.sfjoinnow  {
	margin: 0px;
	height: 200px;
	width: 309px;
	float:left;
}
.sfsitelogo  {
	margin: 0px;
	height: 200px;
	width: 220px;
	float:left;
}
.sfnextpage  {
	float: right;
	margin: 0px;
	height: 200px;
	width: 330px;
}
/*welcome page*/
#welcomepgtext a:link {
	color:#cc0000;
}
#welcomepgtext a:visited {
	color:#666666;
}
#welcomepgtext a:hover {
	color:#ff0000;
}
#welcomepgtext a:active {
	color:#000000;
}
.welcomepgtxt2 {
	color: #990000;
}
#welcomepgtext h1 {
	color: #cc0000;
}
.bookmarkpg   {
	color: #ff0000;
}
