body {
	background-color: #6dc069;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 900px;
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}
/********************** EventTitle ***************************/
#EventTitle {
	background-image:url(assets/Events/CHP2016/ghost_ORG.gif);
    background-repeat: no-repeat 
	
}

/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(assets/images/header_ofa2.jpg);
	width:900px;
	height:288px;
	position:relative;
}
#header ul{
	background-color: #666699;
	width: 894px;
	border: 3px solid #FFFFFF;
	display: block;
	top: 255px;
	position: absolute;
	margin: 0px 0px 0px 0px;
	height: 22px;
	padding: 5px 0px 0px 0px;
	text-align: center;
}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}
#header ul a:hover{
	text-decoration:underline;
	color:#F15D30;
}

/********************** Content ***************************/
#content {
	/*background-image:url(images/content_bg_ofa.gif); */
	background-image:url(assets/images/content_bg_blue.gif);
	width:900px;
}
img{
	border-width:0px;
}
h1{
	font-size: 25px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#6dc069;
	font-size:14px;
	width:200px;
	margin: 10px 0px 15px 0px;
}

h3{
	color:#ED6310;
	font-size:15px;
	margin: 10px 0px 15px 0px;
}

/*************** VIDEO BEHID TEXT ***************/
video center {
  position: fixed; // Play the video in full screen mode
  alignment:center;
  top: 351px;
  left: 150px;
  min-width: 899px;
  min-height: 300px;
  z-index: -1; // Put the video behind all other elements
}
 
@media only screen and (max-width: 768px) {
  video {
    display:none;
  }
  body{
    background-image:url("/assets/images/kac_center_medium.jpg");
  }
}

.image {
  width:600px;
}
.image .black {
	position: absolute;
	top: 345px;
    /* left: 48px; */
	width: 894px;
	/* padding: 10px 20px; */
	height: 300px;
	background-color: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient
            (startcolorstr=#7F000000,endcolorstr=#7F000000) 9;
}
  
.image .black a {
  color: #F15D30;
  font-size: 48px;
  text-decoration: none;
  outline: none;
  font-family:Comic "Comic Sans MS";
}
  
.image .black .follow {
  position: absolute;
  margin-top: 220px;
  left:60px;
  font-size: 48px;
  font-family: "Comic Sans MS";
  color: white;
  -webkit-text-stroke: 1px black;
   text-shadow:
      3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
     -1px 1px 0 #000,
      1px 1px 0 #000;
}
/*************** VIDEO BEHID TEXT ***************/

#left {
	float:left;
	width:450px;
	margin-left:50px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#left a{color:#FAB131;}
#left a:hover{color:#FFFFFF;}
#photos a{
	margin-right:14px;
}

#right {
	margin-top:50px;
	float:right;
	width:310px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid;

}
#right a{
/*color:#c77e0c;*/
	color:#ef649c;
}
#right a:hover{
	color:#85a157;
}
/********************** Footer ***************************/
#footerline {
clear:both;
/*background-image:url(images/footer_bg_ofa.gif);*/
background-image:url(assets/images/footer_bg_white.gif);
font-size:1px;
height:10px;
}
#footer {
	width:900px;
	text-align:center;
	padding: 20px 0px;
}
#container #content #left2 {
	color: #FFFFFF;

}
