
body {background-color:#def;}

a 	{
	color: #00f;
	background-color:white;
	text-decoration: none;
}

a:hover {
	color: #f00;
	background-color:white;
	border-bottom: 1px dotted #543;}


#container {
	width: 750px;
	margin: 0 auto;
	background: #fff url("gfx/leftpanel.gif") no-repeat top left;
	color: #000;
	line-height: 130%;
	border: 1px solid gray;
}

#container h3 {font-size:14px;}

#banner {
	background: url("gfx/banner_details.gif") bottom right no-repeat;
	background-color: transparent;
	width : 730px;
	height: 130px;
}

#r1c1, #r1c2, #r2c1, #r2c2, #r3, #r4c1, #r4c2  {font: 12px/15px Verdana, Arial, Helvetica, sans-serif; padding:0;}

#r1c1 { 
	float: left;
	width: 260px;
	height: 260px;
	margin:20px 10px 10px 130px;
	display:inline;
}


#r1c2 { 
	float: left;
	width: 310px;
	height: 260px;
	margin:20px 10px 10px 20px;
	display:inline;
}

#r2c1 { 
	float: left;
	width: 260px;
	height: 280px;
	margin:20px 10px 10px 130px;
	display:inline;
}


#r2c2 { 
	float: left;
	width: 310px;
	height: 280px;
	margin: 20px 10px 10px 20px;
	display:inline;
}


#r3  {
	float: left;
	width: 470px;
	height: 120px;
	margin:0 20px 20px 160px;
	padding: 5px;
	color: black;
	background-color:#fbb;
	border: 4px double gray;
	display:inline;
}

#r4c1 { 
	float: left;
	width: 260px;
	height: 340px;
	margin:0 10px 10px 130px;
	display:inline;
}


#r4c2 { 
	float: left;
	width: 310px;
	height: 340px;
	margin:0 10px 10px 20px;
	display:inline;
}


#footer {
	float: left;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 20px 20px 250px;
	padding: 5px;
	color: #000;
	background-color: #fff;
	text-align:center;
	display:inline;
}

