body {
	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: center; /* 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-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	border-top-style: none;
	border-left-style: none;
	background-color: #E9E9E9;
	font-size: 100%;
}



.oneColFixCtrHdr #container {
	width: 975px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../Shiborilove_background.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	background-position: left top;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D8D8D8;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
	border-left-color: #D8D8D8;
	background-color: #FFFFFF;
}

.oneColFixCtrHdr #header {
	float: left;
	width: 100%;
	margin-top: 55px;
	height: 21px;
	background-repeat: repeat;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8D8D8;
	padding: 0;
	margin-right: 0px;
	background-image: url(../fill.png);
}

.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 */
}
#header ul {
	text-decoration: none;
	background-repeat: repeat;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header li {
	font-family: "Century Gothic", verdana, arial, sans-serif;
	font-size: 14px;
	float: right;
	margin: 0px;
	padding-right: 12px;
	padding-left: 12px;
	display: inline;
	padding-top: 1px;
	padding-bottom: 1px;
	height: auto;
	vertical-align: middle;
}

#header a {
	color: #333333;
	font-weight: normal;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-size: 14px;
}
#header  a:hover   {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #333333;
	color: #999999;
}





#mainContent form {
	padding: 0px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#footer  {
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}


#footer   div  {
	font-family: "Century Gothic", verdana, arial, sans-serif;
	font-size: 13px;
	font-variant: small-caps;
	float: none;
	color: #333333;
	font-weight: normal;
	width: 100%;
	text-align: left;
	background-image: none;
	border-bottom-style: none;
	border-top-style: none;
	margin: 0px;
	border-right-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
}
#footer a {
	color: #666666;
	text-decoration: none;
	padding: 0px;
	font-variant: small-caps;
	font-size: 13px;
	text-align: center;
}


#footer a:hover {
	color: #999999;
}


#footer ul {
	text-decoration: none;
	display: inline;
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	text-align: center;
}


#footer li {
	text-decoration: none;
	display: inline;
	border-right-style: none;
	margin: 0px;
	padding-right: 12px;
	padding-left: 12px;
	border-left-style: none;
}
.style2 {
}
.imagemargin {
	margin-left: 30px;
	background-color: #FFFFFF;
}
