@charset "UTF-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	color: #04236B;
	line-height: 120%;
	margin-bottom: 0.6em;
}
h2 {
	font-size: 120%;
	margin-bottom: 0.6em;
	color: #860A0D;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: .4em;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
h4 {
	font-size: 80%;
	color: #11327E;
	text-align: center;
	padding-bottom: 0.8em;
}
h5 {
	font-size: 80%;
	color: #777777;
	margin-top: 1em;
	font-weight: normal;
}
#credit {
	margin-right: 10px;
	text-align: right;
}
#contents ul {
	list-style-type: circle;
	list-style-position: inside;
}
#contents ul li {
	margin-bottom: 0.8em;
}
#containment1 {
	background-image: url(assets/bg-img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	height: 650px;
}
.name {
	color: #860A0D;
}
#containment2 {
	width: 650px;
	position: absolute;
	top: 35px;
	right: 40px;
	padding-bottom: 20px;
	background-image: url(assets/side_repeat.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#navcontainer {
	margin-top: 20px;
	width: 650px;
}
#navcontainer ul {
	background-color: #F7791E;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 100%;
	width: 640px;
}

#navcontainer ul li {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 110%;
}

#navcontainer ul li a {
	margin: 0px auto;
	float: left;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	text-decoration: none;
	color: #860A0D;
	font-weight: bold;
}
#navcontainer ul li a:hover {
	background-color: #FCD300;
}
#contents {
	width: 446px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 194px;
	clear: both;
	padding-top: 20px;
}
#contents p {
	color: #222222;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 0.8em;
}
#contents a {
	color: #860A0D;
	text-decoration: none;
}
#contents  a:visited {
	color: #7D3B86;
	text-decoration: none;
}
#footer {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	background-color: #FFEB7C;
	width: 650px;
	margin-top: 30px;
	margin-left: 0px;
	padding-top: 0.5em;
	padding-bottom: 0.6em;
	clear: both;
}
#footer   p  {
	font-size: 85%;
	color: #11327E;
	padding: 0.2em;
	text-align: center;
}
#footer a {
	color: #46802F;
	text-decoration: none;
}
#credit a {
color: #777777;
text-decoration: underline;
}
.img_border {
	border: 2px solid #960E10;
	margin-bottom: 8px;
}
#footer a:hover, #contents a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
	background: none;
}
.float_L {
	float: left;
	margin-right: 15px;
}
.float_R {
	float: right;
	margin-left: 10px;
}
