@charset "utf-8";
#flashVideo {
	float: right;
	height: 233px;
	width: 238px;
	margin: 0px 0px 5px 10px;
	border: 1px solid #000000;
}

/* CSS Document */

#header {
	background-image: url(../img/developingheaderbg.jpg);
	background-repeat: repeat-x;
	height: 125px;
	width: 780px;
	background-color: #D8C688;
}
#contentHeader {
	height: 33px;
	width: 584px;
	background-image: url(../img/developingheader.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 28px;
}
#sidebar {
	background-image: url(../img/developingsidebar.jpg);
	background-repeat: no-repeat;
	height: 408px;
	width: 196px;
	padding-top: 60px;
	float: right;
	display: inline;
}
#contentBg {
	width: 584px;
	background-image: url(../img/developingcontentbg2.jpg);
	background-repeat: no-repeat;
}
#content {
	width: 505px;
	margin-left: 21px;
	text-align: justify;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #A6A6A6;
	padding-right: 10px;
	padding-top: 10px;
}
.imgCouple {
	float: right;
	margin-left: 15px;
}
#links a {
	background-image: url(../img/developingupbtn.png);
	background-repeat: no-repeat;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	padding-left: 30px;
	margin-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
}
#links a:hover {
	background-image: url(../img/developingovrbtn.png);
	background-repeat: no-repeat;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	padding-left: 30px;
	margin-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
}

