/* CSS Document */

/* main css */

body {
	background-color: #000000; margin: 0px 0px 0px 0px}

/* Main container */
#mainContainer { position: relative; width: 980px; margin: auto;}
/* end */

/* top row container */
#rowTop {
	float: left;
	width: 980px;
	height: 123px;
}
#rowTopLogo {
	float: left;
	width: 300px;
	height: 123px;
	background: url(../images/chapterfour-design_02.jpg) no-repeat left top;
}
#rowTopShapes {
	float: left;
	width: 680px;
	height: 123px;
	background: url(../images/chapterfour-design_03.jpg) no-repeat left top;
}
#rowContent {
	float: left;
	width: 980px;
	min-height: 436px;
	background: url(../images/chapterfour-design_05.jpg) no-repeat left top;
}
#rowFooter {
	float: left;
	width: 980px;
	line-height: 20px;
	text-align: right;
}
.index {
float:left;
width:980px;
height:436px;}

.red {
	float:left;
	width:980px;
	height:436px;
	background: url(../images/backgrounds/red.png) no-repeat left top;
}

.blue {
	float:left;
	width:980px;
	height:436px;
	background: url(../images/backgrounds/blue.png) no-repeat left top;
}

.green {
	float:left;
	width:980px;
	height:436px;
	background: url(../images/backgrounds/green.png) no-repeat left top;
}

.yellow {
	float:left;
	width:980px;
	height:436px;
	background: url(../images/backgrounds/yellow.png) no-repeat left top;
}
.innerColumn {
float:left;
width:490px;
height:436px;}

.innerRow {
float:left;
width:490px;
height:218px;}

.innerRowNav {
float:left;
width:490px;
height:218px;}

.innerContentAreaOne {
	float:left;
	width:450px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
.galleryHolder {
	float:left;
	width:418px;
	background: #000;
	padding: 5px;
	border: 1px dotted #323232;
	margin-bottom: 5px;
}
.galleryImages {
	float:left;
	margin-right: 5px;
}
