body {
	color: #FFFFFF;
	background-color:#d0d1d3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	margin: 0px;
	height: 100%;
	overflow-x: hidden;
}
a:link, a:visited, a:hover {
	color:#CC0000;
	font-size: 11px;
	text-decoration: underline;
}
input, textarea {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	margin-left:0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #CC0000;
	font-weight: normal;
}
h2 {
	margin-left:0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 50px;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
}
h3 {
	margin-left:0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
}
h4 {
	margin-left:0px;
	margin-right: 0px;
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 14px;
	color: #CC0000;
	font-weight: normal;		
}
h5 {
	margin-left:0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #CC0000;
	font-weight: normal;		
}
p {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 12px;	
}
.clsSmallerText {
	font-size: 11px;
}
.clslargerText {
	font-size: 16px;
}
.clsBlack {
	color: #000000;
}

/* TEXT STUFF */
#text_wrapper {
	margin-top: 0;
	margin-bottom: 0;
	margin-left:auto;
	margin-right:auto;
	width: 900px;
	height: 380px;
	display: none;
	border-top: 1px solid #464648;
}
#text_content {
	margin: 10px;	
}
#text_content li 
{
    margin-bottom: 10px;
}
#text_content a:link, #text_content a:visited, #text_content a:hover 
{
    color: #e49d81;
    text-decoration: none;
}
#text_content h1 {
	font-size: 20px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 5px;
	color: #000000;	
}
#text_content h2 {
	font-size: 14px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 5px;
	color: #000000;	
}
#text_content p {
	color: #000000;	
	font-size: 12px;
	margin-top: 20px;	
}
.clsTextLeft {
	position: relative;
	float: left;
	width: 660px;
}
.clsTextRight {
	float: right;
	position: relative;
	width: 180px;
}
#text_tab_wrap {
	float:left;
}
#text_tab {
	width: 200px;
	height: 24px;
	margin-left: 20px;
	background:url(images/text_tab.gif) no-repeat;
}
div.on#text_tab {
	background:url(images/text_tab_w.gif) no-repeat;
}
#text_tab a:link, #text_tab a:visited, #text_tab a:hover {
	float: left;
	margin-top: 0;
	margin-left: 33px;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
/* END OF TEXT STUFF */

div#inner-holder { margin-top: 0;
	margin-bottom: 0;
	margin-left:auto;
	margin-right:auto;
	width: 900px;
	height: 24px; }

/* HELP STUFF */
#help_area {
	background-color: #464648;
}
div.text#help_area {
	background-color: #FFFFFF;
}
#help_wrapper {
	margin-top: 0;
	margin-bottom: 0;
	margin-left:auto;
	margin-right:auto;
	width: 900px;
	height: 300px;
	display: none;
	border-top: 1px solid #464648;
}
#help_content {
	margin: 10px;	
}
#help_content li 
{
    margin-bottom: 10px;
}
#help_content a:link, #help_content a:visited, #help_content a:hover 
{
    color: #e49d81;
    text-decoration: none;
}
#help_content h1 {
	font-size: 20px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 5px;
	color: #FFFFFF;	
}
#help_content h2 {
	font-size: 14px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 5px;
	color: #FFFFFF;	
}
#help_content p {
	color: #FFFFFF;	
	font-size: 12px;
	margin-top: 20px;	
}
#help_bottom {
	width: 100%;
	height: 24px;
}
div.help#help_bottom {
	background:url(images/help_tab_bottom.gif) repeat-x;
}
div.text#help_bottom {
	background:url(images/text_tab_bottom.gif) repeat-x;
}
.clsHelpLeft {
	position: relative;
	float: left;
	width: 450px;
}
.clsHelpRight {
	float: right;
	position: relative;
	width: 350px;
}
.clsContactBox {
	border: 2px solid #d0d1d3;
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #949496;
}
#help_tab_wrap {
	float:left;
}
#help_tab {
	width: 142px;
	height: 24px;
	margin-left: 8px;
	background:url(images/help_tab.gif) no-repeat;
}
#help_tab a:link, #help_tab a:visited, #help_tab a:hover {
	float: left;
	margin-top: 0;
	margin-left: 33px;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
/* END OF HELP STUFF */


#toplinks { float:left; }

#wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
	width: 900px;
	height: 700px;
	display: block;
}
#mosaic_wrapper {
	position: relative;
}

