* {
	border: 0px;
}


body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	text-align:left; /* This is to fix an IE 5 centering bug */
	border: none;
	background-image:url('images/backgrounds/sand_bg.gif');
	background-repeat: repeat;
}

table#page_container {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

td#background {
	background-image:url('images/backgrounds/dark_sand_bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	border: 0px;
}

td#background_epage {
	background-image:url('images/backgrounds/dark_sand_bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	border: 0px;
}

div#container, div#container_epage {
	border-style: none;
	background-image:url('images/backgrounds/transparent_white.png');
	background-repeat: repeat-y;
}

div#main_content_box {
	background-color: #f8f8f4;
	background-image:url('images/backgrounds/content_top.gif');
	background-repeat: no-repeat;
}

div#main_content_box_fp {
	background-color: #f8f8f4;
	background-image:url('images/backgrounds/content_top_fp.gif');
	background-repeat: no-repeat;
}


div#main_nav {
	border-style: none;
	background-image:url('images/backgrounds/nav_bg.jpg');
	background-repeat: no-repeat;
}


div#sidebar_left{
	background-color: transparent;
}

div#sidebar_right{
	background-color: transparent;
}


.half_width, .third_width, .quarter_width {
	border-right: solid #ebebeb 1px;
}

.last_col{
	border-right: none;
}


div#footer{
	background-color: transparent;
}

/*hr{
	border-color: #ebebeb;
	border-style: solid none none none;
	border-width: 1px;
}*/