body 		 /* page itself */
	{
	background-color: #75267d;
	}

#container 	/* whole ad background with image */
	{
	background-image:  url(bck.jpg); 
background-repeat: no-repeat;
	background-position: left top;
	background-color: #000000;
	border: double 2px #e9bc6e;
	padding: 10px; /* set top, left, right or bottom padding to move text away from background image */
	padding-top:0px;
	width:670px;	/* set width & height to work with background image */
	}

#adblockright, #adblockleft 	/* all ad font info goes here */
	{
	font-family: Georgia, Times New Roman, Times, serif;
	color: #f3e2ad;
	font-weight: bold;
	font-size: 1.1em;
	padding:5px;
	text-align: right;
	}

#container a:link, #container a:visited, #container a:active	/* link look */
	{
	text-decoration:none;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	}
#container a:hover	/* mouse over link look */
	{
	color: #e6edf8; 
	text-decoration: underline;
	}

/* ---------------------
IF BACKGROUND HAS TITLE ALREADY, USE (copy over the other one):
.title {font-size: 1px; visibility: hidden;}
------------------------ */
.title
	{
	font-size:1px; color:transparent; margin:0px; line-height:0em; visibility:hidden;
	}
#adblockright .pic {border:0px solid #ffffff;}

#adblockleft .pic {border:0px solid #ffffff;}

	.phone { font-size: 2.2em; color:#ffba57;}
	.map { font-size: 1.8em;}
/*---------------
Other fields (copy and edit):
	.contact (font-size: 1.1em;} 		whole contact info area 
----------------*/