/* ABSOLUTE LAYOUT */
#top_left {
	display:block;
	width:131px;
	height:18px;
	position:absolute;
	left: 198px;
	top: 29px;
	background:url(images/top_left_corner.gif) no-repeat;
}
#thanks_to {
	display:block;
	width:320px;
	height:41px;
	position:absolute;
	left: 329px;
	top: 0px;
	background:url(images/thanks_to.gif) no-repeat;
}
.thanks_to_text_lg {
	margin-top: 12px;
	margin-left: 3px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	float: left;
}
.thanks_to_text_sml {
	margin-top: 13px;
	margin-left: 8px;
	color: #FFFFFF;
	font-style: italic;
	font-size: 8px;
	color: #000000;
	float: left;
}
#learn_more {
	display:block;
	width:210px;
	height:41px;
	position:absolute;
	left: 649px;
	top: 0px;
	background:url(images/learn_more.gif) no-repeat;
}
#learn_more a:link, #learn_more a:visited, #learn_more a:hover {
	float: left;
	margin-top: 12px;
	margin-left: 10px;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
#right_side {
	display:block;
	width:210px;
	height:546px;
	position:absolute;
	left: 849px;
	top: 41px;
	background-image: url(images/right_side.gif);
	background-repeat: repeat-y;
}
#bottom_left {
	display:block;
	width:15px;
	height:14px;
	position:absolute;
	left: 198px;
	top: 587px;
	background:url(images/bottom_left_corner.gif) no-repeat;
}
#bottom_side {
	display:block;
	width:177px;
	height:14px;
	position:absolute;
	left: 213px;
	top: 587px;
	background-image: url(images/bottom_side.gif);
	background-repeat: repeat-x;
}
#bottom_side_a {
	display:block;
	width:12px;
	height:14px;
	position:absolute;
	left: 213px;
	top: 587px;
	background-image: url(images/bottom_side.gif);
	background-repeat: repeat-x;
}
#back_to_mosaic {
	display:block;
	width:153px;
	height:38px;
	position:absolute;
	left: 225px;
	top: 587px;
	background:url(images/how_buy.gif) no-repeat;	
}
#back_to_mosaic a:link, #back_to_mosaic a:visited, #back_to_mosaic a:hover {
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
#bottom_side_b {
	display:block;
	width:12px;
	height:14px;
	position:absolute;
	left: 378px;
	top: 587px;
	background-image: url(images/bottom_side.gif);
	background-repeat: repeat-x;
}
#bottom_right {
	display:block;
	width:10px;
	height:14px;
	position:absolute;
	left: 849px;
	top: 587px;
	background:url(images/bottom_right_corner.gif) no-repeat;
}
#how_buy {
	display:block;
	width:153px;
	height:38px;
	position:absolute;
	left: 696px;
	top: 587px;
	background:url(images/how_buy.gif) no-repeat;	
}
#how_buy a:link, #how_buy a:visited, #how_buy a:hover {
	float: left;
	margin-top: 10px;
	margin-left: 8px;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
#golden_tiles {
	display:block;
	width:156px;
	height:38px;
	position:absolute;
	left: 387px;
	top: 587px;
	background:url(images/more_info.gif) no-repeat;
}
#golden_tiles a:link, #golden_tiles a:visited, #golden_tiles a:hover {
	float: left;
	margin-top: 11px;
	margin-left: 8px;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
#more_info {
	display:block;
	width:153px;
	height:38px;
	position:absolute;
	left: 543px;
	top: 587px;
	background:url(images/more_info.gif) no-repeat;
}
#more_info a:link, #more_info a:visited, #more_info a:hover {
	float: left;
	margin-top: 10px;
	margin-left: 8px;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
#mosaic_logo {
	display:block;
	width:213px;
	height:193px;
	position:absolute;
	left: 0;
	top: 47px;
}
#appeal_status {
	display:block;
	width:213px;
	height:230px;
	position:absolute;
	left: 0;
	top: 235px;
	background:url(images/appeal_status.gif) no-repeat;
}
#amount_raised {
	position: absolute;
	width: 135px;
	height: 34px;
	top: 40px;
	left: 45px;
	color: #FFFFFF;
	font-size: 23px;
	text-align: center;
	padding-bottom:5px;
}
#tiles_remaining {
	position: absolute;
	width: 160px;
	top: 60px;
	left: 30px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}
