/*  common stuff
===================================================================================*/	



	body,
	p,
	td,
	th {
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana;
	font-size: 12px;
	line-height:20px;
	color: #4C3212;
	background: transparent;
	}

	body {
	margin: 0;
	padding: 0;
	background: #5D4C38 url(../images/bg_main.jpg) repeat-x; 
	}	
	
	p {
	padding: 0px;
	margin: 10px 0;
	} 
		
	form {
	margin:0;
	padding:0;
	}
	
	h1 {
	font-size: large;
	font-weight: bold;
	color: #4C3212;
	}
	
	h2 {
	margin: 10px 0;
	font-size: 15px;
	color: #9EABBB;
	background: transparent;
	}
	
	h3 {
	margin: 10px 0;
	font-size: 12px;
	color: #b8854c;
	background: transparent;
	}
	
	h4 {
	margin: 5px 0;
	font:14px "Trebuchet MS", Arial, Helvetica, Verdana;
	font-weight:normal;
	line-height:24px;
	color: #4C3212;
	background: transparent;
	}
	
	a img {
	border:0;
	}
	
	a:link,
	a:visited,
	a:hover,
	a:active {
	text-decoration:none;
	color:#906942;
	background: transparent;
	}
		
	a:hover {
	text-decoration:none;
	color:#c3bbb0;
	background: transparent;
	}

	ul {
	padding: 10px 0 10px 20px;
	margin: 0;
	}


/*	Useful Classes
===================================================================================*/

	.floatLeft {
	float:left
	}
	
	.floatRight {
	float:right
	}

	.clear {
	clear: both;
	margin:0;
	padding:0;
	}
	
	.h-dots{
	border-bottom:#4C3212 1px dotted;
	margin: 20px 0px;
	}
	
	.h-line{
	border-bottom:#b8854c 2px solid;
	margin: 20px 0px;
	}
	
	.v-dots{
	border-right:#4C3212 1px dotted;
	}
	
	.v-line{
	border-right:#b8854c 2px solid;
	}


/*  content regions
===================================================================================*/
	#contact{
	width:380px;
	border:#c3bbb0 3px solid;
	}
	
	#mainContainer {
	margin-top:30px;
	width:780px;
	margin-left: auto;
	margin-right: auto;
	}
	
	#addressTop {
	text-align:center;
	padding:15px 0 30px 0;
	font-size:13px;
	color:#b8854c;
	}

	#mainContent {
	min-height:580px;
	width: 780px;
	background: #FFF url(http://www.newedgemedia.com/images/bg_white.jpg) no-repeat;
	}
	
  * html #mainContent {
 	height: 580px;
 	}
	
	#footer {
	height:30px;
	width:780px;
	background: url(http://www.newedgemedia.com/images/footer.jpg) no-repeat;
	}
	
	#tableincome td{
	}
	
