html,body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 96%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background: #FFeeFF url(images/bkgd.jpg) center repeat-y;
}


    
img {
	border: none;
	padding-right: 1px;
	padding-bottom: 1px;
}
a {
	text-decoration: underline;
	color: #B70000;
}
a:hover {
	text-decoration: underline;
	color: #ff8080;
}

ul {
list-style-type:circle;
}

li {
	padding: 1px;
}

/*---------- Divs ----------*/
#header {
      background: url("images/pleasingpresents_logo.gif") no-repeat left;
      height: 32px;
      width: 890px;
      margin: 0 auto;
}

#headright{

	  padding-top: 10px;
	margin: 0 auto;
	width: 890px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight: bold;
	font-variant: small-caps;
	color: #D50035;
	font-style: normal;
}

#container {
      width: 890px;
      overflow: hidden;
      text-align: left;
      font: 90% Georgia, "Times New Roman", Times, serif;
      margin: 0px auto;
      background: #FFeeFF;
      padding-bottom: 30px;
}  
* html #container {
      overflow: visible;
}


#content{
	margin-top: 5px;
	min-height: 250px;
}
* html #content { height: 250px;}

#sidecontent{
	float: right;
	border: 2px solid #F0AEB5;
	margin-right: 15px;
	padding: 5px;
	text-align: left;
	voice-family:inherit;
	width: 160px;
	font: 90% Georgia, "Times New Roman", Times, serif;
}
html>body #sidecontent { width: 160px }  /* for opera */

#sidecontent a {
	font: bold 90% Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #990033;
}
#sidecontent a:hover {
	text-decoration: underline;
	color: #800040;
}


#sidecontent img{
      padding: 1px;
      border: 1px solid #9089e7;
}


#maincontent {
      float: right;
      width: 690px;
      margin: 3px;	  
}

#mainleft {
      float: left;
      width: 680px;
}

#mainright {
      float: right;
      width: 180px;
}

#mainright a {
      color: #000;
}

#footer {
	width: 890px;
	margin: 0 auto;
	min-height: 20px;
	font-size: 70%;
	background-color: #FFeeFF;
	color: #000000;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FF9396;
}
* html #footer {height: 20px;}

#footertextleft{
      margin-top: 10px;
      float: left;
      width: 450px;
      text-align:left;
      padding-left: 10px;  
}

#footertextright{
      margin-top: 10px;
      text-align: right;
      width: 350px;
      float: right;
      padding-right: 10px; 
}

/*------------------------- Navigation --------------------------*/

#navcontainer {
	width: 890px;
	height: 38px;
	margin: 10px auto 0 auto;
	display: block;
	font-size: 130%;
	font-weight: bold;
	background-color: #FF9999;
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #C10005;
}
* html #navcontainer { height: 43px;}

#navcontainer ul {
      position: relative;
      float: left;
      list-style-type: none;
      margin: 0px;
      padding: 0px 0px 0px 10px;
      font-size: 70%;
}

#navcontainer li {
      margin: 10px 3px 0px 3px;
      float: left;
      height: 28px;
}

#navcontainer a {
	float: left;
	display: block;
	padding: 7px 9px 6px 9px;
	color: #6A0000;
	text-decoration: none;
}

#navcontainer a:hover {
	color: #fff;
	cursor: pointer;
	background-color: #FF9966;
}
/*---------- Headings ----------*/
h1 {
	padding-top: 0;
	margin-top: 0;
	font: bold 160% Georgia, "Times New Roman", Times, serif;
	color: #660000;
}

.mainheading{
      font-weight: bold;
      font-size: 123%;      
}

/*---------- Classes ----------*/
.heading{
	height: 25px;
	background-color: #FDACAE;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #911A25;
}


.subheading-white{
	color: #5B0000;
	margin: 0px;
	font-size: 100%;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}

.p-indent{
      padding-top: 0px;
      padding-left: 10px;
}



/*---------- Table ----------*/
table{
  font-size:95%;
}

