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:110px;
	margin-left:70px;
}

h3{
	font-family:Georgia;
	font-weight:normal;
	color:#806600;
	font-size:18pt;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align:left;
}
	
p.content {
	font-family: Verdana;
	font-size:0.9em;
	padding-left: 70px;
	width:290px;
	vertical-align:middle;
	text-align:left;
	margin-top:-10px;
}


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/portfolio_background_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:800px;
	text-align:justify;
	margin-top:10px;
	margin-bottom:20px;
	padding: 0 ;
}





#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;
}

img.gallery {
	padding: 7px;
	border: 1px solid #483737;
	margin-top: 20px;
	margin-right:10px;
	margin-left:10px;
	background-color:#483737;
}