html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-align:left;
    line-height: 130%
}

div.container {
	height: 100%;
	width: 600px;
	margin: 0px;
}

html>body div.container {
	height: auto;
	min-height: 100%;
}

#cornerTop {
	float: left;
	height: 24px;
	margin-top: 0;
	right: 0;
	top: 0;
	z-index: 101;
	width: 23px;
} 		

#content {
	height: auto;
	margin-left: 23px;
	margin-right: 23px;
	padding: 60px;
}

img {
	border: none;
}

#cornerBtmL {
	float: left;
	width: 21px;
	height: 24px;
	bottom: 0;
	right: 0;
	margin-top: -24px;
	z-index: 101;
} 

#cornerBtmR {
	float: right;
	width: 20px;
	height: 25px;
	bottom: 0;
	left: 0;
	margin-top: -24px;
	z-index: 102;
} 

#clear {
	clear: both;
	height:1%;	
}

#logo {
	float: right; 
	height: 24px; 
	margin-top: 0; 
	right: 0; 
	top: 0; 
	z-index: 101; 
	width: 156px;
}	

#bottom {
	z-index: 4;
}

#right {	
	z-index: 3;
}

html>body #left{
	height: 100%;
}

#left {
	height: auto;
	z-index: 2;
}

a:link, a:active, a:visited, a:hover {
	color: #284687;
	font-weight: bold;
	text-decoration: underline;
}	

