@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	color:#666666;
	font-family:Tahoma, san-serif;
	font-size:11px;
}
#page-wrapper{
	width:625px;
	margin: 0 auto;
}
#header{
	width:625px;
	height:147px;
	background:url(images/logo.jpg)top center no-repeat;
	margin:0 0 20px 0;
	text-align:right;
	}
.left{float:left;}
.right{float:right;}
.holder{
	float:left;
	margin:0 0 40px 0;
	clear:both;
}
h1{
	font-size:14px;
	background:#135388;
	color:#fff;
	padding:3px;
	margin:0;
	text-indent:5px;
}
.content{
	padding:10px;	
}
p{
	font-size:11px;
	padding:0;
	margin:0;
}
.imgLeft, .imgRight{
	border-top:1px dotted #135388;
	border-bottom:1px dotted #135388;
	padding:3px 0;
	margin:10px 0;
}
.imgLeft{	
	float:left;
}
.imgRight{	
	float:right;
}
.role{float:left; width:265px;}
.site{float:right; width:100px;text-align:right;}