html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif; 
	}

body {
	background: url('/images/bg.jpg') repeat-x;
	}

img {
	border: 0;
	margin: 0;
	padding: 0;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 750px;
	margin: 30px auto 0 auto;
	padding: 45px 75px 10px 75px;
	background: #fff url('/images/bg-top.jpg') no-repeat;
	}

#content-wrapper {
	width: 750px;
	margin: 0px;
	padding: 0;
	}

/* ===== Header Styles ========*/

#header {
	margin: 0;
	padding: 0;
	height: 132px;
	}

#header h2 {
	text-align: justify;
	text-transform: uppercase; 
	font-size: 150%;
	font-weight: lighter;
	font-family: Arial Narrow, Helvetica, sans-serif; 
	color: #6666CC; /*#8D86C0; /* light purple */
}

#header span {
	color: #F79239; /* orange */
}

/*============Index Content Styles============*/

#content {
	width: 100%;
	height: 400px;
	margin: 0px;
	padding: 0px;
	}

#content a {
	color: #6666CC; /*#8D86C0;*/
	text-decoration: none;
}

#content a:hover {
	color: #6666CC; /*#8D86C0;*/
	text-decoration: underline;
}

#index-left {
	position: relative;
	z-index: 0;
	float: left;
	width: 49%;
	margin: 25px 0px 0px 0px;
	padding: 0px;
}

#index-left p, #index-right p {
	margin: 10px auto 0 auto;
	padding: 0;
	width: 100px;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	font-family: Century Gothic, Arial Narrow, Helvetica, sans-serif;
}

#index-left p {
	padding-right: 50px;
}

#index-right p {
	padding-left: 50px;
}

#index-right {
	position: relative;
	z-index: 0;
	float: right;
	width: 49%;
	margin: 25px 0px 0px 0px;
	padding: 0px;
	}

#index-right img {
	float: right;
	border: none;
	margin: 0;
	padding: 0;
}

#index-left img {
	float: left;
	border: none;
	margin: 0;
	padding: 0;
}
#index-left h3 {
	margin: 0;
}

#index-right h3 {
	margin: 0;
}

#index-left h3 a {
	position: absolute;
	left: 60px;
	top: 40px;
	z-index: 10;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 30px;
	font-weight: lighter;
	font-family: Frutiger 45 Light, Arial Narrow, Helvetica, sans-serif;
	text-decoration: none;
}

#index-left h3 a:hover {
	color: #fff;
	text-decoration: underline;
}	

#index-right h3 a {
	position: absolute;
	right: 70px;
	top: 110px;
	z-index: 10;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 30px;
	font-weight: lighter;
	font-family: Frutiger 45 Light, Arial Narrow, Helvetica, sans-serif; 
	text-decoration: none;
}

#index-right h3 a:hover {
	color: #fff;
	text-decoration: underline;
}	

/* ====== Footer ======= */
#footer {
	clear: both;
	float: left;
	width: 100%;
	margin: -25px 0 0 0;
	}

#subfooter p {
	font-family: Arial, Helvetica, sans-serif; 
	color: #6666CC; /* light purple */
	text-align: center;
	margin: 25px auto 0 auto;
	width: 100%;
	font-size: 65%;
}

/* === Blue square tag styling === */

#b2 {
	text-align: right;
	margin: 5px auto;
	width: 100%;
	font-size: 65%;
	font-weight: bold;
	}

#b2 a {
	color: #9999bb;
	text-decoration: none;
	}

#b2 a:hover {
	text-decoration: underline;
	}

