* {
	border: 0px;
}

body{
	background-color: #dddedf;
    background-image: url('images/backgrounds/stripe.png');	
}

div#container {
	background-color: white;
	border-style: none solid solid solid;
	border-color: #777777;
	border-width: 1px;	
}

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

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

div#main_nav{
	background-color: #F6F6F5;
	border: 1px solid #BFBFBF;
	border-style: solid none;	
}


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

div#quote{
    background-image: url('images/backgrounds/transparent_grey_60.png');
    border-left: solid 1px #666666;
}


div#sidebar_left{
	background-color: #FDFDFD;
	border-style: none solid none none;
	border-color: #ebebeb;
	border-width: 1px;
}

div#sidebar_right{
	background-color: #FDFDFD;
	border-style: none none none solid;
	border-color: #ebebeb;
	border-width: 1px;
}


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

.last_col{
	border-right: none;
}

.2_cols p, .3_cols p, .4_cols p {
	border-right: solid #ebebeb 1px;
}


div#footer{
	background-color: #ebebeb;
}

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