body {
margin: 0;
padding: 0;
}

div.maincontent {
width: 1005px;
height: 800px;
z-index: 1;
}

div.placeholdernews {
position: relative;
left: 150px;
top: -530px;
z-index: 100;
width: 350px;
height: 240px;
border: 1px solid #ccc;
background: transparent url(opaque-pyeng.png);
color: #5A3324;
font-family: Georgia, serif;
font-size: 13px;
font-weight: bold;
line-height: 18px;
overflow: auto;
text-align: center;
}


a {
color: #5A3324;
text-decoration: underline;
}

a:hover {
color: #6c3921;
text-decoration: underline;
}

.redtext {
font-family: Georgia, serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #6c3921;
line-height: 18px;
}

p {
font-size: 12px;
padding: 0px 15px 0px 15px;
}

h1 {
font-family: Georgia, serif;
font-size: 18px;
font-weight: bold;
padding: 10px 15px 5px 5px;
text-transform: uppercase;
}

h3 {
font-family: Georgia, serif;
font-size: 14px;
font-weight: bold;
padding: 0px;
text-transform: uppercase;
}

hr {
border: none;
background-color: #666;
height: 1px;
margin: 10px 10px 10px 10px;
width: 80%;
margin-left: auto;
margin-right: auto;
}

hr.sub {
border: none;
background-color: #666;
height: 1px;
margin: 10px 50px 10px 50px;
}

.button {
color: white;
font-size: 12px;
border: 1px solid #27837e;
background: #27837e;
padding: 2px 3px 2px 3px;
margin: 0;
text-decoration: none;
}

.button:hover {
color: #27837e;
border: 1px solid #27837e;
background: white;
text-decoration: none;
}

div.bloglink {
position: relative;
left: 223px;
top: -514px;
z-index: 100;
width: 200px;
height: 40px;
/*border: 1px solid #ccc;*/
/*color: #5A3324;*/
font-family: Georgia, serif;
font-size: 13px;
font-weight: bold;
line-height: 18px;
text-align: right;
padding: 0;
margin: 0;
}

div.bloglink .button {
color: #27837e;
font-size: 12px;
border: 1px solid #27837e;
background: #E9F8FE;
padding: 3px 4px 3px 4px;
margin: 0;
text-decoration: none;
}

div.bloglink .button:hover {
color: white;
border: 1px solid #27837e;
background: #27837e;
text-decoration: none;
}




