@font-face {
    font-family: "main";
    src: url('../fonts/Impact Label.ttf') format('truetype');
    font-weight: normal;    
	font-style: normal;
}
@font-face {
    font-family: "main2";
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;    
	font-style: normal;
}
body
{
	font-family: "main", serif; 	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	line-height: 16px;		
	color: #000000;
	height: 100%;
	background: #fff;
	box-sizing: border-box;	
}
a
{
	text-decoration: none;
	color: #000;
}
a:hover
{
	text-decoration: none;
	color: #999;
}
img
{
	border: 0px;
}
p
{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
}
form
{
	margin: 0px;
	padding: 0px;
}
input, textarea, select
{
 	font-family: Arial, sans-serif;
}
.full
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	height: 100%;				
}
.leftcol
{
	box-sizing: border-box;	
	position: fixed;	
	left: 0px;
	top: 0px;
	width: 30%;
	height: 100%;
	text-align: right;
	padding-right: 40px;
}
.leftcol img
{
	margin-top: 20px;
}
.leftcol h1
{
	font-family: "main";
	font-weight: normal;
	font-size: 28px;
	line-height: 30px;
	margin: 20px 0px 20px 0px;
}
.leftcol ul
{
	font-family: "main2";
	font-size: 16px;
	line-height: 18px;
	list-style-type: none;
}
.leftcol ul li
{
	margin-bottom: 20px;
}
.leftcol ul li ul
{	
	font-family: "main2";
	font-size: 14px;
	line-height: 14px;
	margin-top: 6px;
}
.leftcol ul li ul li
{
	margin-top: 3px;
	margin-bottom: 0px;
}
.rightcol
{
	font-family: "main2";
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
	float: right;
	width: 70%;	
	overflow: auto;
	text-align: left;
	padding-top: 0px;
}
.rightcol img 
{
	clear: left;
}
.rightcol p
{
	width: 50%;
}
.rightcol h1
{
	color: #aaa;
	font-family: "main";		
	font-size: 28px;
	line-height: 30px;
	margin: 20px 0px 20px 0px;
	font-weight: normal;
}
.rightcol .imgtitle
{
	width: 90%;
	font-size: 12px;
	line-height: 12px;
	margin: 10px 0px 20px 0px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.clear
{
	clear: both;
}
.noselect
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
}
.width100
{
	width: 100%;
}
.width90
{
	width: 90%;
}
.width80
{
	width: 80%;
}
.width70
{
	width: 70%;
}
.width60
{
	width: 60%;
}
.width50
{
	width: 50%;
}
.width40
{
	width: 40%;
}
.width30
{
	width: 30%;
}
.width20
{
	width: 20%;
}
.width10
{
	width: 10%;
}

@media (max-width: 767px) 
{
	.leftcol
	{
		width: 100%;
		height: auto;
		position: relative;
	}
	.rightcol
	{
		width: 100%;
		float: initial;	
		padding-left: 20px;
		box-sizing: border-box;	
	}
	.rightcol p
	{
		width: 90%;
	}	
}
