.box	{
		border:solid 1px black;
		}
		
hr		{
		color: black;
		background-color: black;
		height: 1px;
		width: 625px;
		}
		
.text	{
		font-family: Franklin Gothic Medium, arial, sans serif;
		font-size: 13px;
		color: #404040;
		text-align:justify;
		}
		
.sidetext	{
		font-family: Franklin Gothic Medium, arial, sans serif;
		font-size: 11px;
		color: #404040;
		text-align:justify;
		}
		
		
#main	{
		float:left;
		width:70%;
		margin-left:15px;
		padding-right:25px;
		text-align:justify;
		}

#side	{
		margin-left:25px;
		margin-right:25px;
		}
		
.title	{
		font-family: Franklin Gothic Medium, arial, sans serif;
		font-size: 16px;
		color: #808080;
		}
		
a		{
		color: #800000;
		text-decoration:none;
		}
		
a:hover	{
		color: black;
		}
