body{
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: arial, helvetica, sans-serif;
	color: #FFF;
	text-align: center; /* IE5 */
	border: 0;
}

a:link,a:visited
{
	color: #ff6600;
	text-decoration: none;
}

a:hover,a:active,a:focus
{
	color: #ff6600;
	text-decoration: underline;
}

 img{
	border: 0px;
}

#wrap{
	width: 850;
	margin: auto;
	text-align: center;
}

#header{
	text-align: center;
	height: 200px;
	margin-top: 40px;
	background: url("images/logo_p.png") no-repeat;
	background-position: center;
}



textarea{
	width: 540px;
	height: 200px;
	color: #FF9900;
	text-align: left;
	margin: 10px;
	border: 3px solid #FF9900;
	background-color: #330000;
	padding: 10px;
}

#sponsor{
	text-align: center;
	padding-top: 100px;
	font-size: 14px;
}

#sponsor img{
	margin: 10px;
}

a.esci{
	font-family: times;
	color: #FF9900;
	font-size: 2em;
	font-weight: bold;
	
}

.rbroundbox{ 
	background: url(images/nt.gif) repeat; 
}

.rbtop div{ 
	background: url(images/tl.gif) no-repeat top left; 
}

.rbtop{ 
	background: url(images/tr.gif) no-repeat top right; 
}

.rbbot div{ 
	background: url(images/bl.gif) no-repeat bottom left; 
}
.rbbot{ 
	background: url(images/br.gif) no-repeat bottom right; 
}

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.rbcontent { 
	font-size: 0.9em;
	color: #330000;
	margin: 7px 7px; 
}

.rbroundbox { width: 600px; margin: 1em auto; }

#bottom{
	padding: 50px;
	font-size: 3em;

}

#footer{
	text-align: left;
	padding-top: 80px;	
}

#disc{
	width: 850px;
	font-size: 10px;
	text-align: center;
}