div#wrapperOutside
{
	text-align: center;
}

div#wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	min-height: 600px;
	height: 600px;
	background-image: url(images/new/bground2.gif);
	background-repeat: no-repeat;
	border: 0px solid blue;

}
#cleardiv
{
	clear: both;
	min-height: 0px;
	overflow: hidden;
	
}
#leftC
{
	float:left;
	margin-top:204px;
	margin-left: 25px;
	width: 146px;
	height: 107px;
}	
#content
{	
	float: left;
	margin-top:204px;
	margin-left: 11px;
	width: 545px;
	height: 343px;	
	text-align: left;
	background: url(images/new/bground.gif);
	overflow:auto;
}
div#menubar
{
	width: 146px;
	height: 107px;
	background: ;	
	text-align: left;
	float: left;
}

/*Home Template*/


#wrapperHome
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 480px;
	background-image: url(images/new/1a.gif);
	background-repeat: no-repeat;
}

#contentHome
{	
	float: left;
	margin-top:240px;
	margin-left: 182px;
	width: 450px;
	height: 240px;	
	text-align: left;
	overflow:auto;
	background-color: #FFF;
	filter:alpha(opacity=75); /*IE*/
	opacity: 0.75; /*CSS3 standard*/
	-moz-opacity:0.75; /*mozilla 1.6 or below*/
}

#footerHome
{
	margin-left: auto;
	margin-right: auto;
}
