@IMPORT url("definitions.css");

body {
	background: transparent url('../images/background.png');
	font-family: tahoma;
	color: #863a00;
	font-size: 13px;
	text-align: justify; 


}


#siteWrapper {
	background: transparent url('../images/content.png') no-repeat;
	width: 984px;
	height: 778px;
	margin: 0 auto;
}

#siteContent {
	width: 984px;
	height: 710px; padding-top : 60px;
	margin: 0 auto;
	padding-top: 60px;
}

.l-padding {
	padding-left: 30px;
}

.r-padding {
	padding-right: 30px;
}

.link a {
	color: #863a00;
	text-decoration: none;
}

link a:hover {
	color: #863a00;
	text-decoration: underline;
}



.footer {
	font-size: 10px;
	font-family: tahoma;
	color: black;
}

.footer a {
	font-size: 10px;
	font-family: tahoma;
	color: black;
}

.leftCol {
	float: left;
	width: 655px;
	overflow: hidden;
}

.text {
	height: 300px;
	width: auto;
	overflow: auto;
	line-height: 150%;
}

.copy {
	font-family: tahoma;
	font-size: 10px;
	color: black;
	width: 200px;
	margin-top: 10px;
	margin-left: 30px;
}

.copy a {
	color: black;
	text-decoration: none;
}

.rightCol {
	float: right;
	width: 320px;
	overflow: hidden;

}

.tright {
	text-align: right;
	line-height: 120%;
}

.title {
	font-size: 28px;
	color: #863a00;
	border-bottom: 4px solid #ead8bf;
	padding-bottom: 5px;
	font-weight: bold;
	width: 235px;
}

.big-image {
	background: transparent url('../images/image-big-box.png');
	width: 662px;
	height: 299px;
}

.big-image img {
	margin: 17px 0 0 73px;
}

.small-image {
	background: transparent url('../images/bg-small-image.png');
	width: 311px;
	height: 236px;
}

.small-image img {
	margin: 20px 0 0 20px;
}