/* sets the overal page elements such as font, background color etc */
body {
		margin:0px;
		font-family:Arial, Helvetica, sans-serif; /* font family */
		font-size:12px; /* font size */
		color:#FFF; /* font colour */
		background-color:#1b1464; /* background color */
		background-image:url(../images/bg.jpg);
		background-position:bottom left;
		background-repeat:repeat-y;
}

/* tells the browser not to place borders around images - eg when the images is a link horrible borders appear by default */

img {
	border:0px;
}

img.homepage_title {
	margin-bottom:35px;
}

img.homepage_btn {
	margin-top:20px;
}

img.bus_ind_title {
	margin-top:8px;
	margin-bottom:20px;
}

p.section_desc {
	font-size:26px;
	font-weight:bold;
}

/* positions the menu background & corner image */

#menu_container {
	height:135px;
	background-image:url(../images/menu_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
	z-index:50;
}


/* sets the positions of each menu button */

#btn1 {
	position:absolute;
	top:13px;
	left:8px;
	z-index:100;
}

#btn2 {
	position:absolute;
	top:13px;
	left:141px;
	z-index:100;
}

#btn3 {
	position:absolute;
	top:13px;
	left:274px;
	z-index:100;
}

#btn4 {
	position:absolute;
	top:13px;
	left:407px;
	z-index:100;
}

#btn5 {
	position:absolute;
	top:13px;
	left:540px;
	z-index:100;
}


/* sets the positioning of the main content */
#main_content {
	position:absolute;
	top:170px; /* how far from the top the content starts */
	left:0px; /* how far to the left the content starts */
	padding-right:20px; /* how far to the right the content goes */
	padding-bottom:65px;
}

td.businessmenu_td {
	padding-top:33px;
}

table.Ind_Bus {
	width:952px;
	height:561px;
	background-color:#F4B3D3;
	background-image:url(../images/bus_ind_section_bg.jpg);
	backgound-position:top center;
	background-repeat:no-repeat;	
}
