body{
	background-color: black;
	}
.table{
	width: 100%;
	}
.left{
	background-image: url('../images/left_edge.jpg');
	background-position: left;
	width: 100px;
	height: 100%;
	}
.right{
	background-image: url('../images/right_edge.jpg');
	background-position: right;
	width: 100px;
	height: 100%;
	}
.title{
	background-image: url('../images/title2.jpg');
	background-repeat: no-repeat; 
	height: 111px;
	width: 515px;
	}
.main{

	color: grey;
	text-align: justify;
	font-family: arial;
	margin-left: 15%;
	margin-right: 15%;
	}
.nav{
	color: grey;
	text-align: center;
	font-family: arial;
	}
.inner_table{
	width: 100%;
	}
.frame{
	width: 100%;
	height: 390px;
	}
a:link, a:visited, a:hover{
	color: grey;
	font-weight: bold;
	text-decoration: none;
	}