﻿.mir { letter-spacing : -1000em; }
/* Just for Opera, but hide from MacIE */
/*\*/html>body .mir { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
/* End of hack */

.rss {
	margin-right: 0.2em;
}

.archive {
	font-size: 90%;
	text-decoration: none;
	float: right;
	color: #4889C7;
	padding-right: 0.5em;
}

.archive:hover {
	color: #3133A0;
}

#header {}

	#header .mir {
		float: right;
		display: block;
		width: 164px;
		height: 100px;
		background: url('../images/mail.jpg') no-repeat top left;
	}

	#header .mir:hover {
		background-position: bottom left;
	}

	#header .logo {
		float: left;
		margin-bottom: 10px;
	}

	#banner {
		clear: both;
		text-align: center;
	}

#main {
	float: left;
	width: 480px;
}

	#corners {
		clear: both;
		background: #e9ecf7 url('../images/border_top.png') top left no-repeat;
		padding: 12px 0 0 0;
	}
	
	#content {
		background: url('../images/border_bottom.png') bottom left no-repeat;
		padding: 0 10px 18px 10px;
	}

#column {
	float: left;
	width: 270px;
	padding: 10px 10px 10px 10px;
}

	#what {
		height: 238px;
		background: url('../images/column_bg.jpg') no-repeat top left;
	}
	
	#what p {
		font-family: Arial, sans-serif;
		color: white;
		margin: 0;
		padding: 20px 15px 0 25px;
		font-size: 95%;
	}

	#what .mir {
		float: left;
		margin-top: 20px;
		width: 97px;
		height: 55px;
		background: url('../images/column_what.gif') no-repeat top left;
	}

	#what .mir:hover {
		background-position: bottom left;
	}

#footer {
	clear: both;
	margin-top: 1em;
	padding: 10px;
	padding-top: 50px;
	height: 170px;
	background: url('../images/footer_bg.jpg') no-repeat top left;
}

	#footer .info {
		color: white;
		font-size: 125%;
		font-family: Arial, sans-serif;
		width: 346px;
		margin-top: -10px;
		padding: 25px 20px 60px 15px;
		background: url('../images/footer_box.gif') no-repeat top left;
		text-align: center;
	}

	#footer .mir {
		display: block;
		width: 157px;
		height: 74px;
		background: url('../images/footer_done.gif') no-repeat top left;
	}

	#footer .mir:hover {
		background-position: bottom left;
	}

	#footer .out {
		float: right;
		width: 300px;
		text-align: center;
		margin-top: 10px;
	}
	
	#footer .out img {
		padding: 0.5em;
	}