/* CSS Document */

/*--------------------------------------- Start universal link style sheet ------------------------------------*/
a:link{
	color:#693700;
	text-decoration:none;
	}
a:hover{
	color:#666666;
	text-decoration:none;
	}
a:active{
	color:#FFFF00;
	text-decoration:none;
	}
a:visited{
	color:#693700;
	text-decoration:none;
	}
.footer{
	width:1020px;
	height:20px;
	color:#693700;
	text-align:center;
	float:left;
}
/*--------------------------------------- Start home.html style sheet ------------------------------------*/
html{
	background-image:url(../images/main_bg.jpg);
	background-repeat:no-repeat;
}
body{
	background-image:url(../images/main_bg.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	width:1020px;
	height:850px;
	}

.main{
	width:700px;
	height:372px;
	border:4px double #693700;
	margin:0 auto;
	
	}
.title{
	width:1020px;
	height:20px;
	color:white;
	margin:0 auto;
	margin-top:60px;
	font-weight:400;
	font-family:Times New Roman;
	text-align:center;
	margin-left:30px;
}

#nav{
	width:700px;
	height:20px;
	border-top:1px solid #693700;
}

table{
	margin:0 auto;
	border-top:1px outset #CCCCCC;
	}
	
td{
	color:#CCCCCC;
	border:1px outset #CCCCCC;
	text-align:center;
	}

/*--------------------------------------- End home.html style sheet ------------------------------------*/


/*--------------------------------------- Start event_photos galleries style sheet ------------------------------------*/

.heading{
	border-bottom:6px double #693700;
	width:1000px;
	height:24px;
	margin-top:15px;
	}
.heading_right{
	text-align:right;
	font-size:11pt;
	color:#693700;
	float:right;
	width:480px;
	padding-right:15px;
	}

.heading_left{
	font-size:14pt;
	text-align:left;
	color:#999999;
	float:left;
	width:485px;
	height:20px;
	font-family:Verdana;
	font-weight:700;
	padding-left:15px;
	}
.left_nav{
	width:110px;
	height:770px;
	float:left;
	clear:right;
	padding-left:5px;
	padding-right:10px;
	margin-top:30px;
	margin-right:10px;
	}

.right_nav{
	border-left:6px double #693700;
	width:100px;
	height:770px;
	float:right;
	color:white;
	font-size:12pt;
	padding-top:5px;
	cursor:pointer;
	margin-top:30px;
	margin-left:10px;
	}
	
.photos{
	margin:10px auto;
	width:500px;
	height:500px;
	float:left;
	}
li{
	font-size:12pt;
	color:#693700;
	text-align:center;
	margin-top:10px;
	}
a:link li{
	color:#FFFF00;
	}
iframe{
	float:left;
	border-top:5px dotted #693700;
	margin-top:30px;
	}
/*--------------------------------------- End event_photos.html style sheet ------------------------------------*/

/*--------------------------------------- Start photographer.html style sheet ------------------------------------*/
.photographer_pic{
	width:185px;
	height:250px;
	margin-top:5px;
	margin-left:20px;
	float:left;
	color:white;
	text-align:center;
	font-size:12pt;
}

.display{
	width:800px;
	height:450px;
	margin:0 auto;
	border:4px double #693700;
	margin-top:40px;
}

h1{
	color:white;
	font-size:16pt;
	font-family:Verdana;
	text-transform:uppercase;
	text-align:center;
	width:650px;
	float:right;
	margin-top:40px;
}

p#photographer{
	width:500px;
	color:#693700;
	font-size:12pt;
	text-indent:30px;
	float:left;
	margin-top:25px;
	margin-left:30px;
	}
/*--------------------------------------- End photographer.html style sheet ------------------------------------*/

/*--------------------------------------- Start contact.html style sheet ------------------------------------*/

p#contact{
	font-size:18pt;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Verdana;
	color:#693700;
	float:left;
	margin-top:50px;
	margin-left:10px;
	letter-spacing:5px;
}

.contact_pic{
	width:185px;
	height:250px;
	margin-top:60px;
	margin-right:30px;
	float:right;
	color:white;
	text-align:center;
	font-size:12pt;
}

#contact_txt{
	font-family:Arial;
	font-size:14pt;
	text-align:left;
	margin-top:145px;
	width:400px;
	margin-left:15px;
	color:#693700;

}
/*--------------------------------------- End contact.html style sheet ------------------------------------*/