@charset "utf-8";

body {

	margin: 0px;

	padding: 0px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #0a0101;

	background-image: url(../images/body_bg.gif);

	background-repeat: repeat-x;

	background-position: top;

	background-color: #d5cdc2;

}

.leftside {

	float: left;

	padding-left: 20px;

	padding-right: 20px;

}

.footer {

	background-color:59341d;

	background-repeat: repeat-x;

	color: #fcf9f6;

	vertical-align: middle;

	text-align: center;

	width: 971px;

}

.rightside {

	float: right;

	margin-left: 20px;

	padding-right: 20px;

	margin-top: 20px;

}

.lftside {

	float: left;

	margin-right: 20px;

	padding-left: 20px;

	margin-top: 20px;

}



.footer a:link {

	font-weight: normal;

	color: #fcf9f6;

	text-decoration: none;

}

.footer  a:visited {

	font-weight: normal;

	color: #fcf9f6;

	text-decoration: none;

}

.footer   a:hover {

	font-weight: normal;

	color: #FEBC65;

	text-decoration: none;

}

a {

	font-weight: bold;

	color: #000000;

	text-decoration: underline;

}

