﻿/* starting colors: 9D589A 009CEB*/

body 
{
	padding:0px;
	margin:0px;
	height:100%;
	background-color:#9D589A;
	background-attachment:fixed;
	background-image:url('../graphics/purpleBlueBG.jpg');
	color:#000000;
	text-align:center;
}

h1, h3
{
	margin-left:76px;
	padding-top:0px;
	margin-top:0px;
}

p { margin-top:0px; padding-top:0px; }

a { color:#0033FF; }
a:hover { text-decoration:none; }
a:visited { color:#2E00B8; }

img { border:inset 3px #009CEB; }

#shell
{
	margin-left:2%;
	margin-right:2%;
	margin-top:0%;
	margin-bottom:0%;
	width:96%;
	height:100%;
	min-height:550px;
	text-align:left;
}

#header
{
	height:102px;
	background-repeat:no-repeat;
	background-position:left;
	background-image:url('../graphics/lilButterflyLogo.jpg');
	margin-bottom:5px;	
	background-color:#f7f7f7;
	border:outset 3px #009CEB;

}
/************* NAVIGATION **********************/
#nav
{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#nav li
{

}
/************* END NAVIGATION ******************/

#content
{
	padding:5px;
	background-color:#f7f7f7;
	height:82%;
	min-height:420px;
	border:outset 3px #009CEB
}

#footer
{
	color:#8C8C8C;	
	font-size:smaller;
	text-align:center;
	margin-top:2em;
}

.bigText
{
	font-size:larger;
}


