/* Beginning tag modifying CSS */
a {
	color: #FF0000;
}
a:hover {
	color: #FFCC00;
}
a:visited {
	color: #660000;
}

body {
	background-color: #000000;
	margin: 0px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/backgrounds/brown-gradient.jpg);
	color: #FFFFFF;
}
li {
	color: #E4CA92;
	margin-bottom: 22px;
	letter-spacing: 1px;
}
/* End tag modifying CSS */


/* Beginning Class modifying CSS */
.footer_table {
	width: 80%;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.company_name {
	width: 100%;
	background-image: url(images/white-70percent.png);
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 60px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 135px;
	font-size: 36px;
	color: #333333;
}
.float_right {
	float: right;
}
.content_table {
	margin-right: auto;
	margin-left: auto;
	width: 95%;
}
.content {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.t1 {
	background-image: url(images/t1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 7px;
	width: 7px;
}
.t2 {
	background-image: url(images/t2.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 7px;
}
.t3 {
	background-image: url(images/t3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 7px;
	width: 7px;
}
.t4 {
	background-image: url(images/t4.png);
	background-repeat: repeat-y;
	background-position: right center;
	width: 7px;
}
.t_content {
	background-image: url(images/t5.png);
	background-repeat: repeat;
	text-align: left;
	vertical-align: middle;
	padding: 9px;
}
.t5 {
	background-image: url(images/t6.png);
	background-repeat: repeat-y;
	background-position: left center;
	width: 7px;
}
.t6 {
	background-image: url(images/t7.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 7px;
	width: 7px;
}
.t7 {
	background-image: url(images/t8.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 7px;
}
.t8 {
	background-image: url(images/t9.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
	text-align: left;
	vertical-align: top;
}
.footer {
	text-align: center;
}
.legal {
	font-size: 10px;
	text-align: center;
	color: #E4CA92;
}

/* End Class modifying CSS */

/* Beginning Id modifying CSS */
/* CSS regarding IDs are for single instances ie class="generic" id="unique" */

/* End Id modifying CSS */

