/* CSS Document */

body {
	margin: 0px;
	font-family: "Tahoma", Arial, Verdana;
	font-size: 12px;
	height: 100%;
	min-height: 100%;
}

a:link,
a:active,
a:visited {
	color: #820F14;
	text-decoration: none;
}
a:hover {
	color: #B32A30;
	text-decoration: underline;
}

#main_content {
	background-image: url(images/mainbackground.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0px;
	padding-top: 120px;
	padding-left: 57px;
	height: 100%;
}

#info {
	background-image: url(../images/infobg.png);
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	height: 100%;
}

#adblock {
	background-image: url(images/adbg.png);
	float: right;
	width: 200px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#adhead {
	color: #b7b7b7;
	text-align: center;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px
}

#aditem {
	padding: 10px;
}

.heading {
	font-family: Arial Narrow, Arial, Tahoma;
	font-size: 26px;
	color: #496077;
}

.subheading {
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	font-size: 16px;
	color: #496077;
}

.smheading {
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #496077;
}

.normaltext {
	padding-left: 15px;
}
