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

#container 	/* whole ad background with image */
	{
	background-image:  url(bck.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #c07215;
	border: solid 1px #000000;
	padding: 10px;
 /* set top, left, right or bottom padding to move text away from background image */
	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: #000000;
	font-weight: bold;
	font-size: 1.2em;
	padding:5px;
	text-align: right;
	}

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

.title
	{
	font-weight: bold; color: #ffde00; font-size:5em; font-style:italic; line-height:0.8em;
	}
.phone { font-size: 1.8em;}
.textleft {width:100%; 	padding-left: 280px;}
