/* CSS Document */

body {
	background-color: #581B1A;
	background-image: url(images/main_bkg.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.main_table {
	background-color: #cccccc;
	background-image: url(images/main_tbl_bkg.jpg);
	background-repeat:no-repeat;
	width: 801px;
	border-right: solid 2px #000000;
	border-left: solid 2px #000000;
}

.content_table {
	background-color: #cdcdcd;
	background-image: url(images/background2.jpg);
	background-repeat:repeat-x;
	width: 750px;
	border: solid 1px #000000;
}

.welcome_text {
    font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:16px;
    color:#000000;
	line-height: 110%;
	padding: 10px 40px 10px 40px;
	text-align:left;
}

.copyright {
    font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#000000;
	padding: 20px 40px 10px 150px;
	text-align:left;
}

.footer {
	background-color: #C5C501;
	background-image: url(images/footer_bkg.jpg);
	background-repeat:no-repeat;
}