h1 {
	font-family: Georgia;
	font-weight: normal;
	color: #483737;
	font-size: 36pt;
	margin-bottom:5px;
	margin-top:10px;
}

h2{
	font-family: Georgia;
	font-weight: normal;
	color: black;
	font-size: 2em;
	text-align:left;
	padding-top:90px;
	padding-left:50px;
}

h3{
	font-family:Georgia;
	font-weight:normal;
	color:#806600;
	font-size:18pt;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align:left;
}
	
p {
	font-family: Verdana;
	font-size:	10pt;
}

a.home{
	text-decoration: none;
}

a.nav{
	color: white;
	text-decoration: none;
}

a.content:link{
	color: #c83737;
	text-decoration:none;
}

a.content:visited{
	color: #c83737;
	text-decoration:none;
}

#container{
	width:800px;
	border-left:100px solid white; /* The width and color of the left rail */
	border-right:150px solid white; /* The width and color of the right rail */
	margin-left:auto;
	margin-right:auto;
}


#center{
	width:auto;
}


#navigation{
	background-color: #6c5d53;
	color: white;
	text-align: center; 
	font-size: 1.2em;
	border:  20px solid  #6c5d53;
	position:relative;
		
}


#insetLeft{
	background-image: url(../images/background_w_Greg_L.png);
	float:left;
	position:relative;
	width:400px;
	padding:0px;
	top:0px;
	vertical-align:middle;
	height:321px;
}

#insetRight{
		width:400px;
		float: right;
		position: relative;
		height:321px;
		
}

#subL{
	float:left;
	width:300px;
	text-align:justify;
	margin-top:10px;
	padding: 0 30px 20px 50px;
}



#subR{
	float:right;
	width:300px;
	text-align:justify;
	margin-right:0px;
	margin-top:10px;
	padding: 0 60px 20px 45px;
	border-left: 1px solid gray;
	
}

#footer{
	clear: both;
	width: 100%;
	font-family:Verdana;
	font-size:8pt;
}

.RedEmphasis {
	color: #c83737;
}

.LargeBar{
	font-size:20pt;
}

.SubText{
	font-family: Verdana;
	font-size:0.75em;
}

.tiny{
	font-family:Georgia;
	font-style:italic;
	font-size:0.5em;
}

.greg	{
	font-family: Verdana;
	font-size:0.75em;
	font-weight:bold;
	color:#806600;
}
	
