body 		 /* page itself */
	{
	background-color: #b94e1a;
	}

#container 	/* whole ad background with image */
	{
	background-image:  url(bck.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #3a7295;
	border: double 10px #ffa200;
	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 */
	height: 667px;
	}

#adblockright, #adblockleft 	/* all ad font info goes here */
	{
	font-family: Georgia, Times New Roman, Times, serif;
	color: #ffe6cc;
	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: #ffa200; 
	}
.phone { font-size: 1.8em; color: #ffa200;}
.textleft {width:100%; 	padding-left: 260px;}
