body {
	/* align for good browsers */
	margin: 0px;
	padding: 0px;
	/* for IE */
	text-align: center;
	/* for IE */
	background-color: #fff;
}

#container {
	margin: 0px auto 0 auto;
	/* align for good browsers */
	text-align: left;
	/* counter the body center */
	padding: 45px 85px 45px 85px;
	width: 530px;
	min-height: 300px;
	height:auto !important; /* IE 6 lack of min-height support hack */
  	height:300px; /* IE 6 lack of min-height support hack */
	font-size: 12px;
	background-color: #ffffff;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #C5C5C5;
}

#logo {
	background: #fff url(../images/logo.gif) no-repeat;
	width: 118px;
	height: 33px;
}

p {
	font-size: 11px;
	line-height: 1.5;
	color: #333;
	padding: 0px;
	position: relative;
	text-align: left;
	font-family: Lucida Grande, Verdana, Sans-Serif;
}

a {
	text-decoration: underline;
	color: #000;
}

.mrgntoptall {
	margin-top: 30px;
	margin-bottom: 2px;
}

.mrgntall {
	margin-top: 25px;
	margin-bottom: 25px;
}

.mrgnshort {
	margin-top: 0px;
	margin-bottom: 2px;
}

.mrgntopmed {
	margin-top: 6px;
	margin-bottom: 2px;
}
