body {
	background: #edd7a3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
.oneColElsCtrHdr #container {
	background-image: url(http://www.saber-scorpion.com/images/background_sand.gif);
	background-color: #edd7a3;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 8px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	font-weight: normal;
}
.oneColElsCtrHdr #header { 
	background-image: url(http://www.saber-scorpion.com/images/banner_background.gif);
	background-color: #edd7a3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
} 
.oneColElsCtrHdr #title { 
	background-image: url(http://www.saber-scorpion.com/images/background_sand_fade.gif);
	background-position: bottom;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.oneColElsCtrHdr #upperad { 
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 8px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #edd7a3;
} 
.oneColElsCtrHdr #footer { 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #edd7a3;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-image: url(http://www.saber-scorpion.com/images/background_sand_fade_down.gif);
	background-position: top;
}
.header-big {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5e0000;
	font-size: xx-large;
	font-weight: bold;
	font-variant: small-caps;
}
.header-medium {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5e0000;
	font-size: x-large;
	font-variant: small-caps;
	font-weight: bold;
}
.header-small {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7f0000;
	font-size: medium;
	font-variant: small-caps;
	font-weight: bold;
}
a:link {
	color: #c10000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #940000;
}
a:hover {
	text-decoration: underline;
	color: red;
}
a:active {
	text-decoration: none;
	color: #FF0;
}
h1 {
	font-size: xx-large;
	color: #5e0000;
	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 */
.oneColElsCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #edd7a3;
}
h2 {
	font-size: x-large;
	color: #5e0000;
	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 */
.oneColElsCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #edd7a3;
}
