@import url('common.css');

BODY  {
	margin:0;
	padding:0;
	font-family:Georgia,Times,serif;
	font-size:12px;
	letter-spacing: 0.05em;
	color:white;
	background:#900;
}

DIV {
	background:#A30006;
	margin:30px;
	padding:15px;
}

A {
	color:white;
	background:transparent;	
	text-decoration:none;
	font-variant:small-caps;
	padding:3px;
}

A:hover {
	background:#B00;
	padding:3px;	
}

A:active {
	color:white;
	background:transparent;	
}

P {
	margin:0;
	margin-bottom: 13px;
}

IMG {
	border:none;
}

H2 {
	padding:0;
	margin:0;
	font-size:24px;
	font-weight:bold;
}
#mainHead {
	position:absolute;
	top:0%;
	left:27%;
	right:0%;
}

#mainNavi {
	position:absolute;
	left:0%;
	top:0%;
	bottom:0%;
	right:68%;
}

#mainPhoto {
	position:absolute;
	left:27%;
	top:12%;
	right:0%;
	bottom:0%;
	line-height:19px;
}

IMG#vr {
	display:block;
}

SELECT {
	background:#900;
}