/* CSS Document */
html, body {
	margin:0;
	padding:0;
	font-family:"Times New Roman";
	font-size:13px;
	color:#fff;
	height:100%;
	width:100%;
	/*background-image:url(../gfx/body.jpg);*/
	background-color:#1B1612;
}

.cont {
	position:relative;
	width:1000px;
	min-height:100%;
	background-image:url(../gfx/body-back.jpg);
	background-repeat:repeat-y;
	}
	
.header {
	position:absolute;
	top:0;
	left:0;
	width:1000px;
	height:250px;
	background-image:url(../gfx/header.jpg);
	}
.header-left {
	position:absolute;
	top:250px;
	left:0;
	width:210px;
	height:100px;
	background-image:url(../gfx/pic-left.jpg);
	}
.header-right {
	position:absolute;
	top:250px;
	left:880px;
	width:120px;
	height:120px;
	background-image:url(../gfx/pic-right.jpg);
	}

/************* MAIN ************/

.main {
	position:relative;
	width:700px;
	height:100%;
	margin-left:220px;
	
}
 .main-top {
	position:relative;
	width:1000px;
	height:280px;
}
 .main-cont {
	position:relative;
	width:670px;
	height:auto;
	}
	
.main-cont img {
	border:4px solid #fff;
}
/*********** NAVI *********/

.nav-cont {
	position:absolute;
	width:170px;
	top:400px;
	left:38px;
}
.nav-top {
	position:relative;
	width:170px;
	height:20px;
	background-image:url(../gfx/nav-top.jpg);
	}
.navi {
	position:relative;
	width:160px;
	padding-left:10px;
	
	background-image:url(../gfx/nav-mid.jpg);
	}
.nav-bot {
	position:relative;
	width:170px;
	height:30px;
	background-image:url(../gfx/nav-bot.jpg);
	}
	

