﻿/*Melanie's StyleSheet*/


body 
{
    background: #470d3a url(images/MelanieBG.jpg) no-repeat center top;
    font-family:Trebuchet MS, Verdana, Sans-Serif;
    font-size:15px;
}

h1{
	font-size:16px;
 	font-family:Trebuchet MS, Verdana, Sans-Serif;
	color:470d3a;
	margin:0;
	padding:0;
}

h2

{
	font-size:16px;
 	font-family:Trebuchet MS, Verdana, Sans-Serif;
	color:#a2337d;
	margin:0;
	padding:0;
	padding-top:5px;
	padding-bottom:5px;
}

a

{

color:#a2337d;

}
#MelTitle
{

}

#MelNav

{
padding:5px 20px;
color:#58033b;
font-size:16px;
font-weight:bold;
clear: both;

}

#MelNav a

{

color:#58033b;
text-decoration:none;

}

#MelNav a:hover

{

color:#a2337d;

}


#Main

{
    width:880px;
    background-color:#f9d2ec;
    margin:auto;
    margin-top:80px;
    color:#470d3a;
}

#ContentTop
{
	margin:0px 14px;
	height:20px;
	width:850px;
	background-image:url(Images/MainTop.jpg);
	background-repeat:no-repeat;
}

#ContentBtm
{
	margin:0px 14px;
	height:20px;
	width:850px;
	background-image:url(Images/MainBtm.jpg);
	background-repeat:no-repeat;
	padding-bottom:10px;
}


#MelContent

{
	background-color:white;
	background-image:url(Images/MainMid.jpg);
	background-repeat:repeat-y;
	margin:0px 14px;
	padding:10px;
	min-height:400px;
	width:830px;
	height:520px;
}

#ContentLT
{
	float:left;
	width:300px;
}

#ContentLTA
{
	float:left;
	width:400px;
}

#ContentLTB
{
	float:left;
	width:780px;
}

#ContentRTA
{
	float:right;
	width:380px;
}

#ContentRT
{
	float:right;
	width:420px;
}


#ContentRTB
{
	float:right;
	width:320px;
}