/*html, body, #main 
{
	height: 100%;
	margin: 0;
	padding: 0;
}

body 
{
	background-color: #cdb694;
	background-image: url(/layout/bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

#main{
	width:915px;
	margin: 0 auto;
	background-color: #e5d6a7;
	background-image: url(/layout/main_bg.gif);
	background-position: right top;
	background-repeat: repeat-y;
}

#middle 
{
	height: 100%;
}

td.center{
	width:100%;
	padding:5px;
}

td.left .menu, td.right .pane{
    width:120px;
    padding:5px;
}

#top{
	height: 166px;
}

#bottom{

	height: 129px;
	width: 915px;
	background-image: url(/layout/bottom.gif);
	background-repeat: no-repeat;
}
#td_bottom 
{
	height: 129px;
}*/
html, body, #wrapper
{
	height: 100%;
	margin: 0;
	padding: 0;	
}

#wrapper 
{
	margin: 0 auto;
	background-image: url(/layout/main_bg.gif);
	background-position: right top;
	background-repeat: repeat-y;
	width:915px;
}

#main_bg 
{
	/*background-image: url(/layout/main_bg.gif);
	background-repeat: repeat-y;*/
	background-image: url(/layout/main_bg_top.gif);
	background-position:right top;
	background-repeat: no-repeat;	
}	

body 
{
	background-color: #cdb694;
	background-image: url(/layout/bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

#middle {

}


#middle 
{
	height: 100%;
}

td.center
{
	width:100%;
	padding:30px;
}

td.right .pane
{
    width:150px;
    padding:5px;
}

td.left .spacer
{
	width: 179px;
	padding: 10px;
	min-height: 669px;
	background-image: url(/layout/left.gif);
	background-position: left top;
	background-repeat: no-repeat;	
}

td.left 
{
	/*background-color: #4a0000;*/
	background-image: url(/layout/left_bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

#top, #top2
{
	height: 166px;
	width: 915px;
}

#bottom, #bottom2 
{
	height: 75px;
	width: 915px;
	background-image: url(/layout/bottom.gif);
	background-repeat: no-repeat;
}

.modules_bottom 
{

}		

#td_bottom 
{
}

.imagepane
{

}

.menu .level_0 
{
	height: 52px;
	background-image: url(/layout/menu_bg.gif);
	background-repeat: no-repeat;

}

.menu .level_0 .horizontal 
{
	text-align: center;
	padding-top: 17px;
}

.menu .level_0 .items 
{
	margin: 0 auto;
}

div.horizontal table.items div.item {
	padding-right:25px;
	padding-left: 25px;
}

.modules_center 
{
	margin: 60px;
}

.sitefooter 
{
	padding-left: 230px;
	padding-top: 40px;
}

.sitefooter a, .sitefooter td, .sitefooter p, .sitefooter div, .sitefooter span 
{
	color: #fff;
}