/* CSS Document */

/* The @import below is commented out to prevent the IE6 hacks from reading in Dreamweaver. UNCOMMENT BEFORE UPLOADING THIS FILE!!*/
@import url("grbb_ie6hacks_styles.css");


@import url("grbb_core_text_styles_v2.css");
@import url("grbb_misc_class_styles.css");
@import url("grbb_intnav_styles.css");
@import url("grbb_home_styles.css");
@import url("grbb_sidebar.css");
@import url("grbb_popup_1.css");
@import url("default_css2-1_from_w3_edited.css");

body {
	text-align: center; /* to correct the centering IE bug*/
	background: #003366 url(../images/flag_bgd.jpg) no-repeat fixed center 60px;
	margin-top: 0px;
}

#container {
	background: url(../images/int_main.jpg) repeat-y;
	width: 804px;
	z-index:0;
	margin: 0 auto;
	position: relative;
}

#inttop {
	height: 54px;
	width: 804px;
}


#intnav {
	float: left;
	width: 240px;
}


#intmain {
	width: 564px;
	margin-left: 240px;
}


#intbottom {
}

#intfooter {
	width: 804px;
	margin-right: auto;
	margin-left: auto;
	background: #003366;
	margin-top: -6px;
	z-index: 1;
	position: relative;
}

#intfooter p {
	color: #FFFFFF;
	font: bolder 12px/130% Georgia, "Times New Roman", Times, serif;
	text-indent: 0em;
	margin: 0px;
	text-align: center;
}

