* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	background-image: url(../img/layout/bg01.gif);
	background-repeat: repeat-x;
	background-position: 0px 200px;
	text-align: center;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	color: #333333;
	font-size: 76%;
}
a {
	text-decoration: none;
	color: #90023B;
}
.holder {
	width: 750px;
	height: 100%;
	margin: 0px auto;
	background-image: url(../img/layout/bg04.jpg);
	background-repeat: no-repeat;
	background-position: 0px 200px;
	text-align: left;
}
.menu {
	background-color: #FFFFFF;
	height: 50px;
}
.10 {
	height: 10px;
}
.textleft {
	text-align: left;
}
/********************************************/
.menu {
	position: relative;
	height: 40px;
	width: 690px;
	left: 0px;
	top: 0px;
}
.menu a {
	font-weight: bold;
	display: inline-block;
	padding-right: 11px;
	border: 0px solid #FFFFFF;
	text-transform: uppercase;
}
.menu ul {
	list-style-type: none;
	margin: 10px 0px;
	padding: 0px;
}
.menu li {
	float: left;
}
.menu a:hover {
	color: #FF33CC;
	border: 0px solid #FFFFFF;
}
.menu ul ul a {
	color: #DA0359;
	font-size: 90%;
	text-transform: lowercase;
}
.selected {
	color: #000000;
}
.submenu {
	position: absolute;
	left: 0px;
	top: 25px;
	width: 500px;
}
.content {
	position: relative;
}

