@charset "utf-8";
/* CSS Document */

body {
	background:#fefefe;
	margin:0;
	padding:0;
}

	
#header {
	width:940px;
	margin:0 auto;
}

#gallery {
	width:940px;
	margin:0 auto;
}

#left-column {
	float:left;
	width:600px;
}

#right-column {
	float:right;
	width:300px;
}

#footer {
	margin:0 auto;
	width:1000px;
}
