﻿@import url("layout.css");
body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
}
#container {
	width:800px;
	background-color: #D51B86;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #D51B86;
}
#page_content {
	position: relative;
	height: 100%;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #D51B86;
}
#content {
	list-style: disc;
	height: 96%;
	margin-left: 140px;
	padding: 10px;
	color: #FFFFFF;
	background: #D51B86 url('../images/pamperpartybase.jpg') repeat-x scroll top;
	margin-bottom: 1px;
}
#footer {
	width: 79%;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #D51B86;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h6 {
	font-family: Arial Black;
}
h5 {
	font-family: Arial Black;
}
h4 {
	font-family: Arial Black;
}
h3 {
	font-family: Arial Black;
	margin-bottom: 1px;
	margin-top: 1px;
}
h2 {
	font-family: Arial Black;
}
h1 {
	font-family: Arial Black;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cb8;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #060606;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #dc9;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFC90A;
	text-decoration: none;
}
a {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #FFC90A;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.style1 {
	list-style: disc;
	text-align: center;
	margin-bottom: 1px;
}
.style2 {
	color: #FFFFFF;
}
.style3 {
	font-size: large;
	text-align: center;
}
