body{

	background-color:white;

}

#container{

	width:1200px;
	heicght:1980px;
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	

}

::-moz-selection{

	background:#97100b;

	}
	
#logo_bar{

	width:1200px;
	height:202px;
	background-color:#d1d1d1;
	position:relative;
	
}

#name{
	width:400px;
	height:200px;
	backdground-color: yellow;
	position:absolute;
	left:0%;
	font-family: 'Quintessential', serif;
	font-size:40px;
	font-weight:bold;
	margin-top:40px;
	margin-left:50px;
	text-align: center;
	text-aclign-last: center;
	
	
	
	
	
}

#logo{
	width:170px;
	height:170px;
	b4ackground-color: red;
	position:absolute;
	left: 40%;
	bottom: 20px;
	padding-top:20px;
	}
	
#logo img {
	
	border: 5px solid black;
}

#contact{
	width:220px;
	height:200px;
	backdground-color: green;
	position:absolute;
	right: 1%;
	font-size:18px;
	padding-top:40px;
	font-family: 'Lato', sans-serif;
	
	
	
}
#contact p{
	padding-bottom:5px;
}

#contact span{
	font-size: 40px;
	
}
.black_bar{

	width:1200px;
	height:8px;
	background-color:black;
	

}

#menu_bar{

	width:1200px;
	height:30px;
	background-color:white;
	text-align:center;
	padding-top:15px;
	padding-bottom:25px;	
	font-family: 'Lato', sans-serif;
	font-weight: bolder;
	font-size:17px;
	
	
	

}


ol{

	padding: 0;
	margin: 0;
	list-style-type: none;
	fofnt-size: 16px;
	height: 35px;
	line-height: 200%;
	display: inline-block;
	
	
}

ol > li{

	float: left;
	width: 170px;
	height: 40px;
	border-right: 1px dashed #868686;
}

ol a{

	color: black;
	text-decoration: none;
	display: block;
}

ol > li:first-child{

	border-left: 1px dashed #868686;
}

ol > li:hover{

	background-color: #868686;
}

ol > li:hover > a{

	color: #97100b;
	color: black;
}


ol > li > ul{

	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 40px;
	display: none;
}

ol > li:hover > ul{

	display: block;
}

ol > li > ul > li{

	background-color:#868686;
	position: relative;
	z-index: 100;
	border-top: 1px dashed #97100b;
}

ol > li > ul > li:hover{

	background-color: #c34f4f;
}

ol > li > ul > li:hover > a{

	color: #97100b;
}
#title_bar{

	width:1200px;
	height:42px;
	background-color:#d1d1d1;
	color:black;
	font-family: 'Lato', sans-serif;
	font-size:28px;
	text-align:center;
	padding-top:2px;
	bacgkground-image: url("../imgs/title_bar.jpg");
	font-family: 'Lato', sans-serif;
	font-family: 'Quintessential', serif;
}

#photo_box{
	width:700px;
	
	margin-left:auto;
	margin-right:auto;
	
}

#slider{
	width:700px;
	
	margin-left:auto;
	margin-right:auto;
	
}

#main_box{

	
	min-height:520px;
	background-color:inherit;
	
	padding-top:20px;
	padding-left:40px;
	font-family: 'Lato', sans-serif;
	padding-right:20px;
	line-height:150%;
	color:black;
	text-align:justify;
	font-weight:normal;
	
	
}

#main_box p{

	text-indent: 50px;
	font-size:30px;

}



#main_box > p >span {

	text-decoration:underline;

}

#main_box > h2 >span {
	
	font-size:14px;
	font-weight:normal;
	
	
}
#footer_bar{

	width:800px;
	height:17px;
	background-color:inherit;
	margin-left:auto;
	margin-right:auto;
	font-family: 'Lato', sans-serif;
	font-size:10px;
	color:black;
	text-align:center;
	padding-top:3px;

}