* {
	margin: 0px;
	padding: 0px;
}

body{
	text-align: center;

	background-color: #ffffff;
	
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;

} /* This is to fix an IE 5 centering bug - functions as LAYOUT rather than TEXT */



/* container styles */
div#container {
	width: 1024px;
	margin: 0px auto 0px auto;
	text-align: left; /* This is to reverse the IE Bug Fix */
	position: relative;
}	

div#header {
	width: 1024px;
	height: 161px;
	
	background-repeat: no-repeat;
	background-image:url('images/aec_header.jpg');
}

div#main_nav {
	width: 1000px;
	height: 40px;
	
	left:51px;
	
	position: relative;
}

div#applesearch {
	top: 10px;
	left:765px;
    width: 155px;
    height: 40px;
    position: absolute;
    border: none;
	}


div#footer_container {
	background-image:url('images/bg_footer_rp.gif');
	background-repeat: repeat-x;
	
	text-align: center;
	
	height: 108px;
	width:100%;
	clear: both;
	position: relative;
}
	
div#footer {
	background-image:url('images/bg_footer.jpg');
	margin: 0px auto 0px auto;
	top: 28px;
	height: 80px;
	width:1024px;
	position: relative;
	text-align: center;


}
	
div#content {
	width: 920px;

	margin-top: 60px;
	margin-left: 40px;
			
	background-image: none;
	
	/*border: 1px solid black;*/

	}
	
div#main_column {
	width: 590px;
	height: auto;
	
	float: left;
	background: none;
}
	
div#right_column {
	width: 263px;
	height: auto;
	
	left:0; /*657px*/
	top:0px;
	
	position:relative;
	
	float: right;
	background: none;
	overflow: inherit;
}
	
div#news_list, div#vacancies_list {
	margin: 15px 0px 15px 0px;
}
	
div#divider {
	width:6px;
	height:659px;
	
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	
	float: left;
	
	background-image: url('images/hdiv.gif');
}
	
div#haveyouseen {
	width: 263px;
	height: 151px;
	
	margin:35px 0px 35px 0px;
	
	background-image: url('images/haveyouseen.gif')
}
	
div#haveyouseen_image {
	top:16px;
	left:-10px;
	
	position: relative;
	
	float:right;
	
	margin: 0px;
	
	height:123px;
	width:89px;
}
	
div#haveyouseen_text {
	
	top:40px;
	left: 17px;
	
	float: left;
	
	position: relative;
	overflow: hidden;
	
	height:96px;
	width:132px;
}
	
div#hor_div {
	border-top: 1px solid;
	border-color: #d4e0e7;
	height: 1px;
	width:590px;
	margin:30px 0px 40px 0px;}

div#jenerate {
	width: 161px;
	height: 12px;
	top:884px;
	left:643px;
	position: absolute;
}



/* image styles */

a img{
	border: none;
}

img.viewpoint {
	float: right;
	margin: 0px 0px 0px 20px;}
 
object, object a {
	border: none;}
	
	
	/* Column Content - TYPEA*/
.half_width, .third_width, .quarter_width {
	float:left;
	padding-right:2%;
	padding-left:2%;
	text-align: justify;
	margin-bottom: 15px;
}

.first_col{
	padding-left: 0;	
}

.last_col{
	padding-right:0;		
}

.half_width{width: 47.9%;}
.third_width{width: 30.6%;}
.quarter_width{width: 21.9%;}

.half_width p, .third_width p, .quarter_width p{
	margin-bottom: 0px;
}

/* Column Content - TYPEB */
.2_cols, .3_cols, .4_cols{
	margin-bottom: 15px;
}

.2_cols p, .3_cols p, .4_cols p {
	float:left;
	padding-right:2%;
	padding-left:2%;
	text-align: justify;
	display: block;
}

.2_cols *{width: 47.9%;}
.3_cols *{width: 30.6%;}
.4_cols *{width: 21.9%;}

.half_width, .third_width, .quarter_width {
	border-right: solid #ebebeb 1px;
}

.last_col{
	border-right: none;
}

.2_cols p, .3_cols p, .4_cols p {
	border-right: solid #ebebeb 1px;
}