body
{
	background-color: #fff;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: verdana, sans-serif;
	font-size: 14px;
}





/*			Changing the Text			*/


.header
{
	color: #000; 
	background-color:#fff; 
	font-size:20px;
	font-family:verdana;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}


.caps
{
	color: #000;
	background-color: #fff;
	font-size: 20px;
	font-family: verdana;
	font-variant: small-caps;
	text-align:center;
}

.normal
{
	color:#000;
	font-size:14px;
	font-family:verdana;
}	

.small_header
{
	color:#06f;
	font-size:16px;
	font-family:Verdana;
}

.tiny
{
	color: #00f; 
	background-color:#fff; 
	font-size:10px;
	font-family:verdana;
	text-align:center;
}

.bigone
{
	color: #fff; 
	background-color:#37c; 
	font-size:12px;
	font-family:verdana;
}

.sold
{
    color: #fe7878;
    font-size: 10px;
    font-family: verdana;
    font-weight: bold;
    
}

.sold_s
{
    color: #fe7878;
    font-size: 14px;
    font-family: wingdings;
    
}

.vo
{
    color: #00e5ed;
    font-size: 10px;
    font-family: verdana;
    font-weight: bold;
    
}

.vo_s
{
    color: #00e5ed;
    font-size: 14px;
    font-family: wingdings;
    
}

.avail
{
    color: #fff;
    font-size: 10px;
    font-family: verdana;
    font-weight: bold;
    
}

.avail_s
{
    color: #fff;
    font-size: 16px;
    font-family: wingdings;
    
}


.res
{
    color: #00ff00;
    font-size: 10px;
    font-family: verdana;
    font-weight: bold;
    
}

.res_s
{
    color: #00ff00;
    font-size: 16px;
    font-family: wingdings;
    
}


/*			Colouring the background			*/



/* this is the bgcolor for the top menu on us pages*/

#ustopbg 
{
		position: absolute;
	    left: 0px; top: 188px;
	    height: 19px; width: 100%;
	    margin: 0; padding: 0;
	    white-space: nowrap;
		background:#999;
		border-top:1px solid #fff;
		float:left;
}
		


/* this is the bgcolor for the topmenu on ts pages*/

#tstopbg 
{
		position: absolute;
	    left: 0px; top: 188px;
	    height: 19px; width: 100%;
	    margin: 0; padding: 0;
	    white-space: nowrap;
		border-top:1px solid #fff;
		background:#d5ac8b;
		margin-right:0px;
		float:left;
}



/* this is the bgcolor for the topmenu on club pages*/

#clubtopbg
{

		position: absolute;
	    left: 0px; top: 188px;
	    height: 19px; width: 100%;
	    margin: 0; padding: 0;
	    white-space: nowrap;
		border-top:1px solid #fff;
		background:#cc9;
		margin-right:0px;
		float:left;
}

/* this is the bgcolor for the submenu on club pages*/

#subbg
{
		position: absolute;
		left: 0px; top: 211px;
		height: 19px; width: 100%;
		margin: 0; padding: 0;
		white-space: nowrap;
		border-top:1px solid #fff;
		background:#37c;
		margin-right:0px;
		float:left;
}








/*			Table Alterations			*/

/*table { background-color: #fff; }*/

table#building_1   
{
    position:absolute;
    left:15%;
    top:271px;
}

table#building_2   
{
    position:absolute;
    left:15%;
    top:496px;
}

table#building_3   
{
    position:absolute;
    left:22%;
    top:721px;
}

table#building_4   
{
    position:absolute;
    left:15%;
    top:976px;
}

table#building_5   
{
    position:absolute;
    left:15%;
    top:1231px;
}

table#building_6   
{
    position:absolute;
    left:22%;
    top:1486px;
}

table#thebigone
{
    
    position:absolute;
    top:1786px;
}

td#body
{
	background-color: #6ac;
	border-width: 0px 2px 2px 2px;
	border-style: none solid solid solid;
	border-color: #26a;
}

td#title
{
	background-color: #59c;
	border-width: 2px;
	border-style: solid;
	border-color: #26a;
}

td#bottom
{
	background-color: #3377cc;
	align: right;
	border-width: 2px 0px 0px 0px;
	border-style: solid;
	border-color: #26a;
}

td#full
{
	border-width: 2px;
	border-style: solid;
	border-color: #26a;
}

td#left
{
	border-width: 0px 0px 0px 2px;
	border-style: solid;
	border-color: #26a;
}


td#right
{
	border-width: 0px 2px 0px 0px;
	border-style: solid;
	border-color: #26a;
}


td#bot
{
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #26a;
}

td#l_r /*left and right border */
{
	border-width: 0px 2px 0px 2px;
	border-style: solid;
	border-color: #26a;
}



td#l_r_b /*left and right border */
{
	border-width: 0px 2px 2px 2px;
	border-style: solid;
	border-color: #26a;
}



td#u_r_b /*left and right border */
{
	border-width: 2px 2px 2px 0px;
	border-style: solid;
	border-color: #26a;
}



td#r_b /*left and right border */
{
	border-width: 0px 2px 2px 0px;
	border-style: solid;
	border-color: #26a;
}

td#l_b /*left and right border */
{
	border-width: 0px 0px 2px 2px;
	border-style: solid;
	border-color: #26a;
}







/*			Links			*/


A:link
{
	color: #009; 
	background-color:#fff;
	text-decoration: underline;
	font-family:verdana helvetica;
	font-size:15px; 
}
				
A:visited
{
	color: #009; 
	background-color:#fff;
	text-decoration: underline;
	font-family:verdana helvetica;
	font-size:15px; 
}
				
A:hover
{
	color: #009; 
	background-color:#fff; 
	text-decoration: none;
}
				
A:active
{
	color: #009; 
	background-color:#fff;
	font-size:15px; 
	text-decoration: none;
}

A:link#tiny
{
	color: #00f; 
	background-color:#fff; 
	font-size:10px;
	font-family:verdana;
	text-align:center;
}

A:hover#tiny
{
	color: #000; 
	background-color:#fff; 
	font-size:10px;
	font-family:verdana;
	text-align:center;
}
A:active#tiny
{
	color: #00f; 
	background-color:#fff; 
	font-size:10px;
	font-family:verdana;
	text-align:center;
}
A:visited#tiny
{
	color: #00f; 
	background-color:#fff; 
	font-size:10px;
	font-family:verdana;
	text-align:center;
}

A:link#bigone
{
	color: #fff; 
	background-color:#37c;
	text-decoration: underline;
	font-family:verdana helvetica;
	font-size:12px; 
}
				
A:visited#bigone
{
	color: #fff; 
	background-color:#37c;
	text-decoration: underline;
	font-family:verdana helvetica;
	font-size:12px; 
}
				
A:hover#bigone
{
	color: #000; 
	background-color:#fff; 
	text-decoration: none;
	font-family:verdana:
	font-size:12px;
	padding: 5px 0px 0px 0px;
}
				
A:active#bigone
{
	color: #000; 
	background-color:#37c;
	font-family:verdana:
	font-size:12px; 
	text-decoration: none;
}