/* CSS Document */

body {
	margin: 0 auto;
	width: 880px;
	text-align: center;
	background-color: #000;
}

div.content {
	position: relative;
	top: 0;
	left: 0;
	width: 900px;
	height: 650px;
	margin: 0;
	padding: 0;
	text-align: left;
}

div.topframe {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 880px;
	height: 40px;
	background: transparent url(../images/frame_top.jpg) no-repeat;
}

div.leftframe {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	margin: 0;
	padding: 0;
	width: 40px;
	min-height: 500px; !important
	height: 500px;
	background: transparent url(../images/frame_left.jpg) repeat-y;
}

div.main {
	position: relative;
	top: 0;
	left: 0;
	width: 800px;
	height: 500px;
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(../images/bkgd_C.jpg) no-repeat;

}

div.main2 { /* ----Secondary Pages---- */
	position: relative;
	top: 0;
	left: 0;
	width: 800px;
	height: 500px;
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(../images/bkgd_C2.jpg) no-repeat;

}

div.text {
	position: relative;
	top: 100px;
	left: 20px;
	height: 290px;
	width: 465px;
	background: transparent;
	overflow: auto;
	padding: 30px;
	z-index: 1000;
}

div.logo {
	position: relative;
	top: 35px;
	left: 0;
	float: left;
	width: 300px;
	height: 55px;
	z-index: 1000;
}

div.logo2 {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 255px;
	height: 550px;
	z-index: 1000;
}

div.nav {
	position: relative;
	top: 35px;
	left: 170px;
	float: left;
	width: 300px;
	height: 500px;
	z-index: 1000;
}

.indent1 {margin-left: 215px;}
.indent2 {margin-left: 130px;}
.indent3 {margin-left: 30px;}
.indent4 {margin-left: 80px;}

div.nav2 {
	position: relative;
	top: 0;
	left: 120px;
	width: 135px;
	height: 210px;
	z-index: 1000;
}

div.rightframe {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	width: 40px;
	min-height: 500px; !important
	height: 500px;
	background: transparent url(../images/frame_right.jpg) repeat-y;
}



div.footer {
	position: relative;
	clear: both;
	top: 0;
	left: 0;
	width: 880px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/frame_bottom.jpg) no-repeat;
}
