html { height:100%; }
body{
	COLOR: #000000; 
   font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;
	margin: 0px;
	padding: 0px;
	background-color:#eeeeee;
	background-image:url(../../images/styles/bg_body.gif);
	background-repeat:repeat-y;
	background-position:center;
	height:100%;
}
a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:underline;
}
img {
	border:0;
}
p {
	margin:10px 0 10px 0;
	line-height:18px;
}
#container{
	margin: 0px auto;
	width: 940px;
}
#pageheader{
	width:940px;
	height:82px;
	background:#FFFFFF;
}
#logo {
	float:left;
	margin:20px 0 0 10px;
}
#logo_holden {
	float:right;
	margin:5px 10px 0 0;
}
#main{
	float:left;
	width:940px;
	background:#FFFFFF;
}
#pagecontent{
	float:left;
	width:712px;
}

#pagecontentHolden{
	float:left;
	width:788px;
	height: 100%;
}

#pagecontentHoldenMicro{
	float:left;
	width:900px;
	height: 100%;
}

#fullpagecontent{
	width:940px;
	height:auto;
}
#pagefooter{
	clear:both;
	width:940px;
	background:#FFFFFF;
	background:url(../../images/styles/bg_footerline.gif) repeat-x top;
	padding-top:20px;
}
#copyright {
	text-align:right;
	float:right;
	height:50px;
}