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

body {
	background:url(images/light-brown-parquet_2.jpg);
	color:rgba(0,0,0,0.9);
	margin:30px;
	padding:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	font-weight:bold;
	text-shadow:1px 1px 0px rgba(255,255,255,0.4);
}

h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:35px;
	color:#fff;
	text-shadow:1px 1px 0px #000;
}



#page-wrap {
	width:100%;
	margin:0 auto;
}

header {
	text-align:center;
	line-height:65px;
	height:75px;
	background:rgba(255,255,255,0.3);
	margin-bottom:40px;
}

#main-content {
	
}

#content-wrap {
	
}


.logobox {
	width:300px;
	display:inline-block;
	vertical-align:top;
	margin-right:20px;
	margin-bottom:25px;
}

.whitebox {
	border:2px solid rgba(0,0,0.6);
	background:rgba(255,255,255,0.7);
	box-shadow:inset 0px 0px 15px rgba(0,0,0,0.8);
	margin-bottom:7px;
	padding:25px;
}

.logoholder {
	width:250px;
	height:50px;
}

.logoholder img {
	width:100%;
	height:auto;
}

.img_holder {
	border:1px solid rgba(0,0,0,0.3);
	margin-bottom:15px;
	position:relative;
	display:inline-block;
	margin-right:15px;
}

.img_label {
	position:absolute;
	bottom:15px;
	left:15px;
	padding:8px;
	background:rgba(0,0,0,0.5);
	color:#fff;
	text-shadow:none;
}


.img_holder img {
	width:100%;
	height:auto;
}

.img_big {
	width:960px;
}

.img_med {
	width:600px;
}

.img_small {
	width:400px;
}


@media only screen and (max-width: 1000px) {
	.img_big {
		width:100%;
	}
}

@media only screen and (max-width: 640px) {
	.img_med {
		width:100%;
	}
	
	h1 {
	font-size:24px;
	}
	
	
body {
	margin:15px;
}

}

@media only screen and (max-width: 440px) {
	.img_small {
		width:100%;
	}
}
