/* Empyrean Collapse CSS */

* {
    padding: 0;
    max-width: none;
    margin-top: 0px;
    min-width: 0px;
}

@font-face {
  font-family: 'Malgun Gothic';
  src: url('fonts/malgun.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Poor Richard';
  src: url('fonts/poorich.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

body {
    background-color: #000000;
	background-image: url(images/right_bg1.jpg);
    background-repeat: repeat;
    font-size: 100%;
    font-family: "Malgun Gothic";
    padding-left: 10%;
    padding-right: 150px;


}

#container {
	width: 954px;
	font-size: 1.2em;
}

#left {
	background-image: url(images/left_bg1.jpg);
	float: left;
	height: 634px;
	width: 274px;
	padding-top: 0px;
	text-align-last: center;
	font-size: 80%
}



#right {
	background-image: url(images/right_bg1.jpg);
	float: left;
	width: 590px;
	padding-top:80px;
	padding-right: 90px;
	background-repeat: repeat;
}


#footer {
	background-image: url(images/right_bg1.jpg);
	background-repeat: repeat;
	height: 100px;
	width: 524px;
	padding-left: 430px;
	padding-top: 28px;
	clear: both;
}

#navcontainer ul
{
margin-left: 55px;
list-style-type: none;
font-family: "Malgun Gothic";

}

#navcontainer a
{
display: block;
padding: 16px;
width: 160px;
}

#navcontainer a:link, #navlist a:visited
{
	color: #8F8756;
	text-decoration: none;
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-bottom: 7px;
	font-weight: normal;
}

#navcontainer a:hover
{
    color: #ABA16E;
    background-repeat: no-repeat;
    font-family: "Malgun Gothic";
    text-align: center;
    left: 0px;
    font-weight: bold;
}

p {
    margin-bottom: 15px;
    margin-top: 5px;
    font-family: "Malgun Gothic";
    color: #8F8756;
    background-color: #000000;
    font-size: 13px;
    text-align: right;
    font-weight: normal;
}

h1 {
    text-align: center;
    margin-top: -55px;
    font-family: "Poor Richard";
    font-style: normal;
    color: #8F8756;
    font-size: 2em;
}

h2 {
    margin-bottom: 40px;
    font-family: "Poor Richard";
    font-style: normal;
    color: #ABA16E;
    font-size: 110%;
    margin-top: 30px;
    margin-left: 13%;
    letter-spacing: 1px;
    font-weight: normal;
    width: 130%;
    overflow: auto;
    height: 899px;
	
}

h3 {
    text-align: left;
    font-style: normal;
    color: #ABA16E;
    font-size: 18px;
    margin-left: 13%;
    margin-top: 30px;
    font-family: "Poor Richard";
}

h4 {
	text-align: left;
	font-family: "Poor Richard";
	font-style: normal;
	color: #ABA16E;
	font-size: 1.5em;
	margin-left: 107px;
	margin-bottom: 30px;
}

h5 {
    text-align: left;
    font-family: "Malgun Gothic";
    font-style: normal;
    color: #8F8756;
    font-size: 1.5em;
    margin-left: 360px;
    margin-bottom: 30px;
	margin-top: 160px;
    
}

h7 {
    margin-bottom: 40px;
    font-family: "Poor Richard";
    font-style: normal;
    color: #ABA16E;
    font-size: 110%;
    margin-top: 160px;
    margin-left: 13%;
    letter-spacing: 1px;
    font-weight: normal;
    width: 130%;
    overflow: auto;
    height: 600px;
    
}

blockquote {
	font-style: italic;
	border: 1px dotted #98A549;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #74752B;
	
}

a:link {color: #7C8832}
a:visited {color: #74752B}
a:hover {color: #993300}
a:active {
    color: #993300;
    text-align: center;
    font-size: 16px;
    font-family: "Poor Richard";
}
.logo {
    width: auto;
    list-style-position: inside;
    vertical-align: middle;
    position: relative;
    clear: none;
    opacity: 1;
    left: -65px;
    top: 10px;
    max-width: none;
    margin-top: 0px;
}
