/* CSS Document */


a:link, a:active {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #332211;
}

a:visited {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #555533;
}

a:hover {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	text-decoration: underline;
	color: #555533;
}

h1{
	font-family: Tahoma, Arial, Verdana;
	font-size:      16px;
	font-weight:    bold;
	text-align:     center;
      margin-top:     20px;
      margin-bottom:  5px;
	color: #FFFFFF;
}

h2{
	font-family: Tahoma, Arial, Verdana;
	font-size:      14px;
	font-weight:    bold;
	text-align:     center;
      margin-top:     30px;
      margin-bottom:   5px;
	color: #FFEA9D;
}

h3{
	font-family: Tahoma, Arial, Verdana;
	font-size:      14px;
      font-weight:    normal;
	text-align:     center;
      margin-top:      5px;
      margin-bottom:  20px;
	color: #FFEA9D;
}



body{	
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #000000;
	margin:0;
	}
	.topDarkHeader{
		background:#3F3B40;
		width:1320px;
	}
	.midSection{
		background:url(img/main_backdrop_new.jpg) no-repeat;
		background-color: #DDDCCA;
		width:1320px;	
	}
	.title{
		margin:5px 0px 3px 0px;	
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight: bold;
	}
	.subtitle{
		margin: 0px 0px 10px 30px;	
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight: ;
	}
	.content{
		margin:0px 0px 15px 15px;	
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		width:430px;
		line-height: 120% ;		
	}
	.widecontent{
		margin:10px 20px 100px 15px;	
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		width:900px;
		line-height: 120% ;		
	}
	
	.phototitle{
		margin:5px 0px 3px 0px;	
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight: bold;
	}
	.photoloc{
		margin: 0px 0px 10px 30px;	
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight: ;
	}

	div.crop45H {
		height: 508px;
		width: 628px;
		overflow:hidden;
	}
	div.crop45H img {	margin: -8px -6px -6px -8px;	}

	div.crop45V {
		height: 628px;
		width: 508px;
		overflow:hidden;
	}
	div.crop45V img {	margin: -8px -6px -6px -8px;	}

	div.crop35H {
		height: 428px;
		width: 628px;
		overflow:hidden;
	}
	div.crop35H img {	margin: -8px -6px -6px -8px;	}

	div.crop35V {
		height: 628px;
		width: 428px;
		overflow:hidden;
	}
	div.crop35V img {	margin: -8px -6px -6px -8px;	}


