body
{
	position: relative;
	text-align: center;
	font-family: "Century Gothic", "Verdana", "Arial", "sans serif";
	color: #666666;
}


div#frameContainer
{
	height: 550px;
	width: 750px;
	margin: 0 auto;
	border: 1px dashed #D6D6D6;
	position: relative;
}

div
{
	position: absolute;
	text-align: left;
}

#ifmenu
{
	padding: 10px;
	height: 149px;
	width: 630px;
	top: 0;
	left: 0;
	background-image: url(../graphics/backgroundMenu.jpg);
	font-size: 13px;
	
}

#ifsidebar
{
	height: 550px;
	width: 100px;
	top: 0;
	right: 0;
}

#ifcontent
{
	height: 381px;
	width: 650px;
	bottom: 0;
	left: 0;
	font-size: 12px;
}
