#main_article {
	min-height:500px;
	width:auto;
	text-align:left;
	border:1px solid #99CCFF;
	margin:0 0 10px 0;
	padding:0 10px;
}

.articletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}
.articleinfo {
	font-family: "Times New Roman", Times, serif;
	font-size: .8em;
	font-style: normal;
	color: #000000;
}

/* Styles for the div containing a photo and caption in the body of each article */

.photo_right {
	text-align:center;
	width:230px;
	height:305px;
	float:right;
	border:1px solid;
	border-color:#990000;
	margin:15px;
	padding:5px 5px 35px 5px;

}

/*Styles for the caption under each photo in the articles section. */

.photo_caption {
	color:#003366;
	font-size:.7em;
	font-style:italic;
}

/*style for the box (paragraph) containing links to the forum, tours, or other parts of the site*/

.linkbox {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight: bold;
	border: 2px dotted;
	border-color:#990000; 
	margin: 20px auto;
	padding: 10px auto;
}