/* Style sheet for Scholars SGC web page */

/* General instructions for font, color, and background image */
body {
	font-family: "Times New Roman";
	color: #333946;
	margin: 10px;
	background: #838996 
}

/* General selector values */
p {
	line-height: 1.4em;
}

/* Heading fonts and formats */
h2 {
	font-family: "Times New Roman";
	color: #4C4646;
	font-size: 2em;
	margin: 0;
	padding: 0.1em 0 0.1em 1em;
	text-align: center;
	font-weight: normal;
}

h6 {
	font-family: Skia, Futura, Verdana, Arial;
	color: #565051;
	font-size: 0.75em;
	margin: 0;
	padding: 0.1em 0 0.1em 1em;
	text-align: center;
	font-weight: normal;
}

/* Margins and alignment for images in the content division */					
#content img {
	padding: 1px;
	float: right;
	margin: 0 0 1em 1em;
}

/* Link styles */
a {
	text-decoration: none;
}

a:link {
	color: #C9C0BB;
}

a:visited {
	color: #C4AEAD;
}

/* Page Layout */
#header {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#content {
	margin-top: 10px; 
}

/* Layout for divisions containing images and their captions */
#picture {
	padding: 1px;
	float: right;
	text-align: center;
	font-size: 8pt;
	margin: 0 0 1em 1em;
}

/* Layout for alignment of footer */
#footer {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer img {
	padding: 10px;
}