	
/* @end */

/* @group Layout */

#container {
	margin: 0px auto;
	position: relative;
	z-index: 1;
}

.clearer {
	clear: both;
}

#contentContainer {
	border-width: 1px;

	z-index: 2;
}

#contentContainer #content {
	padding: 15px;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: Georgia, serif;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.3;
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

