body{
	background-color: #202020;
	color: #c0c0c0;
	font-size: 16px;
	font-family: Arial, Lucida, sans-serif;
}

a{
	color: #ffffff;
	text-decoration: none;	
}

a:hover{
	text-decoration: underline;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

#container{
	width: 80%;
	margin-left: auto;
	margin-right: auto; 
	padding-bottom: 10px;		
}

#menu{
	font-size: 20px;
	text-align:left;
}

#menu a{
	color: #c0c0c0;
}

#banner{
	text-align:center;
}

#footer a{
color:#c0c0c0;
}

.main{
margin:20px;
}

.topleft{
	background-image:url(tl.gif);
}

.topright{
	background-image:url(tr.gif);
}

.botleft{
	background-image:url(bl.gif);
}

.botright{
	background-image:url(br.gif);
}

.topside{
	background-image:url(ts.gif);
}

.leftside{
	background-image:url(ls.gif);
}

.rightside{
	background-image:url(rs.gif);
}

.botside{
	background-image:url(bs.gif);
}

p{
	margin-left:60px;
}

h1{
	font-size: 40px;
	font-variant: small-caps;	
	font-weight: 800;
}

h2 {
	font-size: 30px;
	font-variant: small-caps;
	font-weight: 800;
}

h3 {
	margin-left:20px;
	font-size: 18px;
	font-weight:normal;
	text-decoration: underline;
}

#splash{
	background-color:#000000;
	width:100%;
	height:220px;
}
 
#splash1{
	width:640px;
}

#txt{
	font-size: 20px;
	position:relative;
	width:160px;
	height:10px;
	top:100px;
	left:-240px;
	text-align:center;
	z-index:1;
}