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

h1 { font-size:+10;}
h2 { font-size:18px; page-break-after:avoid; display: inline;}
h3 { font-size:15px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px; display: inline;}

#main { margin:0; padding:0; width:100%; position:relative; z-index:10; text-align:center;}

#columns {-webkit-column-count: 2;
	-webkit-column-gap: 0;
	-webkit-column-fill: auto;
	-moz-column-count: 2;
	-moz-column-gap: 0;
	-moz-column-fill: auto;
	column-count: 2;
	column-gap: 0;
	column-fill: auto;}
.pin {	display:block;
	background: transparent;
	border: 0;
	margin: 0;
	padding: 50px; }
.pin img { width:500px; border:0; padding:0; margin:0;}

#project-contain { background:url(../_images/box-background_800.png); background-position:top center; background-repeat:repeat-y; position:relative; width:1000px; padding:0, 50px; margin:0, 50px;}

#border-box-top { margin:0 100px; padding:0; width:790px; position:relative; z-index:15; border-top:5px solid #fff; border-left:5px solid #fff; border-right:5px solid #fff; border-bottom:0; height:50px;}
#border-box-bottom { clear:both; margin:0 100px; padding:0; width:790px; position:relative; z-index:15; border-bottom:5px solid #fff; border-left:5px solid #fff; border-right:5px solid #fff; border-top:0; height:50px;}