@charset "UTF-8";
/* CSS Document */

#colLeft {
	width:445px;
	float:left;
	height:auto;
	position:relative;
	left:11.5px;
	z-index:100;
	margin-right:26px; 
}

#colRight {
	width:445px;
	float:left;
	position:relative;
	left:0;
	height:auto;
	z-index:100;
	text-align:left;
}

.full {
	float:left;
	width:905px;
	position:relative;
	left:11.5px;
}

.mTop {
	height:10px;
	width:445px;
	background:url(../images/media-top.png) no-repeat;
}

.Info {
	background:url(../images/media-bg.png) repeat-x;
}

h2 {
	text-align:center;
}
 
#colLeft a,#colRight a {
	text-decoration:none;
}

#colLeft a:hover, #colRight a:hover {
	color:#000;
	text-decoration:underline;
}

#content p {
	padding:0 5px 5px 5px;
	text-align:justify;
}

#colRight img,#colLeft img {
	margin:0 3px 0 5px;
	border:1px solid #333;
}

.click {
	cursor:pointer;
}

.ImgContain {
	height:100px; 
	width:auto; 
	margin:0 0 5px 0;
}