body {
	font: 100% "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	background: #f7c088;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #46311f; 
	background-image: url(images/pageBg.jpg);
	background-repeat: repeat-x;
}

a {
	color: #fc3d2c;
}
a:hover {
	color: #0076c0;
	text-decoration: none;
}
.oneColFixCtrHdr #container {
	width: 775px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f7c088;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image: url(images/masthead.jpg);
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 269px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #nav {
	background-image: url(images/navBar.jpg);
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 25px;
}

#nav ul {
	margin: 0 auto;
	text-align: right;
	height: 29px;}
#nav ul.nav li {
	list-style: none;
	display: inline;
	padding: 8px 30px 0 0;
}
#nav ul.nav li.last {
	list-style: none;
	display: inline;
	padding: 8px 20px 0 0;
}

#cardSelect ul {
	height: 250px;
	margin-left: -40px;
	}
#cardSelect ul.cardSelect li {
	list-style: none;
	display: inline;
	border-top: 1px solid #46311f;
	border-bottom: 1px solid #46311f;
	border-left: 1px solid #46311f;
	float: left;
	width: 175px;
	height: 165px;
	padding: 5px 5px 5px 5px;	
}
#cardSelect ul.cardSelect li.second {
	list-style: none;
	display: inline;
	border-top: 1px solid #46311f;
	border-right: 1px solid #46311f;
	border-bottom: 1px solid #46311f;
	border-left: 0;
	float: left;
	margin-right: 10px;
	width: 150px;
	height: 165px;
	padding-right: 10px;
	font-weight: normal;
	font-size: 90%;
}


.oneColFixCtrHdr #mainContent {
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	
	border-left: 1px solid #46311f; 
	border-right: 1px solid #46311f;
	font-weight: bold;
	height: 440px;
}
.oneColFixCtrHdr #mainContent2 {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 1px solid #46311f; 
	border-right: 1px solid #46311f;
	font-weight: bold;
	position: relative;
}

.oneColFixCtrHdr #mainContent2 #pre {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right; 
	position: absolute; top: 80px; right: 50px;
}
.oneColFixCtrHdr #mainContent2 #seal {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right; 
	position: absolute; top: 680px; right: 50px;
}

#r {
	color: #fc3d2c;
	font-weight: bolder;
	padding-right: 3px;
}
.oneColFixCtrHdr #mainContent2 #cardform {
   font-size: 85%;
   font-weight: normal;
}
.cf-heading {
	font-weight: bold;
	width: 65%;
	background-color: #46311f;
	color: white;
	padding: 5px 5px 5px 5px;	
}
.cf-c1 {
	width: 35%;
	float: left;
	padding: 0 0 5px 0;
}
.cf-c2 {
	width: 20%;
	float: left;
	padding: 0 0 5px 0;
}

#cardform ul {
	margin-left: -40px;
	}
#cardform ul.cardform li.head {
	list-style: none;
	display: inline;
	float: left;
	width: 400px;
	padding: 5px 5px 5px 5px;	
	background-color: #46311f;
	color: white;
}	
#cardform ul.cardform li {
	list-style: none;
	display: inline;
	float: left;
	width: 200px;
	padding: 5px 25px 5px 5px;	
}
table.preview {
	background-image: url(images/ecards/ecardBg.jpg);
	background-repeat: repeat-x repeat-y;
	padding: 5px 5px;
	width: 730px;
	height: 100%;
}
#cardPreview ul {
	text-align: center;
	list-style: none;
	margin-left: -40px;
	}
#cardPreview ul.cardPreview li {
	list-style: none;
	display: inline;
	padding: 5px 5px 5px 5px;	
}
td.q {
	font-weight: bold;
	font-size: 80%;
	text-align: left;
	padding-left: 10px;
}
td.ital {
	font-style: italic;
	font-size: 80%;
}
.button {
	background-color: #46311f;
	color: white;
	font-weight: bolder;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#46311f;
	border-left: 1px solid #46311f; 
	border-right: 1px solid #46311f;	
	font-size: 70%;
	color: #f7c088;
	margin: -20px auto;
}

#footer ul {
	margin: 0 0;
	margin-left: -40px;
	height: 30px;
	padding-top: 5px;}
#footer ul.footer li {
	list-style: none;
	display: inline;
	padding: 8px 30px 0 10px;
}
#footer ul.footer li.last {
	list-style: none;
	display: inline;
	padding: 0 10px 20px 423px;
}


