
* /*Zeros out browser default margins and paddings to solve
the problem that IE uses margins while FF uses padding for <ul>*/{
  margin: 0;
  padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFCC url(pics/background_beige.jpg) fixed;
	font-size: 0.9em;
	line-height: 1.4em;
	max-width: 1054px;
	color: #663333;
}
p   {
	margin: 5 0 10;
	padding: 0;
	white-space: normal;
	left: 10px;
}
a {
	text-decoration: underline;
	color: #663333;
	border: none;
	font-weight: bold;
}
a:visited {
	color: #660033;
}
a:active {
	color: #660033;
}
a:hover {
	color: #996666;
	text-decoration: none;
}
a.current {
	font-weight: bold;
	color: #996633;
	border: 0px;
}
h3  /*Main heading for all Postcard pages*/     {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 5px;
	padding: 0px;
	font-size: large;
	text-align: center;
}
h5 /*Shoulder heading in big italic*/     {
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.3em;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
   }
#overcoat  {
	position: relative;
	float: left;
	margin: 0;
	width: 92%;
	min-width: 770px;
  }
#jacket  {
	position: relative;
	float: right;
	text-align: left;
	width: 762px;
  }  
#top  {
  width: 100%;
  position: relative;
  margin: 0 0 0px;
  padding: 0;
	text-align: right;
	border-bottom: 1px solid #660033;
	border-right: 1px solid #660033;
	background:  #660033 url(pics/topblock.jpg);
  }
#top p  {
    padding: 0;
    padding-top: 50px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-family: Arial;
    font-size: 1.45em;
    letter-spacing: 4px;
    color: #FFFFFF;
  }
#navigation  {
	position: relative;
	float: left;
	width: 110px;
}
#navigation p {
	margin-top: 15px;
	font-size: 0.8em;
	font-weight: bold;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 1.2em;
}
#navigation a {
	text-decoration: none;
}
#main  {
	position: relative;
	float: right;
	width: 632px;
}
#main p      {
	font-size: 0.9em;
	line-height: 1.2em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
#finial  {
	position: relative;
	float: left;
	margin-right: 8%;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 92%;
	min-width: 770px;
	border-top: 1px solid #000000;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
	text-align: center;
  }
#finial p  {
	padding: 5px;
	font-size: 0.8em;
	line-height: 1em;
	text-indent: 0px;
	position: relative;
	float: left;
	width: 32%;
	display: inline;
  }
#finial a {
	text-decoration: none;
}
.alignleft{
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	float: left;
}
.alignright{
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: right;
}
.aligncenter {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	background-position: center;
	margin-right: 5px;
}
.floatingleft {
	float:left;
	margin-top:5px;
	margin-right:30px;
	margin-bottom:5px;
	margin-left: 0px;
	border: none;
	text-align: left;
    }
.floatingright {
	float:right;
	margin-top:5px;
	margin-right:0px;
	margin-bottom:5px;
	margin-left: 0px;
	border: none;
	text-align: right;
    }
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 40px;
	list-style-type: square;
	font-size: 0.9em;
	line-height: 1.4em;
}
li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
blockquote {
	margin-top: 5px;
	margin-right: 27px;
	margin-bottom: 5px;
	margin-left: 30px;
}
.strong {
	font-weight: bold;
}
.emphasis {
	font-style: italic;
}
hr {
	height:0px;
	border-top:1px solid #663333;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}
.paraclear {
	clear: both;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
img{
    border: 0;
}
.smallcaps {
	font-variant: small-caps;
}
.picturegapright {
	margin-right: 20px;
}
.picturegapleft {
	margin-left: 20px;
}
.border {
	border: thin inset #660033;
}

