body 		 /* page itself */
	{
	background-color: #d70000;
	margin-left:auto;
	margin-right:auto;
	}

#adcontainer 	/* whole ad background with image */
	{
/*	background-color: #d70000; */
	border: double 10px #ffd2cf;
	padding: 10px;
	padding-top: 10px; /* set top, left, right or bottom padding to move text away from background image */
	width:670px;	/* 	height: 600px; 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: #ffd2cf;
	font-weight: bold;
	font-size: 1.5em;
	padding:5px;
	text-align: center;
	}

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

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

.phone { font-size: 1.6em; color:#ffd2cf;}