/* Base stylesheet */
/* BODY */
body
{
	font-family: "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #de95ad; /* Paler purple-pink */
/*	background-color: #db7093; */ /* Pale purple-pink */
	text-align: center;			/* Overridden by outer_container; needed for IE. */
}

p, h1, h2
{
	color: black;
}

h1
{
	font-size: 1.25em;
}


h2
{
	font-size: 1.0em;
}

/* CONTAINERS */

#outer_container
{
	position: relative;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px 0px;
	text-align: left;
}

#title_container
{
	position: relative;
	border-width: 8px;
	border-style: outset;
	border-color:#d1c611;
 	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	height:144px;
	width: 562px; 
	background: url("../images/plate-5.jpg");
}



#bottom_container
{
	clear: both;
 	margin-right: auto;
	margin-left: auto;
	bottom: 20px;
	width: 980px;
	border: none;
}

#bottom_container p
{
	text-align: centre;
	font-size: 0.80em;
}

#bottom_container h3
{
	text-align: center;
	font-size: 1.00em;
}

/* TEXT ROLLOVER */
a:link
{
	color: blue;
	background-color: transparent;
	text-decoration: none;
}
a:visited
{
	color: maroon;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	color: fuchsia;
	background-color: transparent;
	text-decoration: underline;
}

/* IMAGES */
a img
{
	border: none;
}


