@charset "utf-8";
/* CSS Document */
body { background-color:#9A3B34;
		font-family:Verdana, Geneva, sans-serif;
		font-size:.90em;
		color:#fff;
}

#wrapper {text-align: left;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color:#999;
	height:auto;
	background-image:url(pbimg/bg.gif);
	background-repeat:repeat-y;
}

#header {
			background-image:url(pbimg/majima.gif);
			height:200px;
}

#content { width: 740px;  
		margin: 0 20px 0 5px;
		padding: 0;
		text-align: justify; 
		background-color:#871210;
}

#footer { margin-top: 12px;
			margin-bottom: 12px;
			font-family:Verdana, Geneva, sans-serif;
			text-align:center;
			font-size:.60em;
			background-color: #9A3B34;
			color:#fff;
			height:15px;
			border:1px solid #5D0604;
}

a, a:link, a:active, a:visited {text-decoration:none; 
	color:#000000;
}

a:hover {text-decoration:line-through; 
		color:#9A3B34;		
}

h1, h2 {color: #1C0A09;
	margin:0px;
}

h3{ color:#000;
	text-align:center;
}

strong, em, u { color:#FF4137;
}

img {padding-left: 2px;
		padding-right: 2px;
		border: none;
}

blockquote {border: 3px double #5D0604; 
			background-color:#9A3B34;
			font-family: Verdana, Tahoma; 
			font-size : .90em; 
			color: #ffffff; 
			margin-left:50px; 
			margin-right: 50px; 
			padding: 2px 2px 2px 2px; 
			line-height:18px; 
}

.sub-header
{
	font-size: 10px;
	font-style: italic;
	margin: -2px 0 0 20px;
	padding: 0;
	color: #FF4137;
	letter-spacing: 2px;
	font-family: tahoma, sans-serif;
	text-transform: lowercase;
}

/*Dynamic Drive - css menu- Thank you! */
.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; 
margin: 0;
text-align: right; 
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #ffffff;
padding: 6px 3px 4px 3px; 
margin-right: 20px; 
text-decoration: none;
border-bottom: 3px solid #5D0604; 
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #FF4137;
}
