/* CSS Document */
body {
	margin:0px;
	line-height:130%;
}

#top {
	width:100%; height:72px;
}

#logo {
	width:363px; height:72px;
	background:url(images/factors_logo.gif);
	float:left;
	cursor:pointer;
}

#tag {
	background:url(images/tag.gif);
	width:331px; height:72px;
	float:left;
}

#logo h1, #topBar h3, #menu h3, #advantages p, #copy p, #tag p {
	display:none;
}

#topBar {
	width:100%;height:39px;
}

#topBarLeft {
	width:363px;
	height:39px;
	background:#444444;
	float:left;
}

#ourHistory {
	width: 109px; height:39px;
	background:url(images/history.png);
	float:left;
}

#aboutUs {
	width: 109px; height:39px;
	background:url(images/about.png);
	float:left;
}

#ourPrograms {
	width:109px; height:39px;
		background:url(images/programs.png);
		float:left;
}

#factoring {
	width:109px; height:39px;
	background:url(images/factoring.png);
	float:left;
}

#topBarRight {
	height:39px;
	background:#444444;
	float:left;
}

#menu {
	width:145px;
	margin-left:0px;
	margin-right:12px;
	margin-top:22px;
	float:left;
}

#members {
	margin:0px;
	width:145px; height:17px;
	background:url(images/members.gif) no-repeat;
	padding-bottom:17px;
}

#contact {
	margin:0px;
	width:145px; height:17px;
	background:url(images/contact.gif) no-repeat;
}


#apply {
	margin:0px;
	width:145px; height:17px;
	background:url(images/apply.gif) no-repeat;
}

#advantages {
	width:196px; height:199px;
	background:url(images/advantages.gif);
	margin-right:10px;
	float:left;
}

#frontPhoto {
	width:436px; height:289px;
	position:relative;
	top:0px; left:0px;
}

#bottomBar {
	width:100%;height:4px;
}

#bottomBarLeft {
	width:363px;
	height:4px;
	background:#444444;
	float:left;
}

#bottomBarImage {
	background:url(images/bottom_bar.gif);
	width:436px; height:4px;
	float:left;
}

#copy {
	width:279px; height:22px;
	background:url(images/copy.gif);
}

.contentImage {
	width:331px; height:301px;
	float:right;
	margin-left:10px;
}

.req {
	font-weight:bold;
	color:#FF0000;
}

#content {
	width:612px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
	float:left;
	margin-left: 30px;
}

