/*--------- shared styles ---------------*/
body {
	background-color: #ffffff;

}

p {
	line-height: 110%;
}

div#exampleBar {
	padding: 5px;
	border: 1px dashed #a2a2a2;
	color: #f0f;
}


/*--------- 'default' is the CSS for when the user's screen is smaller than 964px wide ------*/
.default .main{
	width: 100%;
	border: 0px solid #ff00ff;
}

.default .header{
	font-weight: normal;
	font-size: 13px;
	color: #444;
}


/*--------- bigOne' is the CSS for when the user's screen is larger than 964px wide ------*/
.bigOne .main{
	width: 974px;
	border: 0px solid #f00;

}

.bigOne .header{
	font-weight: bold;
	font-size: 20px;
	color: #555;
}