@import url("footer.css");
body {
	TEXT-ALIGN: left;
	background-color:#F7EDDB;
	margin:0px;
	font-size:76%;
}
.container {
	WIDTH: 1010px; 
	TEXT-ALIGN: center; 
	background-color:#FFF;
	background-image: url(../images/bgbody.jpg);
	background-repeat: no-repeat;
	background-position:40px 9px;
}
.header {
	WIDTH: 930px; 
/*	HEIGHT: 100px; */
	margin:0px 40px 0px 40px;
}
.header .id{
	width:900px;
	float:right;
	background-image: url(../images/logo.png);
	_background-image: url(../images/logo.gif); /* for IE 6*/
	background-repeat: no-repeat;
	background-position:right 33px;
	height:144px;
	padding-right:30px;
}
.header .enter {
	width:720px;
	float:left;
	height:160px;
	margin-left:20px;
	_margin-left:10px;
}

.header .enter .on, .header .enter .on:hover{
	width:292px;
	float:left;
	height:152px;
	border: 4px solid #1D1D1D;
	background-color:#1D1D1D;
	cursor:pointer;
	background-image: url(../images/enter_msg.gif);
	background-repeat: no-repeat;
	background-position:4px 4px;
}
.header .enter .on a, .header .enter .on a:hover{
	text-decoration:none;
	width:292px;
	height:152px;
	margin:0px;
	padding:0px;
	display:block;
}
.header .enter .on:hover{
	border: 4px solid #867966;
}
.header .adress{
	width:280px;
	float:left;
	height:140px;
	background-color:#8581A4;
	text-align:left;
	padding:10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:0.9em;
	line-height:1.4em;
	margin-left:20px;
	_margin-left:10px;
	padding:10px;
}
.header .adress .left{
	float:left;
	width:100px;
}
.header .adress .right{
	float:right;
	width:135px;
}
.header .adress a, .header .adress a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:1em;
	text-decoration:none;
}
.header .adress a:hover{
	color:#FFF;
}