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

body { background-color:#fff; }
h1 { color:#f30; }
div { display:none; }
a { color:#f30; }

div.crest {
	width:800px;
	height:600px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

div.header {
	width:800px;
	height:60px;
	color:#f30;
	float:left;
}

div.content {
	width:230px;
	height:740px;
	color:#f30;
	float:left;
	text-align:right;
}
	
div.menu {
	width:120px;
	height:740px;
	color:#f30;
	float:left;
}

div.graphics {
	width:450px;
	height:740px;
	color:#f30;
	float:left;
}

div.footer {
	width:800px;
	height:60px;
	color:#f30;
	float:left;
}

a.design-link {
	display:block;
	width:120px;
	height:30px;
}

a.films-link {
	display:block;
	width:120px;
	height:30px;
}

a.photo-link {
	display:block;
	width:120px;
	height:30px;
}