	body {
		background: #000000;
		padding: 0px;
		margin: 0px;
		text-align: center;
	}

	.center {
		margin: 0px auto;
		width: 720px;
	}

	#contentBorderWhite {
		background: #ffffff;
		width: 720px;
		height: 450px;
		padding: 4px 4px 0px 4px;
		-moz-box-sizing: border-box;
	}
	#contentBorderBlue {
		background: url('./images/px_blue.gif');
		padding: 3px;
		width: 712px
		height: 446px;
		-moz-box-sizing: border-box;
	}
	#contentArea {
		background: #ffffff;
		width: 706px;
		height: 440px;
		-moz-box-sizing: border-box;
	}
	#menu {
		background: url('./images/backgroundmenu.jpg');
		width: 238px;
		height: 387px;
		float: left;
		-moz-box-sizing: border-box;
	}
	#content {
		width: 468px;
		float: right;
		padding: 10px;
		height: 440px;
		overflow: auto;
		-moz-box-sizing: border-box;
	}
	.text {
		text-align: left;
		font-family: tahoma verdana;
		font-size: 12px;		
	}

	#menublack {
		position: absolute;
		filter:alpha(opacity=40);
		-moz-opacity: 0.4;
		background: #000000;
		width: 112px;
		margin: 4px;
		margin-left: 18px;
		height: 376px;
		z-index: 2;
		padding: 4px;
		padding-top: 60px;
		-moz-box-sizing: border-box;
	}
	a.whitetext {
		color: #ffffff;
		font-family: tahoma verdana;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
	}
	#menuwhite {
		position: absolute;
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		background: #ffffff;
		width: 112px;
		height: 240px;
		margin: 4px;
		margin-left: 105px;
		margin-top: 140px;
		z-index: 3;
		padding: 4px;
		padding-top: 0px;
		-moz-box-sizing: border-box;
		text-align: right;
	}
	a.blacktext {
		color: #000000;
		font-family: tahoma verdana;
		font-size: 12px;
		font-weight: bold;
		text-align: right;
		margin: 0px;
		text-decoration: none;
	}
	.background {
		position: absolute;
		z-index: -1;
	}
	#girl {
		bottom: 0px;
		left: 0px;
		filter:alpha(opacity=70);
		-moz-opacity: 0.7;
	}
	

	featured {
	}
	#featured1 {
		margin-left: 10px;	
	}	
	#featured2 {
		margin-left: 160px;	
	}	
	#featured3 {
		margin-left: 60px;	
	}	
	#featured4 {
		margin-left: 200px;	
	}
	
	input {
		font-family: tahoma, verdana;
		font-size: 9px;		
	}
	
.BrandUrl {
	color: black;
	font-size: 2em;
	text-decoration: none;
	font-weight: bold;
}
a.BrandUrl {
	color: blue;
}
a:hover.BrandUrl {
	color: red;;
}
.BrandLogo {
	border: 0px;
}
div.BrandDiv {
	float: left;
	width: 200px;
	height: 120px;
	text-align: center;
}