body 		 /* page itself */
	{
	background-color: #ccaa50;
	margin-left:auto;
	margin-right:auto;
	}

#adcontainer 	/* whole ad background with image */
	{
	background-image:  url(bck.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FA8DAE;
	border: solid 1px #000000;
	padding: 10px;
	padding-top: 10px; /* set top, left, right or bottom padding to move text away from background image */
	width:670px;	/* 	height: 800px; set width & height to work with background image */
	height: 760px;
	}

#adblockright, #adblockleft 	/* all ad font info goes here */
	{
	font-family: Georgia, Times New Roman, Times, serif;
	color: #040403;
	font-weight: bold;
	font-size: 1.2em;
	padding:5px;
	text-align: right;
	}

#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;
	}
.textleft {padding-left:140px;}
.title {font-size: 0.1em; color:#ffffff; visibility: hidden;}
