/* ------------- Hide and img */
	.hide {
		display: none;
	}


/* ------------- Text */
	body {
		font-family: verdana, arial, helvetica, san-serif;
		font-size: 11px;
		font-weight: normal;
		color: #666;
		padding: 0;
		margin: 0;
	}
	
	p, td, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
		font-family: verdana, arial, helvetica, san-serif;
		font-size: 11px;
		font-weight: normal;
		color: #666;
		padding: 0;
		margin: 0;
	}
	
	h1 {
		font-size: 14px;
		font-weight: bold;
	}
	h2, li {
		font-weight: bold;
	}
	
	a:link {
		font-weight: bold;
		text-decoration: underline;
		color: #369;
		background: transparent;
	}
	a:visited {
		font-weight: bold;
		text-decoration: underline;
		color: #369;
		background: transparent;
	}
	
	a:hover {
		font-weight: bold;
		text-decoration: none;
		color: #39F;
		background: transparent;
	}
	

/* ------------- Top area */
	
	#logo {
	position: absolute;
	left: 52px;
	top: 16px;
	margin: 0px;
	padding: 0px;
	z-index: 2;
	}
	
	#addthis {
	position: absolute;
	left: 329px;
	top:24px;
	margin: 0;
	padding: 0;
	z-index: 4;
	}
	
	#blog {
	position: absolute;
	left: 527px;
	top:15px;
	margin: 0;
	padding: 0;
	z-index: 1;
	}
	
	#yelp {
		position: absolute;
		left: 475px;
		top:0px;
		margin: 0;
		padding: 0;
		z-index: 3;
	}
	
	#signup {
		position: absolute;
		left: 615px;
		top:27px;
		margin: 0;
		padding: 0;
		z-index: 1;
	}

	#toparea {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 800px; /* need to specify for ie*/
		height: auto;
	}
	#nav {
		width: auto;
		height: auto;
		margin: 0px;
		margin-top: 55px;
		border: 0px;
		border-left: 237px solid #737373;
		border-right: 48px solid #737373;	
	}
	
	#leftinvesting, #leftcontact, #leftstripe {
		margin: 0;
		padding: 0;
		width: auto;
		height: auto;
		border: 0px;
		border-left: 35px solid #6A9BCD;
		border-right: 563px solid #85ADD6;
	}
	#leftcontact {
		border-left: 35px solid #245C87;
		border-right: 563px solid #407197;
	}
	#leftstripe {
		border-left: 35px solid #145182;
		border-right: 563px solid #235D8D;
	}
	
	#mainimage {
		position: absolute;
		left: 237px;
		top: 79px;
	}
/* ------------- Success */	
	#successstory {
		position: absolute;
		left: 527px;
		top: 192px;
		padding: 30px 10px 0 14px;
		height: auto;
		width: 230px;
		voice-family: "\"}\"";
		voice-family: inherit;
		width: 206px;
	}
	#successstory p {
		font-size: 10px;
	}
/* ------------- END Top area */	

/* ------------- BEGIN Content Home Page */
	#dividebar {
		position:absolute;
		left: 0;
		top: 300px;
		z-index: 1;
	}

	#contentarea {
		position: absolute;
		left: 35px;
		top: 300px;
		z-index: 3;
		border: 1px solid #E3E4E4;
		margin-bottom: 10px;
		height: auto;
		width: 765px;
		voice-family: "\"}\"";
		voice-family: inherit;
		width: 763px;
	}
	
	td#welcome {
		vertical-align: top;
		padding-top: 50px;
		height: auto;
		width: 473px;
	}
	td#welcome p {
		padding: 0 50px 10px 15px;
	}
	
	.padimg {
		padding-bottom: 15px;
		padding-left: 15px;
	}
	
	td#feature {
		border-left: 1px solid #E3E4E4;
		padding-top: 50px;
		height: auto;
		width: 290px;
		voice-family: "\"}\"";
		voice-family: inherit;
		width: 289px;
	}
	/* ------------- BEGIN list Items */
	table#listings {
		margin: 0 15px;
		width: 290px;
		voice-family: "\"}\"";
		voice-family: inherit;
		width: 259px;
		
	}
	td.listing {
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: 1px solid #B0B0B0;
	}
	.listingimage {
		width: 70px;
		height: 53px;
		border-color: #999999;
	}
	td.listing p, td.listing h2 {
		padding-left: 10px;
		padding-right: 10px;
	}
	td.listing p, a {
		line-height: 140%;
		font-size: 10px;
	}
	/* ------------- END list Items */
	
	
	
	
	
	
	
	
	
