* {padding:0px;margin:0px;}
.clear {clear:both;}
img { border:0px; }
body {
	background-color:#d6dce9;
}
.wrapper {
	width:934px;
	margin:auto;
	background-color:white;
	padding:9px 0px 0px 0px;
}
	.column1 {
		float:left;
		width:251px;
		padding-left:10px;
	}
	.column2 {
		float:left;
	}

.header {
	float:left;
	clear:both;
	width:934px;
}
	.header .logo {
		float:left;
	}
.content {
	float:left;
	clear:both;
	width:934px;
}
	.content .nav {
		background-color:#0f438c;
		width:244px;
		height:319px;
	}
		.content .nav, .content .nav li, .content .nav ul {
			list-style:none;
		}    
		.content .nav a {
			color:white;
		}
	.content .gallery {
		width:244px;
	}
.footer {
	float:left;
	clear:both;
	width:934px;

	border-top:6px solid #0f438c;
	border-bottom:6px solid #0f438c;
	padding:12px 0px 6px 0px;
}

/** IMG SHADOW **/
a.shadow {
	display:block;
}
.shadow {
	background-image:url(../img/shadow.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}
	.shadow .s1 {
		background-image:url(../img/shadow-bottom.jpg);
		background-repeat:no-repeat;
		background-position:left bottom;
	}
	.shadow .s2 {
		background-image:url(../img/shadow-right.jpg);
		background-repeat:no-repeat;
		background-position:right top;
		padding:0px 7px 8px 0px;		
	}
	.shadow .s2, .shadow .s1, .shadow {
		float:left;
	}






