body {
	color:#000;
	font-family: FuturaMedium, "Helvetica Neue", Helvetica, sans-serif;
	background-color:#CCC;
	margin:0px;
	border:0px;
}

@font-face {
    font-family: 'FuturaMedium';
    src: url('futura-webfont.eot');
    src: url('futura-webfont.eot?#iefix') format('embedded-opentype'),
         url('futura-webfont.woff') format('woff'),
         url('futura-webfont.ttf') format('truetype'),
         url('futura-webfont.svg#FuturaMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


a {
	text-decoration:none;
	color:#000;
}

a:hover {
	color:#9a9a9a;
}

img {
	margin:0px;
}

h1 {
	font-size:20px;
	font-weight: normal;
	line-height:24px;
	margin-top:2px;
	margin-bottom:10px;
}

h5 {
	font-size:14px;
	font-weight: normal;
	line-height:20px;
	margin:0 auto;
}

h6 {
	font-size:10px;
	font-weight: normal;
}

p {
	
}

.menu_container {
	position:fixed; top:40px; left:40px;
	width:180px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:5px;
	padding-top:18px;
	background-color:#FFF;
	text-transform: uppercase;
	font-weight: normal;
}

ul {
	list-style-type:none;
	display:block;
	margin-left:0;
	padding-left:0;
	font-size:10px;
	font-weight: normal;
}

li {
	margin-bottom:6px;
}

.children {
	margin-top:6px;
}
	
.bgdr {
	position:fixed; top:0; left:0; z-index:-1;
	width:100%; height:100%;
	overflow:hidden;
}

.content {
	position:absolute; top:80px; left:300px;
	text-align:left;
	width:536px;
	font-weight: normal;
}

.content img {
	border:0px;
   	margin-top:14px;
}

.content a {
	text-decoration:underline;
}

.date {
	font-size:10px;
	color:#9a9a9a;
	font-weight:100;
	text-decoration:none;
}

.footer {
	font-size:10px;
	color:#9a9a9a;
	font-weight:100;
	margin-bottom:32px;

}

.c1 {
	background-color:#FFF;
	padding-top:18px;
	padding-left:18px;
	padding-right:18px;
	padding-bottom:18px;
	margin-bottom:14px;
}

.line {
	height: 1px;
	width: 180px;
	background-color: #c6c6c6;
}

.titlebox {
	border-bottom: solid 1px #c6c6c6;
	color: #000;
	padding-top: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-size: 20px;
	font-weight: normal;
	line-height: 40px;
	text-transform:uppercase;
}
