/* MAIN PAGE */

body {
	padding:0px;
	margin:0px;
	background-color:#052D69;
	background-image: url(../images/body_bg3.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#wrapper {
width:850px;
margin:0 auto;
background-image: url(../images/body_bg.jpg);
background-repeat:no-repeat;
}

#wrapperIndex {
width:850px;
margin:0 auto;
background-image: url(../images/bodyBook_bg.jpg);
background-repeat:no-repeat;
}

#clearDivs {
clear:both;
}

/* TOP SECTION */

#banner {
width:850px;
height:85px;
background:url(../images/banner.jpg) no-repeat;
}

#globalNav {
width:850px;
height:45px;
background:url(../images/bg_navigation.gif) no-repeat;
}

#welcomeContent {
float:left;
width:850px;
height:242px;
background:url(../images/welcomMain.jpg) no-repeat;
}

/* HOME PAGE CENTER BODY SECTION */

#mainBodyContainer {
width:850px;
}

#mainBodyContent {
width:850;
}

/* FOOTER */

#footer {
width:850px;
height:20px;
}

