
#wrapper {
	width: 100%;
} 

/* Header */

#header {
	width:100%;
	height:auto
}

#logo {
	clear:none;
	margin-left: 0
} #logo .logo {
	float:none;
}

#win-a-bds {
	display: none
}



/* Navigation */

#nav {
	display:none;
}

/* Content */

#content {
	padding: 0;
} 

#main {
	float: none;
	width: auto;
}

#sidebar {
	display: none;
	float: none
}
#p_instruct #sidebar {
	display: block;
}

/* Footer */

#footer {
	display: none;
}

/* Headers */

h1 {
	text-indent: 0;
	font-size: 3em;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #5099B9;
}
#p_about h1 {
	width:auto;
}
#p_ask h1 {
	width:auto;
}
#p_pcomp h1 {
	width:auto;
}
#p_qcomp h1 {
	width:auto;
}
#p_instruct h1 {
	width:auto;
}
#p_contact h1 {
	width:auto;	
}
#p_ba h1 {
	width:auto;	
}
#p_dealerinfo h1 {
	width:auto;	
}
#p_win-a-bds h1 {
	width:auto;	
}


