.home {
	padding-left: 5px;
}

html {
	background-color: #CD006A;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

body {
	width: 592px;
	background-color: #FFD7FE;
	margin: auto;
	margin-top: 5px;
}

.header {
	background-image: url(../images/header.jpg);
	width: 586px;
	height: 130px;
	margin-left: 3px;
	margin-top: 3px;
}

.erom {
	float: left;
	width: 119px;
}

.menu {
	width: 121px;
	float: left;
	background-color: #FFC1FE;
	margin-left: 5px;
}

.menu_header {
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	background-color: #FFC1FE;
	width: 119px;
	height: 23px;
	margin-left: 2px;
}

.menu_header_2 {
	background-image: url(../images/menu_header_2.jpg);
	background-repeat: no-repeat;
	background-color: #FFC1FE;
	width: 119px;
	height: 23px;
	margin-left: 2px;
}

.main {
	float: right;
	width: 444px;
	margin-right: 10px;
	background-color: #FFC1FE;
}

.main_header {
	background-image: url(../images/menu_header.jpg);
	background-repeat: no-repeat;
	width: 444px;
	height: 26px;
}

.main_text {
	padding-left: 5px;
}

.footer {
	width: 592px;
	text-align: center;
}

