@charset "UTF-8";
body {
	margin: 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: #FFFFFF;
	font-family: Helvetica, geneva, arial, sans-serif;
	background-color: #000000;
	background-image: url(blog/wp-content/themes/testing123/images/stripebackground_grey.gif);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	line-height: 110%;
}
.oneColFixCtrHdr #container {
	width: 760px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #FFF200;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #000000;
	background-image: url(images/pcheader.gif);
	height: 200px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFF200;
}
.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 #mainContent {
	padding: 0 20px;
	background-color: #000000;
}
.oneColFixCtrHdr #footer {
	background-color: #000000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF200;
	font-size: 62.5%;
	padding-top: 50;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #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: 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}#navbar {
	background-color: #000000;
}
a {
	font-family: Helvetica, geneva, arial, sans-serif;
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #F7941E;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
h3 {
	color: #EF3E36;
}
.style2 {font-size: x-small}
.style3 {
	font-size: 80px
}
.style4 {color: #000000}
