/* CSS Document */

body{
	margin-top: 0;
	background-color: #e3edee;
	background-image:url(../images/structure/skyline_bgd.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	}

div#maindiv{
	width: 804px;
	padding-top: 31px;
	}
	
.bgbottom{
	background-image:url(../images/structure/bottom.jpg);
	background-repeat:repeat-x;
	}
	
.bgright{
	background-image:url(../images/structure/right.jpg);
	background-repeat:repeat-y;
	}
	
.bgleft{
	background-image:url(../images/structure/left.jpg);
	background-repeat:repeat-y;
	}

.bgtop{
	background-image:url(../images/structure/top.jpg);
	background-repeat:repeat-x;
	}
	
.seg1{
	background-image:url(../images/background/seg1.jpg);
	background-repeat: no-repeat;
	background-color: #e4edee;
}

.seg2{
	background-image:url(../images/background/seg2.jpg);
	background-repeat: no-repeat;
	background-color: #e4edee;
}

.seg3{
	background-image:url(../images/background/seg3.jpg);
	background-repeat: no-repeat;
	background-color: #e4edee;
}

#space{
	height:125px;
	background:url(../images/structure/space.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

#space2{
	height:150px;
	background:url(../images/structure/space.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

#space3{
	height:175px;
	background:url(../images/structure/space.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

#space4{
	height:200px;
	background:url(../images/structure/space.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
