* {
	margin 					: 0px;
	padding 				: 0px;
}
html {
	height					: 100%;
}
body {
	
}
.container{
	display 				: table;
	margin 					: 20px AUTO 30px AUTO;
	padding 				: 0px 0px 50px 0px;
	width 					: 950px;
	background-image		: url(../imgs/main-bg.jpg);
	background-repeat		: no-repeat;
	background-position		: left bottom;
	text-align 				: left;
	vertical-align 			: top;
}
.primaryNav{
	float 					: right;
	margin 					: 0px 20px 0px 0px;
}
.primaryNav li{
	float 					: left;
	list-style				: none;	
}
.primaryNav a{
	display 				: block;
	width 					: 70px;
	height 					: 55px;
	background-position		: center top;
	background-repeat 		: no-repeat;
	padding					: 30px 3px 0px 3px;
	text-align 				: center;
	
	color 					: #7F8184;
	font-family				: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size				: 11px;
	text-decoration 		: none;
	line-height				: 14px;
}
.primaryNav a:hover{
	color 					: #000000;
	font-size				: 11px;
	text-decoration 		: none;
}

.backButton{
	clear 					: both;
	margin 					: 40px 20px 0px 65px;
}
.backButton li{
	float 					: left;
	list-style				: none;	
}
.backButton a{
	display 				: block;
	width 					: 70px;
	height 					: 55px;
	background-position		: center top;
	background-repeat 		: no-repeat;
	padding					: 30px 3px 0px 3px;
	text-align 				: center;
	
	color 					: #7F8184;
	font-family				: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size				: 11px;
	text-decoration 		: none;
	line-height				: 14px;
}
.backButton a:hover{
	color 					: #000000;
	font-size				: 11px;
	text-decoration 		: none;
}

.logo{
	clear 					: both;
	width 					: 190px;
	height 					: 90px;
	background-image		: url(../imgs/logo.jpg);
	background-repeat		: no-repeat;
	background-position		: left top;
}
.wrapperLeft{
	float 					: left;
	width 					: 380px;
	margin 					: 0px 0px 0px 0px;
	
	color 					: #000;
	font-family				: Arial, Helvetica, sans-serif;
	font-size				: 12px;
}

.wrapperRight{
	float 					: right;
	width 					: 530px;
	margin 					: 0px 15px 0px 0px;
	text-align 				: right;
	
	color 					: #989A9E;
	font-family				: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size				: 11px;
}


h1{
	padding 				: 0px 0px 30px 35px;
	color 					: #BCBDC0;
	font-family				: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size				: 50px;
	text-decoration 		: none;
	font-weight				: lighter;
	line-height				: 55px;
}
h2{
	margin 					: 15px 0px 10px 65px;
	color 					: #989A9E;
	font-family				: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size				: 14px;
	font-weight 			: bold;
}
p{
	margin 					: 5px 0px 0px 65px;
	color 					: #989A9E;
	font-family				: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size				: 13px;
}
a{
	color 					: #77AEDE;
	font-family				: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size				: 13px;
	text-decoration			: underline;
}
a:hover{
	color 					: #77AEDE;
	font-family				: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size				: 13px;
	text-decoration			: none;
}
.detail{
	display 				: inline-block;
}
.detail h2{
	margin 					: 15px 0px 10px 0px;
}
.detail p{
	margin 					: 5px 0px 0px 0px;
}
.detailImg{
	clear					: both; 
	float					: left; 
	padding					: 15px 20px 20px 45px;
}






