/*
* Blissful Babies - style.css
* Copyright 2007 - www.webstaworks.com.au
* Last Updated: 4-Feb-07
*/

/* ---- LAYOUT ---- */
body {
	background: #c8a2c8 url(images/bg-fade.gif) repeat-x;
	color: #616161;
}
#doc {
}
#hd {
	background: #bae385 url(images/header.jpg);
	width: 742px;
	height: 176px;
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
}
#bd {
	background: #f5f5f5 url(images/menu-fade.gif) repeat-y;
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	width:742px;
	width:57.07em;/* !IE */
  *width:55.68em;/*IE*/ 
}
#menu {
	float: left;
	width: 210px;
	border-top: 2px solid #e79aa1;
}
#menu-items li {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e79aa1;
	font-size: 107%;
	font-weight: bold;
	color: #2d3232;
}
#menu-items a {
	color: #2d3232;
	text-decoration: none;
}
#menu-items a:hover {
	color: #ffffff;
	text-decoration: none;
}
#main-content {
	background: #f5f5f5;
	min-height: 320px;
	width: 531px;
	width: 39.92em;/* !IE */
	*width: 39.27em;/*IE*/
	float: left;
}
#content {
	padding: 15px;
}
#content p {
	padding-top: 5px;
	padding-bottom: 5px;
}
#ft {
	background: #f5ecac url(images/footer.jpg);
	clear: both;
	width: 742px;
	height: 171px;
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
}
#footer {
	text-align: center;
	padding-top: 130px;
	padding-left: 30px;
}
div#webstaworks {
	color: #ffffff;
	clear: both;
	width: 100%;
	text-align: right;
}
div#webstaworks a {
	color: #ffffff;
	text-decoration: none;
}

/* ---- CONTENT ---- */
body {
	font-family: Verdana;
}
h1 {
	font-weight: bold;
	font-size: 122%;
	padding-bottom: 3px;
}
h2 {
	font-weight: bold;
	font-size: 107%;
	padding-bottom: 3px;
}
a {
	color: #663366;
	text-decoration: underline;
}
a:hover {
	color: #4b642c;
	text-decoration: underline;
}
strong {
  font-weight: bold;
}
#content p, li{
  line-height:1.45em;
}
#content ul {
  padding-top:10px;
  padding-bottom:10px;
}
#content ul li {
	list-style:disc;
	margin-left:45px;
}
blockquote {
  border: 1px dotted #cccccc;
  padding:5px;
  margin:20px;    
}
.left-img {
	float: left;
	margin-right: 5px;
}
.error {
  color:#663366;
  font-weight:bold;
}
form {
	width: 360px;
	text-align: left;
	clear: both;
	padding-bottom: 20px;
	border: none;
}
legend {
	display: none;
}
form label,
form p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}
form input {
	display: block;
	margin-top: 3px;
	border: 1px solid #ddd;
}
form select {
	float: left;
	display: block;
	border: 1px solid #ddd;
}
form label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}
form label input {
	float: left;
	width: 310px;
	padding: 0;
}
form textarea {
  margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
	border: 1px solid #ddd;
}
form input.button {
    clear: left;    
    height: 25px;
}
