html{
	width:100%;
}

body {
	width:100%;
	margin: 0px 0px 0px 0px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size:14px;
	background-color:#ffffff;
	font-weight:400;
	font-style:normal;
	color:#ffffff;
	width:100%;
}

.bannerSheet {
	width:980px;
	text-align: center;
	margin-left:auto; 
	margin-right:auto;
}

.mainSheet {
	width:980px;
	text-align: center;
	margin-left:auto; 
	margin-right:auto;
}

.inbetween {
	padding-right:10px;
	padding-left:10px;
	text-align: left;
}

.banner {width:960px;}
.logoMecca {width:480px; padding-top:20px;}
.logoBS {width:480px; text-align:right;}

.pink {
	background-image:url("img/bg.jpg"); 
	background-repeat: repeat-y;
	width:960px;
}

.pinkTD {
	background-image:url("img/pink.jpg"); 
	background-repeat: no-repeat;
}

.content {width:960px;}
.contentRight {width:290px; vertical-align:bottom; padding-top:230px;}
.contentLeft {width:610px; vertical-align:top; padding-left:30px; padding-right:30px; padding-top:30px; padding-bottom:20px;}

.bannerDIV {
	position: relative;
	width:980px;
	height:166px;
	background-image:url("/bs/img/background-top.gif"); 
	background-repeat: no-repeat;
}

.welcome { font-weight:900; font-size:30px;}
.title { font-weight:900; font-size:24px;}
.subtitle { font-weight:900; font-size:20px;}
.bold {font-weight:900;}

a:link {color:#ffffff; text-decoration:underline;}
a:visited {color:#ffffff; text-decoration:underline;}
a:hover {color:#ffffff; text-decoration:none;}
a:active {color:#ffffff; text-decoration:underline;}

a.add:link {color:#6E6D71; text-decoration:none;}
a.add:visited {color:#6E6D71; text-decoration:none;}
a.add:hover {color:#000000; text-decoration:none;}
a.add:active {color:#6E6D71; text-decoration:none;}

.bottom {font-size:12px; font-weight:900; color:#6E6D71; text-align:right; padding-right:10px; padding-top:4px; padding-bottom:10px;}
.small {font-size:12px;}
