
html, body { background-image: url(images/backgrass.jpg);
  margin-top: 10px; 
  padding: 0; 
}

a:link,
a:active {
color:#333333;
text-decoration:none;
}

a:visited {
color:#333333;
text-decoration:none;
}

a:hover {
color:#CC0000;
text-decoration:none;}
	
a.white:link,
a:active {
color:#ffffff;
text-decoration:none;
}

a.white:visited {
color:#ffffff;
text-decoration:none;
}

a.white:hover {
color:#CC0000;
text-decoration:none;}

h1	{font-size: 16px;
		color: #B42424;}
		
h2	{text-align: center;
	font-size: 16px;
		color: #B42424;}
		
p {		line-height: 22px;
margin-top: 0px;
	margin-bottom: 0px;}
	
#container {margin: auto;
			padding: 0px;
			width: 750px;
			height: auto;
			background: url(images/otherfoot_logo2.jpg) no-repeat #000000;
			border: 6px solid #ffffff;
			color: #333333;
			text-align: right;}
			
#content {margin: 0px 0px 0px 190px;
		width: 560px;
		text-align: right;
		height: auto;
		background-color: #ffffff;}

#nav {margin: 0px;
		width: 560px;
		text-align: right;
		height: auto;
		background-color: #ffffff;}

#toppics {margin: 0px;
		width: 560px;
		text-align: right;
		height: auto;
		background-color: #ffffff;}

#text {margin: 20px auto auto auto;
		text-align: left;
		width: 520px;
		font: 10pt verdana;
		height: auto;}
			
#bottom {margin: auto;
		text-align: right;
		width: auto;
		height: auto;}

#navfoot {background-color: #B42424;
		margin: 5px auto auto 5px;
		text-align: center;
		width: auto;
		padding-top: 8px;
		color: #ffffff;
		font: 8pt arial;
		height: 25px;}
		
#copyright {background-color: #000000;
			font: 8pt arial;
			font-weight: bold;
			color: #ffffff;
			width: 760px;
			text-align: center;
			margin: auto;
			padding-top: 5px;}