* {
	border: 0px;
}


body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	text-align:left; /* This is to fix an IE 5 centering bug */
	background-color: #5b6055;
	border: none;
}

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

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

div#container {
	border-style: none;
}

div#top_nav{
    background-color: #111;
}

div#header{
    /*background-image: url('images/header.jpg');*/
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

/*div#main_nav{
    background-image: url('images/backgrounds/nav.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}*/

div#feature{
    background-image: url('images/feature_images/feature3.jpg'); 
    background-position: 0px -200px;
}

div#photo_block{
    background-image: url('images/backgrounds/photo_block.jpg');
}


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;
}*/
