/* Beginning tag modifying CSS */
a {
	color: #2B7DD1;
}
a:hover {
	color: #00CCFF;
}
a:visited {
	color: #006699;
}
body {
	background-color: #000000;
	margin: 0px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/background.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 50px;
}
.t1 {
	background-image: url(images/t1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 6px;
	width: 6px;
}
.t2 {
	background-image: url(images/t2.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 6px;
}
.t3 {
	background-image: url(images/t3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 6px;
	width: 6px;
}
.t4 {
	background-image: url(images/t4.png);
	background-repeat: repeat-y;
	background-position: right center;
}
.t5_content {
	background-image: url(images/content-background.png);
	background-position: center center;
	color: #CCCCCC;
	text-align: left;
	padding: 6px;
	vertical-align: top;
}
.t6 {
	background-image: url(images/t5.png);
	background-repeat: repeat-y;
	background-position: left center;
}
.t7 {
	background-repeat: no-repeat;
	background-position: right top;
	height: 6px;
	width: 6px;
	background-image: url(images/t6.png);
}
.t8 {
	background-image: url(images/t7.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 6px;
}
.t9 {
	background-image: url(images/t8.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 6px;
	width: 6px;
}

.content_table {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}
.box_right {
	float: right;
	width: 400px;
	text-align: left;
	padding-right: 6px;
	padding-left: 6px;
}


li {
	color: #6387BC;
	letter-spacing: 2px;
	font-size: 24px;
	margin-bottom: 15px;
}
ul {
	margin-left: 0px;
	margin-top: 0px;
}

/* End tag modifying CSS */


/* Beginning Class modifying CSS */

/* End Class modifying CSS */


/* Beginning Id modifying CSS */
/* CSS regarding IDs are for single instances ie class="generic" id="unique" */

/* End Id modifying CSS */
.t_header {
	background-image: url(images/content-background.png);
}

