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

#container 	/* whole ad background with image */
	{
	background-image:  url(2707apple_girl.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #d5e589;
	border: double 10px #FFCC66;
	padding: 1px;
	padding-top: 10px; /* set top, left, right or bottom padding to move text away from background image */
	width:640px;	/* 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: #009966;
	font-weight: bold;
	font-size: 1.1em;
	padding:5px;
	text-align: left;
	}

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

/* ---------------------
IF BACKGROUND HAS TITLE ALREADY, USE (copy over the other one):
.title {font-size: 1px; visibility: hidden;}
------------------------ */
.title
	{
	font-weight: bold
	}

/*---------------
Other fields (copy and edit):
	.phone { font-size: 1.2em;}
	.contact (font-size: 1.1em;} 		whole contact info area 
----------------*/

