/* Layout CSS */

html {
	background: black;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	background: url(/Images/background.gif) 50% 0 repeat-y;
}
#frame {
	width: 760px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
#header {
	background: white;
}
#mainmenu {
	height: 43px;
	background: url(/Images/menu_1.jpg) top left repeat-x;
}
#submenu {
	height: 35px;
	padding: 0 10px;
	background: black;
	color: white;
	line-height: 35px;
	vertical-align: middle;
}
#fullwidth {
}
#left {
	width: 500px;
	float: left;
}
#leftpadding {
	padding: 20px;
}
#right {
	width: 260px;
	float: left;
}
#footer {
	height: 45px;
	padding-left: 20px;
	background: #E2E2E2;
	color: #404040;
	clear: both;
	overflow: hidden;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
}
#fragrance {
	position: absolute;
	top: 0;
	right: -50px;
	width: 293px;
}
#leftborder {
	background: black;
	position: absolute;
	top: 0;
	left: -200px;
	width: 150px;
	height: 800px;
	z-index:-1;
}
#rightborder {
	background: black;
	position: absolute;
	top: 0;
	right: -200px;
	width: 150px;
	height: 800px;
	z-index: -1;
}
#login {
	background-image: url(../Images/login.gif);
	position: absolute;
	top: 0;
	right: -50px;
	width: 270px;
	height: 220px;
	z-index:100;
}
#login {
/*	behavior: url(/scripts/iepngfix.htc);*/
}
#loginpad {
	position: relative;
	padding: 10px 30px 15px 30px;
	color: white;
	z-index: 101;
}
#tellafriend {
	background: url(/Images/tellafriend.jpg) top left no-repeat;
	padding: 40px 5px 5px 5px;
	font-weight: bold;
	color: #0494A5;
}