@charset "utf-8";
/* CSS Document */
body {
 font: 100% Verdana, Arial, Helvetica, sans-serif;
 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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
 color: #000000;
 background-color: #cccccc;
}
.oneColFixCtrHdr #container {
	width: 1024px; /* this overrides the text-align: center on the body element. */
	background-color: #cccccc;
	margin: 0 auto;
}
.oneColFixCtrHdr #header {
	margin: 0px;
	padding: 0px;
	height: 170px;
	width: 1024px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr  #mainContent {
	background-image: url(../images/templates/backgrounds/Zyguyz-bg-templates-mc-bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	background-position: left top;
}
.oneColFixCtrHdr #footer {
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thumb {
	padding: 0px;
	margin-right: 5px;
	margin-top: 10px;
	margin-left: 5px;
	border: 10px ridge #DED7C5;
}
.thumbarea {
	padding: 0px;
	margin-left: 75px;
	width: 850px;
}
a:link {
	color: #0033FF;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #003300;
}
a:active {
	color: #0000FF;
}
a {
	font-size: 12px;
}
.style2 {color: #F1EEE5; font-size: 12px; font-weight: bold; }
.style5 {
	color: #000000;
	font-size: 10px;
}
ul {
	float: left;
	border: 0px none;
	list-style-position: inside;
	text-align: left;
	margin: 0px;
	list-style-type: disc;
	text-indent: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
}

