div#wrapperOutside
{
	border: 0px solid red;
	width: 775px;
}
div#header
{
	float: left;
	width: 775px;
	height: 159px;
	clear: both;
	background: url(images/new/1.gif);
}
#menubar
{
	position: relative;
	margin-top: 94px;
	margin-left: 200px;
	height: 25px;
	width: 497px;
	background: none;
	text-align: left;
	z-index: 600;
}


div#wrapper
{
	width: 775px;
	text-align: left;
	border: 0px solid blue;
	background: url(images/new/extender.gif) repeat-y;	
	clear:both;
}
div#leftC
{
	float: left;
	width: 197px;
	height: 427px;
	background: url(images/new/left.gif) no-repeat;
}
div#rightC
{
	float: right;
	width: 153px;
	height: 454px;
	background: url(images/new/rightB.jpg) no-repeat;
}

div#footer
{
	width: 775px;
	height: 59px;
	background: url(images/new/3.gif) no-repeat;
	float: left;
	border: 0px solid blue;

}
#footer_link
{
	width: 775px;
	background: url(images/new/extender1.gif);

}
#cleardiv
{
	clear: both;
	height: 0px;
	overflow: hidden;
}
/*IE*/
#content
{	
	float:left;
	width:425px;
	padding: 5px;
}
/*other browsers*/
html>body #content
{
	width:405px;
}

#galleryButton
{
	width: 63px;
	height: 231px;
	position: relative;
	margin-top: 196px;
	margin-left: 102px;
}


html>body #wrapper{height: auto;}
html>body #content{height: auto;}
html>body #wrapperOutside{height: auto;}