body {

	font-family: Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;

}

p, td {
	font-size:12px;
	text-align:justify;
}

li {
	font-size:12px;
	text-align:justify;
	margin-bottom:3px;
}

a, a:visited {
	color:#000;
}

a:hover {
	background-color:#B7A78D;
}


h1 {
	font-size:18px;
	color:#6F0708;
}

h2 {
	font-size:16px;
	color:#6F0708;
}

h3 {
	font-size:14px;
	color:#6F0708;
}

h4 {
	font-size:12px;
	color:#6F0708;
}

.imgRight {
	margin-left:5px;
}

.imgLeft {
	margin-right:5px;
}

#homepage {
	background-color:#B7AA84;
	padding:5px;
	margin:15px;
}

#footer p {
	text-align:center;
	font-size:10px;
}

@media print {
 
 	#main_table {
		height:auto;
	}
	#border_img {
		display: none;
	}
	#contact {
		display: none;
	}
	#content {
		position: absolute;
		top: 102px;
		left: 0px;
		width: 675px;
		color: #000000;
		background: #333333;
	}
	#content img {
		margin: 15px;
	}
	#nav {
		display: none;
	}
	#thing {
		display: none;
	}
 
}
