
html {
	height:100%;
}

body {
	margin:0px;
	height:100%;
}


p {
	margin:0px;
	padding:0px;
}

.content, h1 {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	vertical-align: text-top;
	margin:20px;
	padding:10px;
}

a.contentLinks { color: #000000; text-decoration: none; }

a.contentLinks:hover { color: #FC8C3A; }

.notice{
	border: 2px solid red;
	width: 50%;
	margin: 5px auto;
	text-align: center;
	padding: 15px 10px 5px 10px;
	font-size: 16px;
	font-weight: bold;
	color: red;
}

.notice p{
	font-weight: normal;
	color: #000000;
}

/* for all browsers that understand min-width */
.width{
	width:50%; 
	min-width:950px; 
	margin:0 auto;
}

/* the bodge for IE6 browsers */
* html .minwidth{
	border-left:950px solid #fff; 
	position:relative; 
	float:left; 
	z-index:1;
}

* html .container{
	margin-left:-950px; 
	position:relative; 
	float:left; 
	z-index:2; 
	text-align:left;
}