#auctions 
{
    position: absolute;
	width: 169px;
	top: 115px;
	left: 28px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;  
}
#news 
{
    position: absolute;
	width: 180px;
	top: 162px;
	left: 28px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	padding-top:7px;  
}
#messages
{
    position: absolute;
	width: 180px;
	top: 180px;
	left: 28px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	padding-top:7px;  
}
#news a:link, #news a:visited 
{
    color: #f7c600;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}
#news a:hover 
{
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}
#messages a:link, #messages a:visited 
{
    color: #f7c600;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}
#messages a:hover 
{
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}

#daystogo 
{
    position: absolute;
	width: 169px;
	top: 160px;
	left: 28px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;  
}
#daystogo a:link, #daystogo a:visited, #daystogo a:hover 
{
    color: #FFFFFF;
    line-height: 17px;
    text-decoration: none;
}
#why_lion_home 
{
    position: absolute;
	width: 169px;
	top: 205px;
	left: 28px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;    
	padding-top:3px;
}
#why_lion_home a:link, #why_lion_home a:visited, #why_lion_home a:hover 
{
    color: #FFFFFF;
    line-height: 17px;
    text-decoration: none;
}
#auctions h1 
{
    background-color: #ca3f2a;
    padding: 5px;
    font-size: 12px;
    color: #FFFFFF;
    margin-bottom: 0px;
}
#auctions a:link, #auctions a:hover, #auctions a:visited 
{
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;   
}
#your_order {
	display:block;
	width:213px;
	height:118px;
	position:absolute;
	left: 0;
	top: 470px;
	background:url(images/your_order.gif) no-repeat;
}
#left_side {
	display:block;
	width:213px;
	height:50px;
	position:absolute;
	left: 0;
	top: 588px;
	background-image: url(images/left_side.gif);
	background-repeat: repeat-y;
}
#your_order_header {
	position: absolute;
	top: 10px;
	left: 40px;
	color: #CC0000;
	font-size: 15px;
}
#your_order_details {
	position: absolute;
	top: 28px;
	left: 41px;
	color: #333333;
	font-size: 10px;
	text-decoration: none;
	line-height: 18px;
}
.your_order_red {
	color: #CC0000;
	font-size: 14px;
}
#donate_now {
	position: absolute;
	left: 35px;
	top: 82px;
}
#donate_now a:link, #donate_now a:visited, #donate_now a:hover {
	float: left;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 10px;
}

#reset_order {
	position: absolute;
	left: 160px;
	top: 49px;	
	display: none;
}
#reset_order a:link, #reset_order a:visited, #reset_order a:hover {
	float: left;
	color: #CC0000;
	font-size: 10px;
	text-decoration: none;
}

/* Normal pages styles */
#menu_back {
	float: none;
	display:block;
	width:630px;
	height:30px;
	position:absolute;
	left: 0;
	top: 0;
	background-color: #999999;	
	padding-top: 5px;	
}
#menu_back a:link, #menu_back a:visited, #menu_back a:hover {
	margin-left: 15px;
	margin-top: 5px;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
#menu_links {
	margin-left: 10px;
	margin-top: 5px;	
}
#main_area {
	float: none;
	display:block;
	width:630px;
	height:510px;
	position:absolute;
	left: 0;
	top: 30px;
	background-image: url(images/main_background.gif);
	background-repeat: repeat-x;
}
#left_area {
	position: absolute;
	left: 12px;
	top: 15px;
	width: 380px;
	color: #000000;
}
#right_area {
	position: absolute;
	left: 390px;
	top: 150px;
	width: 220px;
}
#left_area p {
	margin-left:0px;
	margin-right: 0px;	
}
#left_area_gold {
	position: absolute;
	left: 12px;
	top: 15px;
	width: 600px;
	color: #000000;
}
#right_area_gold {
	position: absolute;
	left: 390px;
	top: 80px;
	width: 220px;	
}
#full_width_area p {
	margin-left:0px;
	margin-right: 0px;	
	vertical-align: middle;
}
#full_width_area {
	position: absolute;
	left: 12px;
	top: 90px;
	width: 600px;
	color: #000000;
	height: 400px;
	overflow : auto;
}

#main_area p {
	margin-left:0px;
	margin-right: 10px;	
}
#donate_form {
	float: none;
	display:block;
	width:630px;
	height:530px;
	position:absolute;
	left: 0;
	top: 0;
	background-image: url(images/main_background.gif);
	background-repeat: repeat-x;	
	overflow : auto;
}
#donate_form a:link, #donate_form a:visited, #donate_form a:hover 
{
    font-size: 12px;
    text-decoration: none;
}
#form_area {
	position: absolute;
	left: 12px;
	top: 15px;
	width: 600px;
	color: #000000;
}


