/* Websiders - Sylesheet */

body {
	margin: 0;
        background: #020410;
}

.bkgrd_top {
	background-image: url(/images/main/bkgrd_top.jpg);
	background-repeat: repeat-x;
}

.middle {
	background-image: url(/images/main/bkgrd_middle.gif);
	background-repeat: repeat-x;
        padding-left: 35px;
        padding-right: 35px;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
        line-height: 13pt;
}

.text a {
	color: #da8025;
	text-decoration: none;
}

.text a:hover {
        background: #f2ebe5;
	color: #da8025;
}

.bkgrd_bottom {
	background-image: url(/images/main/bkgrd_bottom.gif);
	background-repeat: repeat-x;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
        line-height: 10pt;
        padding-top: 15px;
        padding-bottom: 12px;
}

.footer a {
	color: #ffffff;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}