body {margin: 0;
padding-top:10px;
font-family: verdana, sans-serif;
text-align:center;
background-image:url(images/pink_tile_05.jpg);
 }
table {
	font-size:84%;
}
div#container{

	margin:auto;
	width:721px;
	background-image:url(images/background_tile_06.jpg);
	background-repeat:repeat-y;
}

div#header {
width:721px;
height:217px;
background-image:url(images/header.jpg);
background-repeat:no-repeat;
text-align: center; 
position:relative;
}

div#title{
	position:absolute;
	top:180px;
	left:0px;
	width:721px;
	font-family: cursive;
}

div#title h1 h2 h3 h4 h5 h6 {
	margin-top:0px;
	padding-top:0px;
	font-family: cursive;
}

div#footer {
text-align: center;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
clear: both; 
width:721px;
height:43px;
}

div#maincontent {
text-align: left;
margin-top:50px;
margin-left: 124px;
margin-right: 124px; 
font-size: 84%;
padding-left:8px;
padding-right:8px;}
div#leftcolumn {
float: left;
text-align: right;
width: 116px; 
padding-right:3px;
color:#8f315d;
font-weight:bold;
}

div#leftcolumn a {
	color:#8f315d;
	text-decoration:none;
}
div#leftcolumn a:visited {
	color:#8f315d;
	text-decoration:none;
}
div#leftcolumn a:hover {
	color:#ffffff;
	text-decoration:underline;
}




div#rightcolumn {
float: right;
width: 120px; }

div#copy {
	background-image: url(images/pink_tile_05.jpg);
	text-align:left;
	color:#000000;
	font-size:9px;
}
a:link {
	color:#912f5b;
}
a:visited {
	color:#912f5b;
}
a:hover{
	color:#f799c4;
}

