@charset "utf-8";
/* CSS Document */

.background {
	background-image: url(bkg_boxes.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.left_photos  {
	background-image: url(photo_bkg.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin-top: 35px;
	margin-right: 24px;
	float: right;
	height: 492px;
	width: 324px;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-top: 101px;
	width: 552px;
	text-align: center;
}
.sub_nav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #000;
	text-align: right;
	vertical-align: top;
	line-height: 24px;
}

.welcome_box {
	float: left;
	width: 534px;
	height: 402px;
	background-image: url(welcome_bkg.png);
	margin-top: 10px;
	background-repeat: no-repeat;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	padding-left: 28px;
	border-top: 150;
	padding-top: 50px;
	text-align: left;
	vertical-align: top;
}

.IWD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	float: right;
	text-align: right;
	height: 20px;
}

.logo {
	height: 130px;
	width: 534px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(logo_no_slogan.gif);
	float: left;
}
.logo_slogan {
	height: 20px;
	width: 300px;
	float: left;
	padding-top: 80px;
	padding-left: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.black:link {color: #000000; font-weight: bold;}
a.black:active {color: #000000; font-weight: bold;}
a.black:visited {color: #000000; font-weight: bold;}
a.black:hover {color: #000000; font-weight: bold;}
