@charset "UTF-8";
/* CSS Document */

body {
	background-color: #666;
	padding-left: 0px;
} 
/*	background-image: linear-gradient(blue, yellow);
*/


#container {
	margin-left: 35px;
}


.image_bg {
	/*	height: 750px;
	width: 500px;*/
	  width: 200px;
	max-width: 200px;
height: auto;
	padding-bottom: 0px;
	margin-top: 0px;	
	margin-left: 5px;
	margin-bottom: 5px;
float: left; 
}

.image_pg {
	/*	*/
 display: block;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	max-width: 700px;
}

.image_st {
	/*	height: 750px;
	width: 500px;*/
	  width: 200px;
	max-width: 200px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	float: left;
}




h3 {
	font-family: "MS Serif", "New York", serif;
	font-size: 36px;
	color: #999;
	line-height: 1;
	font-style: italic;
	
}

h4 {
	font-family: "MS Serif", "New York", serif;
	font-size: 20px;
	color: #999;
	line-height: .1em;
	font-weight: lighter;
}

h5 {
	font-family: "MS Serif", "New York", serif;
	font-size: 15px;
	color: #CCC;
	padding-top: 10px;
	width: 300px;
	line-height: 1.2em;
	clear: left;
	
		font-weight: lighter;
}


ul {
	list-style-type: none;

	margin: 0;
	padding: 0;
	overflow: hidden;
	
	
	padding-top: 15px;
	padding-bottom: 15px;
}

li {
  float: left;
  border-right: 1px solid #999;
}

li:last-child {
  border-right: none;
}
li a {
	display: block;
color: #999;
	text-align: left;
	padding: 3px 25px;
	text-decoration: none;
	
}




/* Change the link color on hover */
li a:hover {
	color: #999;
	background-color: #818181;
}
hr {


	width: 250px;
}
p {
	font-family: "MS Serif", "New York", serif;
	font-size: 15px;
	color: #CCC;
	margin-left: 0px;
	width: 360px;
	line-height: 1.2em;
}

/*video {
  height: 85vh;
}*/


.float-box {
    border: 1px ;
    padding: 0px;
}

.float-child {
	width: 200px;
	float: left;
	padding: 20px;
	border: 1px solid #666;
	background-color: #999;
}  

a {
	color: #666;

	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #CCC;
}

hr {
     width: 500px;
        height: 1px;
        margin-left: 0;
        margin-right: auto;
        background-color: #999;
        border: 0 none;
}