/* Clearfix, with thanks to www.positioniseverything.com */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.hidden {
	display: none;
	visibility: none;
}

.t {
	width: 45%;
	padding: 1em;
	text-align: left;
	background: transparent url(../images/t2.png) bottom right no-repeat;
	min-height: 8em;
	margin: 1em;
	float: right;
}

.main {
	width: 850px;
	color: #ffffff;
	margin: 1em auto;
}

.mt {
	background: transparent url(../images/mgt.png) top left no-repeat;
	height: 12px;
}

.mm {
	background: transparent url(../images/mgm.png) top left no-repeat;
	min-height: 100px;
	padding: 1em;
}

.mb {
	background: transparent url(../images/mgb.png) bottom left no-repeat;
	height: 17px;
}

.simg {
	width: 400px;
	float: left;
	background: transparent url(../images/tgr.png) top right no-repeat;
	padding-right: 1em;
}

.sdesc {
	width: 400px;
	float: right;
	
	text-align: justify;
}

a.sitelink {
	color: #4096EE;
	text-decoration: underline;
}

a.sitelink:hover{
	color: #fff;
	text-decoration: none;
}