/* CSS Document */

body {
	background-color: #B76483;
	background-image: url(../images/main-bg.jpg);
	background-repeat: repeat-x;
	margin:0 auto;
	padding:0;
}
img{border:0;}
h3{font-size:18px;}
p,td {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: none;
	text-decoration: none;
}
a{text-decoration:underline; color:#FFF;}
a:hover{text-decoration:none; color:#FFF;}
.heading{font-size: 18px;
	font-family:  Arial, Helvetica, sans-serif;
	color:#fff;}
.headingx{font-size: 16px;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;}
.footlink {
	font-size: 12px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.footlink:hover {
	color: #350014;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.body-bg {
	background-color: #BD7D95;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;

}
#submenu {
	width: 90%;
	border: 1px dotted #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

