@charset "utf-8";
/* LAYOUT DIVS */

#we_container {
	width:990px;
	height:400px;
	margin:0 auto;
	/*align:center;*/
	text-align:left;
	background-repeat:no-repeat;
	background-image: url(../img/back_we.gif);
	background-position: center top;
}
#why_container {
	width:990px;
	height:400px;
	margin:0 auto;
	/*align:center;*/
	text-align:left;
	background:url(../img/back_why.gif); 
	background-repeat:no-repeat;
}
#brands_container { 
	width:990px; 
	/* height:auto; */
	margin:0 auto;
	/*align:center;*/
	text-align: left;
}
#contact_container { 
	width:990px; 
	/* height:auto; */
	margin:0 auto;
	/*align:center;*/
	text-align:left;
	background:url(../images/back_contact.gif); 
	background-repeat:no-repeat;
}
#contact2_container { 
	width:990px; 
	/* height:auto; */
	margin:0 auto;
	/*align:center;*/
	text-align:left;
	background:url(../images/back_employment.gif); 
	background-repeat:no-repeat;
}
#contact3_container { 
	width:990px; 
	/* height:auto; */
	margin:0 auto;
	/*align:center;*/
	text-align:left;
	background:url(../images/back_internship.gif); 
	background-repeat:no-repeat;
}
#home_container { 
	width:990px; 
	/* height:auto; */
	margin:0 auto;
	/*align:center;*/
	text-align:left; 
}
#topnav {
	width:990px;
	height:100px;
	position: absolute;
	/*align:center;*/
	text-align: center;
	margin-top: 60px;
}
#homenav {
	width:990px;
	height:150px;
	position: absolute;
	/*align:center;*/
	text-align: center;
}
#content { 
	width:980px; 
	/*align:center;*/
	text-align:left;
}
#home_content {
	width:990px;
	/*/* height:auto; */*/
	/*align:center;*/
	text-align: center;
}
#bottom { 
	width:990px; 
	height:50px;
	text-align:center;
}
#leftcolumn {
	width:200px;
	float:left;
	margin-top: 220px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 20px;
}
#rightcolumn {
	width:695px; /*820px;*/
	float:left;
	font-family: "Helvetica Narrow", "Arial Narrow", sans-serif;
	text-align: left;
	font-size: 14px;
	margin-top: 10px;
	margin-left: 60px;
	margin-bottom: 20px;
}
#rightcolumn_why {
	width:500px;
	/* height:100%; */
	float:right;
	font-family: "Helvetica Narrow", "Arial Narrow", sans-serif;
	text-align: left;
	font-size: 14px;
	margin-top: 50px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#rightcolumn_contact {
	width:500px;
	/* height:100%; */
	float:right;
	font-family: "Helvetica Narrow", "Arial Narrow", sans-serif;
	text-align: left;
	font-size: 14px;
	margin-top: 230px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#rightcolumn_brands {
	width:200px;
	float:left;
	margin-top: 130px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 770px;
	text-align: left;
}
#fullcolumn {
	width:960px;
	/* height:auto; */
	float:left;
	margin-top: 370px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#fullcolumn_brands {
	width:960px;
	/* height:auto; */
	float:right;
	margin-top: 80px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}



/* STYLES */
.nav {
	font-family: "Gill Sans","Helvetica Narrow", "Arial Narrow";
	font-size: 14px;
	line-height: normal;
	text-align: left;
}
strong, b {color:#0d5cab;
}
h1 {
	font-family: "Gill Sans", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 19px;
	color:#000000;
	margin-bottom: 0px;
	line-height:1.3em;
	text-align: left;
}
a:link {
	color: #0d5cab;
	text-decoration: none;
}
a:visited {color: #666666; text-decoration:none}
