@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #490e6a;
}	
#wrapper {
	width: 760px;
	margin: 0 auto;
	background-image: url(images/bg-texture-yello.gif);	
}
#header {
	height: 145px;
	background-color: #fff4c8;
	background-image: url(images/working-at-home.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: 1px solid #490e6a;
}
#name {
	width: 508px;
	padding-top: 21px;
	text-align: center;

}
.whafo {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #551078;
	padding-bottom: 23px;
		
}
.navlist {
width: 507px;
border-top: 1px solid #490e6a;
border-bottom: none;
margin: 0;
height: 1.3em;
background-color: #ffe891;

}
.navlist ul {
margin-left: 0;
padding-left: 0;
white-space: nowrap;
height: 1.3em;
background-color: #ffe891;
}

.navlist li {
display: inline;
list-style-type: none;
}

.navlist a { 
	padding: 0px 22px 5px 20px; 
	
}

.navlist a:link, .navlist a:visited {
color: #8b26b9;
font-size: .80em;
font-weight: bold;
background-color: #ffe891;
text-decoration: none;
border-right: 1px solid #490e6a;

}

.navlist a:hover {
color: #ffe891;
background-color: #490e6a;
text-decoration: none;
padding: 2px 22px 7px 20px;

}


#content {
	
	text-align: left;
	padding: 10px 30px 10px 30px;
}
#content img{
border: 3px solid #490e6a;
}	
.lt {
float: left;
margin-right: 10px;
}
.rt {
float: right;
margin-left: 10px;
}
.ctr {
margin: 0 auto;
text-align: center;
}
p, #content li {
	font-size: 90%;
	line-height: 130%;
}	
ul ul {
	font-size: 110%;
	}
h1 {
font-size: 1.4em;
color: #490E6A;
}
h2 {
font-size: 1.3em;
font-style: italic;
color: #490E6A;
}
.dark-purple-italic {
	font-size: 1.2em;
	color: #490E6A;
	font-style: italic;
}
.purple-italic {color: #AA37A5; font-weight: bold; font-size: 1.2em; font-style: italic; }

#footer {
border-top: 1px dotted #490E6A;
font-style: italic;
font-size: 90%;
text-align: center;
padding: 10px 0;
}