
* {
	margin: 0;
	padding: 0;
}

body {
	background: url('/images/bg.jpg') repeat-x #555658;
	color:#606060;
	font-size:12px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
}

#page_wrpr{
	width:757px;
	margin:0 auto;
}

#logo {
	background:url('/images/logo.gif') no-repeat;
	height:169px;
	width:757px;
}


#content{
	background:url('/images/bg_content.jpg') no-repeat;
	height:401px;
	width:757px;
}

#title{
	height:187px;
	width:427px;
	background:url('/images/title.jpg') no-repeat;
}

#text{
	height:99px; 
	width:390px;
	padding: 0 25px 0 12px;;
}

#readmore{
	height:40px;
	width:390px;
	padding:0 37px 0 0;
}

#readmore a,
#readmore a:link,
#readmore a:visited{
	color:#555658;
	font-size:12px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	text-decoration:none;
	outline:none;
	float:right;
}

#readmore a:hover{
	color:#1273a3;
}

#readmore a img {
	border:none;
	padding:0;
	margin:0;
}

#readmore a span.label {
	position:relative;
	bottom:13px;
}

#line{
	height:24px;
	width:427px;
	background:url('/images/line.gif') no-repeat;
}

* html body #line{
	height:19px;
}
	
#address{
	height:51px;
	width:685px;
	background:url('/images/address.jpg') no-repeat;
	float:left;
}

#email{
	height:51px;
	width:72px;
	float:right;
	overflow:hidden;
}

#email a img{
	border:none;
}

#email a{
	outline:none;
}