body {
	font-family: veranda, georgia, times new roman, times, serif;
	color: #990099;
	font-size: 1em;
	background-image: url('http://www.pamperedpenny.com/images/Background.jpg');
	margin: 0px 0px 0px 0px;
}

a {
	color: #990099;
}

.content {
	border: 14px solid #ffccff;
	background: #ffccff;
	color: inherit;
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#header {
	color: inherit;
	background-position: top center;
	background-image: url('http://www.pamperedpenny.com/images/Header.jpg');
	background-color: #ffccff;	/* A fall back */
	background-repeat: no-repeat;
	width: 800px;
	height: 235px;
	text-align: justify;
}

#navigation {
	width: 800px;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: auto;
}

#navigation img {
	height: 41px;
	border: 0;
}


#center {
	background-color: #FFFFCC;
}

#sidenav {
	display: inline;
	margin-top: 25px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	width: 160px;
	height: 100%;
	text-align: left;
}
#sidenav ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: -.5em;
	margin-left: .7em;
	margin-bottom: 1em;
	text-align: left;
}
#sidenav li{
	margin-top: 0em;
	padding: 0;
}
#imagebar {
	margin-top: 25px;
	margin-left: 0px;
	margin-right: -20px;
	margin-bottom: 10px;
	width: 250px;
	height: auto;
	text-align: left;
	float: left;
	display: inline;
}
#imagebar img{
	margin-bottom: 5px;
	width: 200px;
	border
}
#main {
	background-color: #FFFFCC;
	padding: 10px;
	font-size: 1.1em;
	width: auto;
	text-align: center;
}
#mform {
	text-align: left;
	margin-left: 220px;
	margin-right: 20px;
	background-color: #FFFFCC;
}
#mform p{
	font-size: .9em;
}

#qa {
	padding: 10px;
	padding-right: 20px;
	background-color: #FFFFCC;
	height: 1200px;
	font-size: .9em;
}
#qa ul{
	list-style-type: none;
	padding: 10;
	margin: 0;
	margin-top: 1em;
	margin-left: .7em;
	margin-bottom: 1em;
	text-align: left;
}
#qa li{
	margin-top: 1em;
	padding: 0px;
}

#footer {
	padding-top: 20px;
	background-color: #FFFFCC;
	text-align: center;
	float: none;
}


