html, body 
{
	padding:0px;
	margin:0px;
}

body
{
	/*background:url(images/border_right.jpg) repeat-y;*/
	background-position:700px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#container
{
	position:absolute;
	top:0px;
	left:0px;
	width:800px;
	height:100%;

}
#header
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:20;
	background:url(images/bg_gradient.jpg) top left repeat-x;
}
#header_title {
	position:absolute;
	top:98px;
	left:56px;
	z-index:170;
}
#top_menu
{
	position:absolute;
	top:45px;
	width:465px;
	left:300px;
	z-index:60;
}

#sidebar
{
	
	text-align:right;
	z-index:90;
}
#top
{	
	position:absolute;
	top:109px;
	left:502px;
	height:133px;
	width:238px;
	/*background:#ccc url(images/mih_difference.jpg);*/
	z-index:95;
	border-bottom:1px solid black;
	border-left:1px solid #616161;
	border-right:1px solid black;
	background:#ffffff url(images/difference/images/bg_grad_14.jpg) left bottom repeat-x;
	visibility:hidden;
}
#tl {
	position:absolute;
	top:-8px;
	left:-16px;
}

.title {
	color:#3333CC;
	font-weight:bold;
	position:absolute;
	top:3px;
	right:0px;
	text-align:right;
	padding-right:20px;
}
#bottom
{
	position:absolute;
	top:275px;
	left:489px;

	width:255px;
	height:254px;
	background:url(images/mih_featured.jpg);
	visibility:hidden;
}
#bottom.title {

}
#main_text
{
	padding:10px 30px;
	position:absolute;
	left:0px;
	top:146px;
	width:750px;
	/*background:#FAE7E7;*/
	
}
#spacer
{
	height:375px;
	/*background:#ccc;*/
	width:185px;
	float:right;
	
}
#explode {
	position : absolute;
	left : 200px;
	top : 100px;
	background : #ddd;
	width : 400px;
	height : 300px;
	text-align : center;
	display : block;
	z-index:100;
}
#small_content
{
	padding:0 15px 15px 15px;
	overflow:hidden;
	display:block;
}
#large_content
{
	padding:0 15px 15px 15px;
	overflow:hidden;
	display:none;
}
.red_link
{
	color:#990000;
	font-weight:bold;
	border:none;
}
A.blue_link
{
	color:#3333cc;
}
#footer {
	padding:30px;
	color:#3333cc;
	font-size:11px;
	margin-left:80px;
}