html, body {
text-align: center;
height: 100%;
}
p {text-align: left;}

body {
	min-height: 100%;
	height: 100%; 
        margin: 0;
        padding: 0;
        background: #000000;
        text-align: justify;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #666666;
        background-color:#252F33;
}
*
{
  margin: 0 auto 0 auto;
 text-align:left;}

#header {
        position:relative;
        width: 680px;
        height:99px;
        margin-left:29px;
        margin-right:21px;
        background: url(header.png) no-repeat;
}

#page
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 100%;  
  position: relative; 
  overflow: scroll;
  background: #252F33 url(background.png) repeat-y;
  width: 730px;
}

.title
{
position:relative;
top:30px;
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
font-weight:bold;
color:#252F33;
}

.subText
{
position:relative;
left:62px;
top:26px;
text-align:left;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
font-weight:bold;
color:#252F33;
}

.articleTitle
{
text-align:left;
padding-left:25px;
padding-top:10px;
padding-bottom:10px;
color: #252F33;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:24px;
font-weight:bold;
}

.articleContent
{
width:auto;
position:relative;
padding-left:25px;
color:#101214;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
line-height:27px;
}

.articleContent a:link {
COLOR: #EE2C2C;
}

.articleContent a:visited {
COLOR: #800080;
}

#bar
{
        position:relative;
        width: 680px;
        height:57px;
        margin-left:29px;
        margin-right:21px;
        background: url(bar.png) no-repeat;
}

.menuLink
{
        height:36px;
        width: 120px;
        text-align:center;
        float:left;
        font-family:Geneva, Arial, Helvetica, sans-serif;
        font-size:14px;
        font-weight:bold;
        color:#252F33;
        padding-top:19px;
}

.menuLink:hover
{
        background: url(bar2.png) repeat-x;
}

#bar2
{
        position:relative;
        width: 680px;
        height:57px;
        margin-left:29px;
        margin-right:21px;
        background: url(bar.png) no-repeat;
}

.menuLink
{
        height:36px;
        width: 120px;
        text-align:center;
        float:left;
        font-family:Geneva, Arial, Helvetica, sans-serif;
        font-size:14px;
        font-weight:bold;
        color:#252F33;
        padding-top:19px;
}

.menuLink:hover
{
        background: url(bar2.png) repeat-x;
}

#bottombar
{
        position:relative;
        width: 680px;
        height:57px;
        margin-left:29px;
        margin-right:21px;
        background: url(bar.png) no-repeat;
}

a
{
text-decoration:none;
color:#252F33;
}

#pageContent
{
width: 680px;
<-- height:100%; -->
}

#footer {

        width: 730px;
        height:60px;
        background: url(footer.png) no-repeat;
text-align:center;
font-size:10px;
color:#667765;
padding-top:34px;
}

#footer a
{
font-size:10px;
color:#667765;
}

html, body {
text-align: center;
}
p {text-align: left;}

