/*
	$safeprojectname$ Print StyleSheet
	Author: $username$
	Date: $time$
	
	Color Legend:
	Color 1:	Red
	Color 2:	Blue
	Color 3:	Green
*/

body {
}

#container {
	margin: 0 auto;
	width: 500px;
}

#branding {
}

#navContainer {
}

#nav {
}

#search {
}

#content {
}

#primaryContent {
}

#secondaryContent {
}

#siteInfo {
}

/* Clear fix */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}
/* End hide from IE-mac */