html{
		height: 101%;
	}
body {
		height: 101%;
		margin: 0px 0px 0px 0px;
		background: url(../images/bg.jpg);
		color: #cacaca;
		font: 80% verdana;
	}
#table {
		width: 900px;
		color: #000000;
	}
#table1 {
		font: 80% verdana;
		width: 900px;
		text-align: right;
		padding: 0px 5px 0px 0px;
	}
#banner {
		width: 900px;
		background: #000000;
		font-size: 100%;
		text-align: center;
		letter-spacing: 3px;
		
		margin: 0px 0px 0px 0px;
	}
#nav {
		background: url(../images/nav_gradient.jpg);
		width: 900px;
		font-size: 85%;
		text-align: center;
		letter-spacing: 2px;
		vertical-bottom: bottom;
		padding: 10px 5px 10px 5px;
	
	}
#footer {
		width: 900px;
		height: 25px;
		font-size: 80%;
		background: #252421; 
		color: #adadad; 
		margin: 15px 0px 0px 0px;
		padding: 5px 5px 5px 5px;
		border-top: solid #dbcadd 2px;
	}
#footer2 {
		width: 900px;
		height: 25px;
		font-size: 65%;
		text-align: right;
		color: #adadad; 
		padding: 5px 10px 5px 5px;
	}
#form {
		font-size: 90%;
		background: #000000;
		font-size: 90%;
		margin:25px 15px 25px 15px;
		padding: 5px 5px 5px 5px;
		border-top: dashed #adadad 1px;
		border-right: dashed #adadad 1px;
		border-bottom: dashed #adadad 1px;
		border-left: dashed #adadad 1px;
	}
#form2 {
		font-size: 100%;
		padding: 5px 5px 5px 5px;
	}
h1 {
		font-size: 110%;
		text-align: right;
		letter-spacing: 3px;
		padding: 5px 5px 5px 5px;
		font-weight: normal;
		color: #adadad;
	}
a {
		font: 90%;
		color: #cacaca;
		font-weight: normal;
		text-decoration: none;
	}
a:hover {
		color: #ffffff;
		font-weight: normanl;
		text-decoration: none;
	}