html, body, #wrapper, #wrapper2
{
	height: 100%;
	margin: 0;
	padding: 0;	
}

#wrapper 
{
	margin: 0 auto;
	background-image: url(/layout/main_bg.gif);
	background-repeat: repeat-y;
	width:775px;
}

#wrapper2 
{
	margin: 0 auto;
	width:775px;
	background-image: url(/layout/main_bg.gif);
	background-repeat: repeat-y;	
}

#main_bg 
{
	/*background-image: url(/layout/main_bg.gif);
	background-repeat: repeat-y;*/
	background-image: url(/layout/content_bg_snow.gif);
	background-position: 5px 94px;
	background-repeat: no-repeat;	
}	

body 
{
	background-color: #e8f3f8;
}

#middle {
	background-image: url(/layout/content_bg_snow.gif);
	background-position: 5px 94px;
	background-repeat: no-repeat;
}

#middle2 {
	/*background-image: url(/layout/content_bg_snow.gif);
	background-position: left top;
	background-repeat: no-repeat;*/
	margin: 0px 5px;
}

#middle, #middle2  
{
	height: 100%;
}

td.center
{
	width:100%;
	padding:5px;
}

td.right .pane
{
    width:150px;
    padding:5px;
}

td.left .menu
{
	width: 175px;
	padding: 55px 5px 10px 25px;
}

td.center 
{
	padding: 5px 10px;
}

#top, #top2
{
	height: 94px;
	width: 775px;
}

#bottom, #bottom2 
{
	height: 70px;
	width: 775px;
	background-image: url(/layout/bottom.gif);
	background-repeat: no-repeat;
}

.modules_bottom 
{
	padding: 2px 15px;
}		

#td_bottom 
{
	background-color: #e8f3f8;
}

.imagepane
{
	padding-top: 20px;
}