@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
body {

	/*background-image: url(cssimages/RedBlackWhite3.jpg);*/
	background-repeat: repeat-x;
	background-color: #f9f9f9;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	line-height:1.4;
}

#wrapper {
	margin: auto;
	width: 950px;
	position: relative;
}
p {
	font-size: 16px;
	margin: 10px 0 0 0;
}
h1 {
	font-size: 30px;
	margin: 10px 0 0 0;
	color: #fff;
}

#header {
	width: 950px;
	position: relative;
	height: 80px;
}
#logo {
	width: 242px;
	height: 35px;
	background-image: url(cssimages/MicrotextPixelLogo.gif);
	left: 50px;
	top: 25px;
	position: relative;
}
.center {
	text-align: center;
}
#content {
	width: 950px;
	background-color: #c0c0c0;
	position: relative;
	clear: both;
	padding: 0px 0 1px 0;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #610309;
}
#InsideContent {
	margin: 0px 25px 50px 50px;
	width: 835px;
	padding: 15px 20px 10px 20px;
	color:#fff;
}
#footer {
	background-color: #999999;
	position: relative;
	margin-bottom: 10px;
	height: 22px;
	padding: 2px 0 0 0;
}
.bitimageleft {
	float: left;
	padding: 3px 3px 2px 5px;
}
.bitimageright {
	float: right;
	padding: 2px 3px 2px 5px;
}

.right {
	text-align: right;
}
.left {
	text-align: left;
}
.imageleft {
	float: left;
	padding: 0px 15px 10px 0px;
}
.imageright {
	float: right;
	padding: 5px 0px 10px 10px;
}
.alignright {
	text-align:right;
}
a,a:visited {
	text-decoration: none;
	color: #fff475;
}
a img, :link img, :visited img {
	border:none
}
.fright {
	float:right;
}
.fleft {
	float:left;
}
.clrfix {
	clear:both;
	font-size:0;
	height:0;
}
#showme {
	display:none;
}