a:link {
	color: #9A0000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #666666;
}
a:active {
	color: #FFFFFF;
}
.container{
	position:absolute;
	width:100%;
	top:20px;
	left:0px;
	height:400px;
	min-width:450px;
    /* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 550 ? "450px" : "100%" );
}
.main{
	position:relative;
	background-image:url(images/panelbackgound.jpg);
	height:393px;
	width:100%;
	margin-left:-180px;
	_overflow-x:hidden;
}
.banner{
	position:absolute;
	top:20px;
	left:0px;
	width:267px;
	height:66px;
}	
.nav{ 
	position:relative;
	right:20px;
	float:right;
}
.content {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color:#333333;
	background-color: #E7DDDA;
	padding-left:180px;
	_padding-right:10px;
	_overflow-x:hidden;
}
.frame{
	height:312px;
	position:relative;
	top:65px;
	left:0px;
	width:100%;
	_overflow-x:hidden;
}
.linker{
	position:absolute;
	bottom:5px;
	left:5px;
}
.picture{
	border:solid; 
	border-color:#FFFFFF; 
	border-width:3px;
	padding:0px;
	height:277px;
	width:340px;
}
