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

html, body {
	height: 100%;
	margin:0;
}

.left, .right, .right-border {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto;
	float:left;
	position:relative;
}

.left {
	width:40%;
	background:url(../images/bg.left.jpg) repeat-x 0 300px;
}

.right {
	background:#EBEBEB;
	width:500px;
	padding-left:20px;
	padding-right:20px;
}

.right-border {
	width:3px;
	background:#ccc;
	margin-left:2px;
}

.left .content {
	text-align:right;
	height:300px;
	background:url(../images/logo.png) bottom right no-repeat;
	width:100%;
	padding:0;
}

.left .content div {
	margin:1px 20px 0 0;
}	

.thumbs {
	float:left;
	margin-right:25px;
	margin-top:0;
}
