/* CSS Document */

body{
	margin: 0px;
	font-family: Tahoma, Arial;
	font-size: 14px;
	background-image: url(../images/bg.jpg);
}
#content{
	left:5px;
	padding: 15px;
	bottom: 10px;
}

#sideboxcontent{
	position:relative;
	top:auto;
	padding-left: 8px;
	padding-top: 10px;
}

#heading1{
	left:0px;
	z-index:1;
	bottom: 10px;
	color: #871F14;
	font-family: Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;

}

#heading2{
	position:inherit;
	top:10px;
	left:0px;
	z-index:1;
	padding: 5px;
	right: 10px;
	bottom: 10px;
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;

}
#icon_img{
	position:fixed;
	top:0px;
	left:10px;
	z-index:1;
	padding: 5px;
	right: 10px;
	bottom: 10px;
	border-top-style: 1;
	border-right-style: 1;
	border-bottom-style: 1;
	border-left-style: 1;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 10em;
	word-spacing: normal;
}

