
.body_core 
{ 
	background-color: #FCFECB; 
} 

.body_main 
{ 
	width: 1000px;
	color: #000000;
	background-color: #FCFECB; 
	background-position: top left; 
	margin-left: auto; 
	margin-right: auto; 
}

.body_frame
{ 
	background-color: #FCFECB; 
}

/************ containers **********/
#leftcontainer
	{
		border: 0px;
		float: left;
		width: 200px;
		height: auto;
	}

#middlecontainer
	{
		border: 0px;
		float: left;
		width: 600px; 
		height: auto;
	}

#rightcontainer
	{
		border: 0px;
		float: left;
		width: 200px;
		height: auto;
	}

/********************* Frame -ek *************************/
#FrameMiddleMain
{
position: absolute; 
height: auto; 
overflow: hidden;
text-align: justify;
margin: 0px 0px 0px 1px;
}

/*********************************************************/
a:visited
{
	color: #906010;
}

a:link
{
	color: #906010;
}

a:hover
{
	color: #FF8000;
	font-style: italic;
}
