@charset "utf-8";
html{
	background: #000;
	min-height:100%;
	}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	min-height:inherit;
	background-color:#000;
	color:#000;
	margin: 0;
	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 */
}
/*General class attributes*/
.BoxShadow{
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}

a:link, a:visited {
	color:#60F;
	text-decoration:underline;
}
/*Specific Tags*/
.oneColElsCtrHdr #header {
	height:271px;
	background-image:url(header.png);
	padding: 0 10px 0 20px;  /* 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. */
} 
.oneColElsCtrHdr #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-left: 50px;
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #HostingContainer {
	width: 1124px;   /* manual set*/
	min-height:inherit;
	/* width ... was there ...this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background:#fffee1;
	color:#000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColElsCtrHdr #PaperContainer {
	margin: 10px, 0px;
	width: 1024px;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10Px;
	min-height: inherit;

border-style: solid;
border-width: 50px;
-moz-border-image: url("https://lh6.googleusercontent.com/-VcaqT91hcI0/U7qzcYbQstI/AAAAAAAAAD4/CBukgvjwq4s/s400-no/Paper.png") 50 stretch;
-webkit-border-image: url("https://lh6.googleusercontent.com/-VcaqT91hcI0/U7qzcYbQstI/AAAAAAAAAD4/CBukgvjwq4s/s400-no/Paper.png") 50 stretch;
-o-border-image: url("https://lh6.googleusercontent.com/-VcaqT91hcI0/U7qzcYbQstI/AAAAAAAAAD4/CBukgvjwq4s/s400-no/Paper.png") 50 stretch;
border-image: url("https://lh6.googleusercontent.com/-VcaqT91hcI0/U7qzcYbQstI/AAAAAAAAAD4/CBukgvjwq4s/s400-no/Paper.png") 50 fill stretch;
border-color:#fffee1;
/*
	background-image:url("../images/Paper/Papermiddle.png");
	background-size: 100%;

	border-width: 50px 50px 50px 50px;
	-moz-border-image:url("../images/paper/paperedge.png") 50 50 50 50 stretch;
	-webkit-border-image:url("../images/paper/paperedge.png") 50 50 50 50 stretch;
	border-image:url("../images/paper/paperedge.png") 50 50 50 50 stretch;
*/
}
.oneColElsCtrHdr #MainContainer {
	margin:10px, 0px;
	width: 1024px;
	min-height:inherit;
	/* width ... was there ...this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
}

.oneColElsCtrHdr #footer {
	background:inherit;
	width:1024px;
 /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

