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

body {
	background-image: url(../img/bkg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#contain {
	margin: 80px auto 0px auto;
	width: 550px;
	padding: 30px 50px;
	background:url(../img/bkg-light.jpg);
	background-repeat: repeat;
}

#contain h1 {
	font-family: 'PT Mono', sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 24px;
	letter-spacing: .1em;
	text-shadow: 1px 1px 1px #fff;
}

#contain h2 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-shadow: 1px 1px 1px #fff;
}



#contain p.name {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-shadow: 1px 1px 1px #fff;
}

#contain p {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	font-size: 11px;
	text-shadow: 1px 1px 1px #fff;
}

#main{width:auto; display:block; margin-top: 30px; }
#column_one{width:123px; margin-right:19px; float:left;}
#column_two{width:123px; margin-right:19px; float:left;}
#column_three{width:123px; margin-right:20px; float:left;}
#column_four{width:123px; float:left;}
div.spacer{clear:both; height:10px; display:block;}

#main2{width:auto; display:block; margin-bottom: 25px; }
#column_left{width:265px; margin-right:20px; float:left;}
#column_right{width:265px; float:left; text-align: right;}
div.spacer{clear:both; height:10px; display:block;}

#footer {width: 550px; margin: 0px auto; text-align: center; margin-bottom: 80px; margin-top: -50px;}