@charset "utf-8";
        .oneColFixCtrHdr #footer {
	height: 25px;
	width: 900px;
	clear: both;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0px;
        }
        .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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
        }


#DesignedBy {
	text-align: right;
	margin: 3px;
	padding: 3px;
	float: right;
	color: #663300;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	width: 40%;
}
#CompanyCopyrights {
	text-align: left;
	font-size: 8pt;
	margin: 3px;
	padding: 3px;
	color: #663300;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#DesignedBy a:hover {
	text-decoration: none;
	color: #990000;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* CSS Document */



#DesignedBy a {
	text-decoration: none;
	color: #663300;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}


#header {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;
}

#menus {
	float:right;
	width: 300px;
	margin-top: 8px;
	margin-right: 30px;

}
