body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #6c6c6c;
	background-image:url(../img/ema.jpg);
	background-position:top;
	background-repeat:repeat;
	margin:0;
	padding:0;
}
p {
	text-align: justify;
}

#wrapper {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#left{
	width:768px;
	float:left;
}
#right{
	width: 202px;
	float:right;
	background-image: url(../img/right-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#header {
	height: 308px;
	width: 768px;
	background-image: url(../img/ema_02.jpg);
	background-repeat: no-repeat;
	float: left;
}
#headerImg {
	float: left;
}

#headerMenu {
	width: 212px;
	float: right;
}

#header a {
	display: block;
	height: 100px;
	width: 260px;
}

#content{
	width: 972px;
	background-image: url(../img/content-bg.jpg);
	background-repeat: repeat-y;
}
#footer{
	clear:both;
	height:40px;
	padding-top:30px;
	padding-left:200px;
	text-align:center;
	background-image:url(../img/ema_15.jpg);
	background-repeat:repeat-x;
	width: 750px;
}
#leftcon{
	float:left;
	width:258px;
	background-color:#e1e1e1;
	}
#leftcon img {
	border: 4px solid #FFFFFF;
	margin: 0px 0px 20px 17px;
}

#incontent{
	padding:20px;
	background-color:#ededed;
	width:470px;
	margin-left: 258px;
}
h1
{
	color:#ec6912;
	font-size:16px;
	margin-top:20px;
}
a
{ 		
	color:#ec6912;
	text-decoration:none;
}
a:hover
{ 
	text-decoration:underline;
}
h2 
{
	color:#333333;
	font-size:14px;
	margin: 0px;
}
