/*
pink: ed2a91
light pink: e8b6ca
*/
/*
Basics...
*/
body, html, div, h1, h2, h3, h4, h5, h6, p, li, img, form {
	margin: 0;
	padding: 0;
	border: none;
}
html {
	height: 100%;
}
body {
	background-color: #e8b6ca;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #111;
	text-align: center;
	height: 100%;
}
p {
	padding: 0 0 6px 0;
	font-size: 85%;
}
h1 {
	font-size: 180%;
	font-weight: normal;
	padding-top: 0;
	padding-bottom: 12px;
	color: #ed2a91;
}
h2 {
	font-size: 140%;
	font-weight: normal;
	padding-bottom: 6px;
	color: #ed2a91;
}
h3 {
	font-size: 95%;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 12px;
	color: #ed2a91;
}
h4 {
	font-size: 160%;
	font-weight: normal;
	padding-bottom: 6px;
	color: #ed2a91;
}
th {
	vertical-align: bottom;
	padding: 2px;
	border-bottom: 1px solid #b9c4d0;
	font-weight: normal;
}
td {
	vertical-align: top;
	padding: 2px;
}
td.foot {
	vertical-align: middle;
	border-top: 3px double #fff;
	background-color: #b9c4d0;
}
ul {
	margin: 0;
	padding: 0 0 6px 20px;
}
li {
	margin: 0;
	font-size: 85%;
	color: #ed2a91;
}

/*
Structural...
*/
#wrapper {
	width: 960px;
	margin: 0 auto 20px auto;
	text-align: left;
	background-color: #fff;
}
#header {
	background: url(../furniture/head_bg.gif) top left no-repeat #ed2a91;
	height: 257px;
	width: 100%;
	margin-bottom: 2px;
}
#header img {
	margin: 0 15px;
}
#menu {
	padding: 0;
	margin: 0 0 10px 0;
	background-color: #e8b6ca;
	width: 100%;
	height: 28px;
}
#contentwrapper {
	margin: 0 0 10px 0;
	width: 100%;
}
#content {
	width: 745px;
}
#footer {
	background-color: #ed2a91;
	color: #fff;
	margin: 2px 0;
}
.contentpadding {
	padding: 15px;
}


/*
Menus...
*/
#menu ul {
	padding: 0;
	margin: 0;
}
#menu ul li {
	float: left;
	list-style-type: none;
	color: #fff;
	padding: 0;
	margin: 0;
	border-right: 1px solid #ed2a91;
}
#menu a {
	color: #ed2a91;
	text-decoration: none;
	display: block;
	padding: 6px 20px;
}
#menu a:hover, #menu a:active {
	color: #fff;
	text-decoration: underline;
	background-color: #ed2a91;
}
#menu a.selected {
	color: #fff;
	font-weight: bold;
	background-color: #ed2a91;
}
#footer ul {
	background-color: inherit;
	float: left;
	padding: 0 5px;
	margin: 0;
}
#footer ul li {
	float: left;
	list-style-type: none;
	color: #fff;
	padding: 3px 0;
	margin: 0;
	font-size: 70%;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
#footer a.selected {
	font-weight: bold;
}



/*
Left-hand column appearance...
*/
#leftblock {
	width: 240px;
	color: #ed2a91;
	border-right: solid 1px #ed2a91;
}



/*
Footer appearance...
*/
#footer p {
	font-size: 70%;
	text-align: right;
	padding: 3px 5px;
}



/*
Links...
*/
a {
	text-decoration: none;
	color: #ed2a91;
}
a:hover, a:active {
	text-decoration: underline;
	color: #ed2a91;
}




.clear {
	clear: both;
}
.clear span {
 	display: none;
}
p.button1 {
	float: left;
	margin-right: 10px;
	display: inline;
}
p.button2 {
	float: right;
	margin-left: 10px;
	display: inline;
}
a.button {
	display: block;
	width: 120px;
	text-align: center;
}
.rightalign {
	text-align: right;
}
.centeralign {
	text-align: center;
}
.rightfloat {
	float: right;
	margin-left: 10px;
}
.leftfloat {
	float: left;
	margin-right: 10px;
}
.small {
	font-size: 75%;
}
.highlight {
	color: #ed2a91;
	font-weight: bold;
}


div.mugshot {
	float: left;
	margin-right: 5px;
}
div.mugshot h3 {
	padding-bottom: 0;
}

