* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}


body {
	height: 101%;
	text-align: center;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	color: #000;
}

html>/**/body, x:-moz-any-link, x:default { position:relative; left:-0.1px; }

img {
	border: none;
}

a {
	color: #cc0000;
}

a:hover {
	text-decoration: none;
}

.clr {
	clear: both;
}

#main {
	width: 880px;
	margin: 0 auto 0 auto;
	/*min-height: 100%;
    height: auto !important;
    height: 100%;*/
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
}

#header {
	width: 880px;
	height: 120px;
}

#footer {
	clear: both;
	width: 880px;
	margin: 0 auto;
	height: 40px;
	font-size: 0.9em;
	background: #ddd url("../images/bg_footer.gif") repeat-x;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
	text-align: center;
}

#footer p {
	margin: 0;
	line-height: 40px;
	color: #333;
	font-size: 10px;
}