@charset "utf-8";
@import url("global.css");
@import url("menu_top.css");
/* CSS Document */

body {
	background-color: #2c292d;
	background-image: url(../images/bg.gif);
	margin:0px;
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:78%;
}
#nav	{
	position:absolute;
	left:0px;
	top:0px;
	background-color:#bf1b24; 
	width:862px; 
	height:30px;
}
#nav-container	{
	padding-left:50px; 
	padding-top:5px; 
	width:410px; 
	float:left;
}
#nav-right	{
	background-image:url(../images/nav_red_right.gif); 
	width:24px; 
	height:30px;
	float:left;
}
.float-l	{
	float:left;
}
.float-r	{
	float:right;
}
#clouds	{
	background-image: url(../images/clouds_bg.jpg);
	width:510px;
	height:290px;
	background-repeat:no-repeat;
	z-index:1;
}
#brand	{
	position:absolute;
	background-image:url(../images/brand.gif);
	background-repeat:no-repeat;
	top:79px;
	left:711px;
	width:149px;
	height:139px;
}
#content	{
	padding-left:50px;
	width:760px;
	min-height:270px;
	height:auto;
	z-index:2;
}
#content-home	{
	padding-left:50px;
	width:480px;
	min-height:270px;
	height:auto;
	z-index:2;
}
#bin	{
	position:absolute;
	left:528px;
	top:218px;
	width:453px;
	height:388px;
	z-index:1;
}
#footer	{
	padding-top:50px;
	padding-left:50px;
	padding-bottom:20px;
	width:780px;
	height:auto;
	font-size:80%;
}
