body {
	background-image: url(images/bkg_yellow.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position-x: center;
	background-color: #ffcc33;
}





/* menu */

#menu {
	font-style: italic;
	font-family: Times, Georgia, "Times New Roman", serif;
	text-decoration: none;
	margin-top: 40px;
	line-height: 18px;
}

#menu a			{text-decoration: none;}
#menu a:link	{color: #ffcc33;}
#menu a:visited	{color: #ffcc33;}
#menu a:hover	{color: #ffffff;}
#menu a:active	{color: #ffffff;}

.miniSep {
	padding-left: 15px;
	padding-right: 15px;
	font-style: normal;
	color: #ffcc33;
}

#menu ul {
	list-style-type: none;
	padding-left: 7px;
}

#menu ul .sub {
	padding-top: 12px;
	font-size: 11px;
}

.leftContentContainer_mg {
	padding: 311px 0 0 126px;
	font-style: normal;
	color: #ffcc33;
}