@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	padding: 0;		
	width: 964px;
	height: 750px;
	background-image: url(images/backdrop/lds_backdrop.png);
	background-repeat: no-repeat;
	position: relative;
}

/* HEADER SECTION */

/* Begin CSS Drop Down Menu */

#menuh
	{
	font-size: 89%;
	font-family: arial, helvetica, sans-serif;
	width:875px;
	position: absolute;
	top: 130px;
	left: 30px;
	margin:2em;
	margin-top: 1em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.2em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	background-color: #000000;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #f99ece;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(file:///C|/Documents%20and%20Settings/Basil/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/METR92CR/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(file:///C|/Documents%20and%20Settings/Basil/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/METR92CR/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:8em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

#header img {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50px;
	left: 200px;
}


/* MAIN CONTENT */


#linkspage_links {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100px;
	left: 200px;
	list-style-type: none;
}
#linkspage_links a:link {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}
#linkspage_links a:visited {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}
#linkspage_links a:hover {
	background-color: transparent;
	color: #c2496e;
	text-decoration: underline;
}
#maincontent {
	margin: 0;
	padding: 0 10px 0 10px;
	width: 530px;
	height: 500px;
	position: absolute;
	top: 200px;
	left: 200px;
	overflow: auto;
}
#maincontent h3 {
	margin: 0;
	padding: 0;
	text-align: center;
}
#maincontent_home {
	margin: 0;
	padding: 0 10px 0 10px;
	width: 530px;
	height: 500px;
	position: absolute;
	top: 200px;
	left: 200px;
}
#melissaimage {
	margin: 0 10px 10px 0;
	padding: 0;
	float: left;
}


/* RIGHT SIDE */

#rightside {
	margin: 0;
	padding: 0;
	width: 150px;
	height: 500px;
	position: absolute;
	top: 200px;
	left: 750px;
}
#rightside img {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 30px;
}
