.Top-Banner{
	width:1000px;
	height:105px;
	background-image:url(../Images/frame_top_image_001.jpg);
	background-repeat:no-repeat;
}

.page-width{
	width:1000px;
	height:auto;
	margin:auto;
}

table{
	padding:5px 5px 5px 5px;
	text-align: center;
}

.Navigation{
	width:1000px;
	height:30px;
	background-color:#32446a;
	margin:auto;
	text-decoration:none;
	text-align:center;
	word-spacing:0.8em;
}

a:link, a:visited {
	 text-decoration: none;
	 word-spacing:normal;
}

/* Expertise */
.spacer{
	width:1000px;
	height:20px;
	float:left;
}

.Content_Area{
	width:1000px;
	height:auto;
	margin:auto;
}

.line_1_left{
	width:10px;
	height:1020px;
	background-image:url(../Images/line-x.png);
	background-repeat:repeat-y;
	float:left;
	background-position:left;
}

.left_content{
	width:270px;
	height:1020px;
	float:left;
}

.Right_content{
	width:690px;
	height:1020px;
	float:left;
}

.Center_Line{
	width:20px;
	height:1020px;
	float:left;
	background-image:url(../Images/line-x.png);
	background-position:center;
	background-repeat:repeat-y;
}

.Right_line{
	width:10px;
	height:1020px;
	background-image:url(../Images/line-x.png);
	background-repeat:repeat-y;
	float:right;
	background-position:right;
}