body {
  font: 		80% arial, helvetica, sans-serif;;
  background:		#F6F6E8 url('images/Background.png') repeat;
  margin:		0px;
}

hr{
   background-color: 	#88A8C8;
   width:		50%;
}
	  
h2 {
  font-size: 		1.5em;
  color: 		#036;
}

h3 {
  font-size:		1.25em;
  color: 		#036;
}

img {
  border:		none;
}

a {
  color:		#7B3737;
  text-decoration: 	none;
}

a:hover {
  color:		#7B3737;
  text-decoration: 	none;
  border-bottom:        1px dashed #7B3737;
}

.NullNav {
  display:        	block;
  width:          	156px;
  height:         	31px;
  padding:        	2px 5px;
  float:          	left;
  background:     	url("images/NullButton.gif") no-repeat;
}

.OrderNav a {
  display:        	block;
  width:          	156px;
  height:         	31px;
  padding:        	0px 5px;
  float:          	left;
  background:     	url("images/OrderNow.gif") no-repeat;
}

.OrderNav a:hover {
  border:         	none;
  background:     	url("images/OrderNow.gif") no-repeat;
}

.PreviousNav a {
  display:        	block;
  width:          	156px;
  height:         	31px;
  padding:        	0px 5px;
  float:          	left;
  background:     	url("images/PreviousPageS.gif") 0 -32px no-repeat;
}

.PreviousNav a:hover {
  border:         	none;
  background:     	url("images/PreviousPageS.gif") no-repeat;
}

.NextNav a {
  display:        	block;
  width:          	156px;
  height:         	31px;
  padding:        	0px 5px;
  float:          	left;
  background:     	url("images/NextPageS.gif") 0 -32px no-repeat;
}

.NextNav a:hover {
  background:     	url("images/NextPageS.gif") no-repeat;
  border:		none;
}

.PageCapture {
  padding:        	2px;
  text-align:     	center; 
}

#container {
  position: 		relative;
  width: 		728px;
  margin: 		auto;
}

/*
* This section is reserved for header styles
*/
#header{
  background:     	url("images/TopBanner.png")  no-repeat;
  height:  		90px;
}

/*
* This section is reserved for footer styles
*/
#footer{
  clear:          	both;
  background:     	url("images/BottomBanner.png")  no-repeat;
  height:  		90px;
}

/*
* This section is reserved for navigation styles
*/
#navigation{
  float:	        left;
  width:		150px;
}

#navigation table {
  width:          	140px;
  margin: 		5px;
  border:         	1px solid #7B3737;
  background:     	white;
}

#navigation td {
  display:		block;
}

#navigation a {
  text-decoration: 	none;
  display:		block;
  padding: 		2px 5px;
  margin: 		1px;
}

#navigation a:hover {
  margin: 		1px;
  padding: 		2px 3px;
  background: 		#F6F6E8;
  text-decoration: 	none;
  border-left:          2px solid #88A8C8;
  border-right:         2px solid #88A8C8;
  border-bottom:        none;
  font-weight:          700;
  font-style:		italic;
}

/*
* This section is reserved for content wrapper styles
*/

#contentWrapper{
  border:		2px solid #7B3737;
  margin:         	2px;
  background-color: 	#88A8C8;
}


/*
* This section is reserved for content styles
*/

#content {
  background: 		white url("images/Hearts.png") repeat-y;
  border:		0px;
  margin-left:    	150px;
  padding:  		1px 10px 1px 40px;
  width:          	500px;
}

#content .post {
  padding:        	10px 20px 10px 20px;
}

#content .meta {
  padding:        	5px 0 0 20px;
  background:     	url("images/MetaDataLine.gif") repeat-x;
}

#content .meta p {
  margin:         	0;
  line-height:    	normal;
  font-size:      	smaller;
  text-align:     	right;
}

.floatingImage {
  width:                100px;
  height:               150px;
  padding:              2px;
  float:                left;
  margin:               5px;
  border:               1px solid #88A8C8;
}

