/*  base settings for all elements */

html, body {
 height: 100%;
 width: 100%;
 margin: 0;
 padding: 0;
 font-family: Georgia,verdana,arial,tahoma;
 font-size: 10pt;
 text-align: center;
}

h2 {
 font-size: 12pt;
}

IMG, IMG A {
 border: 0 none;
}

ul {
 list-style-type: none;
}

p.bold-text {
 font-weight: bold;
}

/* page layout */

#top {
 position: fixed;
 z-index: 200;
 width: 100%;
 background: #ffffff;
}

#content {
 text-align: center;
 position: relative;
 z-index: 1;
 padding-top: 200px;
 min-height: 100%;
}

#logo {
 text-align: center;
 position: relative;
 padding-top: 10px;
}

#menu {
 text-align: center;
 position: relative;
}

#footer {
 width: 100%;
 background: #ffffff;
 clear: both;
 margin: 0 auto;
}

#footer-img {
 text-align: center;
 postion: relative;
}

/* links */

a:link {
 color: #8B0000;
 font-size: 10pt;
 text-decoration:none;
}

a:visited {
 color: #8B0000;
 font-size: 10pt;
 text-decoration: none;
}

a:active {
 color: #8B0000;
 font-size: 10pt;
 text-decoration: underline;
}

a:hover {
 color: #B22222;
 font-size: 10pt;
 text-decoration: underline; 
}

/* news announcement */

#news-announce {
 padding-top: 10px;
}

/* news separate page */

#news-full {
 width: 60%;
}

#news-full-comments {
 margin-top: 20px;
}

#news-comment-message {
 width: 80%; 
 height: 200px;
 margin-top: 10px;
}

#news-full-bottom {
 margin-top: 10px;
}

.news-full-single-comment {
 margin-bottom: 20px;
}

span.author-name {
 font-style: italic;
}