body { background: #000000 url(images/grunge02.jpg); }
a { color: #ffffff; text-decoration: underline; }
a:hover { color: #ffffff; text-decoration: underline; }
a:active { color: #ffffff; text-decoration: underline; }
a:visited { color: #ffffff; text-decoration: underline; }
#container
{
	width: 770px;
}
#logo 
{ 
	text-align: center;
	color: #ffffff;
	font-size: 40px;
	font-family: Georgia;
	width: 780px;
	background: url(images/grunge01.jpg);
	border: solid #000000 5px;
}
.full_box 
{ 
	text-align: left;
	color: #ffffff;
	font-size: 16px;
	font-family: Georgia;
	width: 770px;
	background: url(images/grunge01.jpg);
	border: solid #000000 5px;
	margin-top: 10px;
	padding: 5px;
}
.left_box
{ 
	color: #ffffff;
	font-size: 16px;
	font-family: Georgia;
	width: 480px;
	background: url(images/grunge01.jpg);
	border: solid #000000 5px;
	margin-top: 10px;
	text-align: left;
	padding: 5px;
}

.right_box
{ 
	color: #ffffff;
	font-size: 16px;
	font-family: Georgia;
	width: 250px;
	background: url(images/grunge01.jpg);
	border: solid #000000 5px;
	margin-top: 10px;
	text-align: left;
	padding: 5px;
}
.title
{
	background: #000000; 
	margin: -3px; 
	padding: 4px;
	filter:alpha(opacity=65);-moz-opacity:.65;opacity:.65; 
	/*font-family: verdana; */
	font-size: 16px;
	font-weight: bold;
}
.grnimg
{
	border: solid #444444 1px;
}
.grnimg:hover
{
	border: solid #00FF00 1px;
}
.subbtn 
{
	background: #444444;
	color: #ffffff;
	border: ridge 3px #000000;
}