﻿
/*
/		TYPOGRAPHY
/		all global typography styles
--------------------------------------------------------------------------------------------------------*/

/* HEADING TAGS */
h1 { color: #000; }
h2, h3 { color: #58a7b5; }

/*
/		NAVIGATION
--------------------------------------------------------------------------------------------------------*/

ul#nav { width: 620px; }
ul#nav li a { color: #b12647; }


/*
/		GLOBAL LAYOUT
--------------------------------------------------------------------------------------------------------*/

body { background-color: #af9b7f; }

#topwrap {
	background: url('../images/nav/tamo_bg.jpg') repeat-x;
	height: 133px;
	}
	#topwrap #logo a {
	background: url('../images/master/tamo_logo.jpg') no-repeat 0 15px;
	width: 201px;
	height: 92px;
	}

#midwrap {
	background: url('../images/master/tamo_mid_bg.jpg') repeat-x top;
	padding: 8px;
	}

#contentwrap {
	background: url('../images/master/tamo_bg.jpg') repeat-x top center;
	}
	
/* 
/	SIDEBAR
------------------------------------------*/

.PreferredGuest a {
	background: url('../images/master/TamoClub.jpg') no-repeat 14px 14px;
	margin: 0;
	}
	



/*
/		HOME
--------------------------------------------------------------------------------------------------------*/
ul.PromoAds li a { 
	height: 17px;
	padding: 282px 10px 3px 10px;
	}