/* NOW FOR THE MOSAIC MAP */
#loading_msg {
	float: none;
	display:block;
	width:630px;
	height:540px;
	position:absolute;
	left: 213px;
	top: 41px;
	background-color: #FFFFFF;
	border: 3px solid #FFFFFF;
	color: #464648;
	font-size: 14px;
	text-align: left;
	
}
#loading_text {
	margin-top: 20px;
	margin-left: 25px;
	margin-right: 25px;
}
#loading_text a:link, #loading_text a:visited, #loading_text a:hover
{      
    font-size: 16px;
    color: #CC0000;
    text-decoration: none;
    font-weight: bold;
}
#loading_text a.link:link, #loading_text a.link:visited, #loading_text a.link:hover
{      
    background:none repeat scroll 0 0 #CC0000;
	color:#FFFFFF;
	display:block;
	font-size:18px;
	margin:18px 0;
	padding:8px;
	width:154px;
}
#mosaic_donate {
	float: none;
	display:block;
	width:630px;
	height:540px;
	position:absolute;
	left: 213px;
	top: 41px;
	background-color: #FFFFFF;
	border: 3px solid #FFFFFF;
}
#mosaic_map {
	float: none;
	display:none;
	width:630px;
	height:540px;
	position:absolute;
	left: 213px;
	top: 41px;
	background-color: #FFFFFF;
	border: 3px solid #FFFFFF;
}
#about_golden_tiles {
	float: none;
	display:none;
	width:630px;
	height:540px;
	position:absolute;
	left: 213px;
	top: 41px;
	background-color: #FFFFFF;
	border: 3px solid #FFFFFF;
}
#about_mosaic {
	float: none;
	display:none;
	width:630px;
	height:540px;
	position:absolute;
	left: 213px;
	top: 41px;
	background-color: #FFFFFF;
	border: 3px solid #FFFFFF;
}
#how_buy_tile {
	float: none;
	display:none;
	width:630px;
	height:540px;
	position:absolute;
	left: 213px;
	top: 41px;
	background-color: #FFFFFF;
	border: 3px solid #FFFFFF;
}
.clsFaded {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;		
	opacity: 0.5;
	background-color: #FFFFFF;	
}
.clsWhiteTop {
	width: 180px;
	height: 20px;
	background-color: #FFFFFF;
	color: #000000;
}
.clsFullText {
	margin-left: 5px;
	width: 150px;
	text-align: left;
	float: left;
}
.clsRedBottom {
	width: 180px;
	height:60px;
	background-color: #CC0000;
	color: #FFFFFF;
}
.clsSmallItalic {
	font-size: 10px;
	font-style: italic;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-top: 5px;
	width: 130px;
	float: left;	
	line-height: 10px;
}
.clsRedTop {
	width: 150px;
	height: 20px;
	background-color: #CC0000;
	color: #FFFFFF;
}
.clsLeftText {
	margin-left: 5px;
	width: 70px;
	text-align: left;
	float: left;
}
.clsRightText {
	margin-right: 5px;
	width: 60px;
	text-align: right;
	float:right;
}
.clsWhiteBottom {
	width: 150px;
	height: 50px;
	background-color: #FFFFFF;
	color: #000000;
}
.clsMainText {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 130px;	
	float: left;
}
.clsRedTopAuction {
	width: 270px;
	padding: 5px;
	line-height: 20px;
	background-color: #CC0000;
	color: #FFFFFF;
}
.clsWhiteBottomAuction {
	width: 270px;
	height: 105px;
	padding: 5px;
	background-color: #FFFFFF;
	color: #000000;
}

.clsHidden {
	display: none;
}
.clsDisplay {
	position: absolute;
	display: inline;
	overflow: visible;
	border: 1px solid #000000;
}
#sel_tile_code
{	
	float: none;
}
.clsSelTile {
	position: absolute;
	border: 2px solid #000000;
	width: 7px;
	height: 7px;	
	overflow: hidden;
	background-color:#CCCCCC;	
}
.clsRed 
{   
    color: #CC0000;
}
.clsMainBackLink 
{
   color: #CC0000;
   font-size: 14px;
   text-decoration: none;   
}
#made_by
{
    float: right;
    text-align: right;
	width:500px;
	/*height:540px;*/
	position:absolute;
	left: 355px;
	top: 650px;
	color: #CC0000;
}
#made_by a:link, #made_by a:hover, #made_by a:visited 
{   
    text-decoration: none;
}
#prize_list
{
    position: absolute;
	left: 12px;
	top: 300px;
	width: 380px;
	color: #000000;
    height: 200px; 
    width: 570px; 
    overflow: auto; 
    font-size: 12px;  
}
#prize_list a:link, #prize_list a:visited 
{   
    
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}
#prize_list a:hover
{
    color: #CC0000;
}
#links_area {
	position: absolute;
	left: 12px;
	top: 130px;
	width: 600px;
	height: 400px;
	color: #000000;
	overflow : auto;
}
#links_area p 
{
    margin-top: 2px;
    margin-bottom: 4px;
}
#all_sponsors_area 
{
    position: absolute;
	left: 12px;
	top: 148px;
	width: 600px;
	height: 382px;
	color: #000000;
	overflow : auto;
}
#all_sponsors_area p 
{
    margin-top: 2px;
    margin-bottom: 8px;
}