@charset "utf-8";
/* CSS Document */
body{
	background-color:#FFFFFF;
	background-image:url('/_images/bckimg.gif');
	background-position:top;
	background-repeat:repeat;
 	font-family: helvetica;
 	color:#000000;
	font-size:.9em;
}

@font-face { 
	font-family: helvetica; 
	src: url('../_font/HelveticaNeueLTStd-Cn.otf');
	
	
	font-family: helveticaThn; 
	src: url('../_font/HelveticaNeueLTStd-Th.otf');
} 

@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'CirqueDuFreakRegular';
	src: url('../_font/cirque_du_freak-webfont.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family: 'CirqueDuFreakRegular';
	src: url(//:) format('no404'), url('../_font/cirque_du_freak-webfont.woff') format('woff'), url('../_font/cirque_du_freak-webfont.ttf') format('truetype'), url('../_font/cirque_du_freak-webfont.svg#webfonto9KnLysi') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'FreakRegular';
	src: url('../_font/freak-webfont.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family: 'FreakRegular';
	src: url(//:) format('no404'), url('../_font/freak-webfont.woff') format('woff'), url('../_font/freak-webfont.ttf') format('truetype'), url('../_font/freak-webfont.svg#webfontf66BvhlW') format('svg');
	font-weight: normal;
	font-style: normal;
}

#bodyLayer{
	margin-top:5%;
	margin-bottom:auto;
	margin-left: auto; 
	margin-right: auto;
	width: 800px;
	height:auto;
}


#logo{
	position:relative;
	z-index:100;
	top:-100px;
	left:-460px;
	width:91px;
	height:187px;
	background-image:url('../_images/Logo.png');
	background-repeat:no-repeat;
	background-position:top;
}

#pub{
	position:relative;
	z-index:99;	
	top:-35px;
	left:115px;
	-moz-transform: rotate(15deg);
}

#content {
	margin-top:150px;
	width:950px;
	min-height:650px;
	border:#FC0 solid 2px;
	background-color:#FFF;
	background-image:url(/_images/backgrnd.jpg);
	padding:10px;
	font-size:1em;
	font-family: helveticaThn;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#content #inheader{
	position:relative;
	z-index:10;
	top:5px;
	width:950px;
	height:auto;
	color:#fff;
	text-align:left;
	padding-left:25px;
}
#content #subHeader{
	height:50px;	
}

#content #container{
	margin-top:10px;
	padding-left:50px;
}
#content #container .author{
	margin-left:400px;
	color:#FFF;
	font-size:.9em;
	font-family:'helveticaThn';
	text-transform:capitalize;
}
#content #container .quote{
	text-align:left;
	color:#FC0;
	font-size:1.75em;
	font-family:'helveticaThn';
}
#content .title{
	font-size:1.5em;
	font-family:'CirqueDuFreakRegular';
}
#content .leftcolumn{
	color:#FFF;
	float:left;
	width:300px;
	font-family:'helvetica';
	font-size:1em;
	
}
#content .centercolumn{
	float:left;
	width:auto;
	font-family:'helvetica';
	color:#FFF;
}
#content .centercolumn a,.sp{
	color:#FC0;
	text-decoration:none;
}
#content .centercolumn a:hover{
	color:#FFF;
}
#content .centercolumn img{
	float:left;
	margin:5px;
	border:#FC0 solid 1px;;	
}

#content p{
	width:300px;
	font-size:.80em;
	color:#FC0;
	text-align:left;
	padding:10px;
}
#content blockquote{
	width:auto;
	font-family:'CirqueDuFreakRegular';
	color:#CCC;
	font-size:1.5em;
}
#content .rightcolumn{
	float:right;
	width:300px;
	font-family:'helvetica';
	color:#FFF;
}

#content ol{
	margin:10px;
	text-align:left;
	margin-top:15px;
	color:#FC0;
	margin-bottom:115px;
	width:250px;
}
#content li{
	padding-left:5px;
	list-style:circle;
}

#content .video{
	padding:5px;
	margin-top:10px;
	width:415px;
	height:425px;
	background-color:#000;
	border:#FC0 solid 2px;
	border-radius: 15px;

}

#content .video img,p{
	float:left;
}

#content .video p{
	width:150px;
	color:#FFF;
	font-size:.75em;
	font-family:font-family:'helvetica';
}

#content .video a{
	color:#FFF;
	font-family:font-family:'helvetica';
	text-decoration:none;
}
#content .video a:hover{
	color:#900;
}

