*
{
	margin:0;
	padding:0;
}

html
{
	margin:0;
	padding:0;
}

body
{
	
	color:#FFFFFF;
	font-size:0.68em;
	font-family: Verdana, sans-serif;
	line-height: 1.4em;
	overflow-x:hidden;
}

p
{
	margin-bottom:10px;
}


.wrapper
{
	text-align:center;
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;

}

.intro
{
	width: 750px;
	height:auto;
	padding:15px;
	position:relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border-radius:5px;
	margin:30px auto;
	text-align:left;
	color:#545454;
}

.logo
{
	height:160px;
	float:right;
	padding:10px 0 5px;
	margin: 0 10px 0 5px;
	position:relative;
	width:350px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;	
}

.logo p
{	
	margin:0;
	
}

.abd
{
	float:right;
	height:150px;
	width:auto;
	margin:20px;
}
	
.trans
{
	background-image:url(../images/trans.png);	
	background-repeat:repeat-xy;
	background-position:top left;
}

.blue
{
	background-color:#32A0D3;
}

.center
{
	text-align:center;
}

.heading
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
}

.heading2
{
	font-family: Cambria, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}

.post, .email, .phone
{
	padding-left:30px;
	background-image:url(../images/post.png);
	background-repeat:no-repeat;
	background-position:left center;
}

.email
{
	background-image:url(../images/email.png);
}

.phone
{
	background-image:url(../images/phone.png);
}

	.phone a
	{
		color:#FFFFFF;
	}
