#main { 
	width:867px; 
	height:100%;
	margin:0 auto;
	position:relative;
}
#header { 
	position:absolute;
	right:2px;
	top:75px;
	z-index:10;
}
#header, 
#content, 
#footer { 
	font-size:0.564em;
	text-transform:uppercase;
}
.col-1, 
.col-2, 
.col-3 { 
	float:left;
}

/*======= index.html =======*/
#index { background-image:url(images/body-bg1.jpg);}
#index .wrap {background-image:url(images/body-tail1.gif);}
#index #main { height:640px; }

/*======= menu.html =======*/
#menu { background-image:url(images/body-bg2.jpg);}
#menu .wrap {background-image:url(images/body-tail2.gif);}
#menu #main { height:640px; }

/*======= references.html, contacts.html =======*/
#references #content,
#contacts #content
{ 
	height:797px; 
}

/*======= privacy_policy.html =======*/
#privacy_policy #content
{ 
	height:797px; 
}

/*=========================*/

#footer {
	width:350px;
	position:absolute;
	top:600px;
	right:-200px;
}

#index #footer { right:-50px; }