/* Illustration ad style sample */

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

#adcontainer 	/* whole ad background with image */
	{
	background-image:  url(bck.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #5080c0;
	border: double 5px #baddff;
	padding: 10px;
	padding-bottom: 3px;
	padding-top: 3px; /* 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: #ffe0d6;
	font-weight: bold;
	font-size: 1.2em;
	padding:5px;
	text-align: left;
	}

#adcontainer a:link, #adcontainer a:visited, #adcontainer a:active	/* link look */
	{
	text-decoration:none;
	color: #b1e8ff;
	font-weight: bold;
	text-decoration: none;
	}
#adcontainer a:hover	/* mouse over link look */
	{
	color: #b1e8ff; 
	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:#ffbe61; width:300px;
	}
.phone { font-size: 1.6em; color:#ffbe61;}
.map {font-size: 1.4em;}
/*---------------
Other fields (copy and edit):


	.contact (font-size: 1.1em;} 		whole contact info area 
----------------*/
