body {
	background-color: #faf0e6;
}

h1 {
	font-family: Century, "Times New Roman", serif;
	font-size: 30px;
}

p.idx {
	font-family: Arial, sans-serif;
	font-size: 18px;
	text-align: center;
	background-color: white;
}

img.idx {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p.ctgs {
	font-family: Arial, sans-serif;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	
}

p.navctr {
	font-family: Arial, sans-serif;
	text-size: 16px;
	text-align: center;
	vertical-align: top;
}

p.about {
	font-family: Arial, sans-serif;
	text-size: 16px;
	background-color: white;
	padding: 3px;
}

.infobox {
	border-radius: 7px;
	border: 4px solid #778ba5; 
	background-color: #778ba5;
}

/* The following is the header ribbon of an infobox */
.ibxrib {
	background-color: #99badd;
	text-align: center;
	padding: 3px;
	color: white;
	text-size: 14px;
	font-family: Arial, sans-serif;
}


/* The following is the left panel of an infobox */
.ibl {
	background-color: #b0c4de;
	text-align: right;
	padding: 3px;
	color: white;
	text-size: 11px;
	font-family: Arial, sans-serif;
	margin: 1px;
}


/* The following is the right panel of an infobox */
.ibr {
	background-color: white;
	text-align: left;
	padding: 3px;
	color: black;
	text-size: 11px;
	font-family: Arial, sans-serif;
	margin: 1px;
}

/* The following is for centered elements in an infobox */
.ibc {
	background-color: #778ba5;
	text-align: center;
	padding: 3px;
	color: white;
	text-size: 11px;
	font-family: Arial, sans-serif;
	margin: 1px;
}


figure {
	float:right;
	width: 200px;
	margin: 10px;
}

figure img {
	border: 0;
	padding: 10px;
}

figcaption {
	font-family: Arial, sans-serif;
	text-align: center;
	padding: 5px;
}


.classname {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:black;
	font-family:arial;
	font-size:19px;
	font-weight:bold;
	font-style:normal;
	height:31px;
	line-height:31px;
	width:131px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.classname:active {
	position:relative;
	top:1px;
}

