/* CSS Document */

html {
	height:100%;
}
body {
	color:#550146;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	text-align:center;
	text-align:left;
	height:100%;
	background-color:#ffe8d9;
	margin:0;
	padding:0;	
}
#wrapper {
	position:relative;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
	background-color:#fffeff;	
}
*html #wrapper {
	height:100%;
}
#menu {
	width:700px;
	height:53px;
	
}
.border_menu {
	border:0;
}
#menu img {
	float:left;
}
#footer {
	position:relative;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	bottom:0 !important;
	bottom:-1;
	height:17px;
	background-color:#550146;
	color:#fffeff;
	text-align:center;
	font-size:11px;
	padding-top:4px;
	margin-top:-21px;
}
#footer a:link {
	color:#ffefff;
	text-decoration:none;
}
#footer a:visited {
	color:#ffefff;
	text-decoration:none;
}
#footer a:hover {
	color:#ffefff;
	text-decoration:underline;
}
#footer a:active {
	color:#ffefff;
	text-decoration:none;
}