body{
background-color:#1A1A1A;
}

a:link {color:white;}      /* unvisited link */
a:visited {color:white;}  /* visited link */
a:hover {color:white;}  /* mouse over link */
a:active {color:white;}  /* selected link */

#site_name {
height:30px;
width:950px;
margin-left:auto;
margin-right:auto;
padding-top:50px;
text-align:center;
font-size:235%;
color:white;
}

#nav_bar {
height:150px;
width:950px;
margin-top:50px;
margin-left:auto;
margin-right:auto;
}

#left_nav {
margin-top:20px;
border:1px solid white;
border-right:none;
float:left;
width:396px;
height:80px;
background-color:#1A1A1A;
}

#center_nav {
border:1px solid white;
float:left;
width:150px;
height:70px;
background-color:#1A1A1A;
padding-top:50px;
text-align:center;
color:white;
font-size:130%;
}

#center_nav:hover {
border:1px solid white;
float:left;
width:150px;
height:70px;
background-color:#1A1A1A;
padding-top:50px;
text-align:center;
color:white;
font-size:130%;
text-decoration:underline overline;
cursor:pointer;
}

#right_nav {
margin-top:20px;
border:1px solid white;
border-left:none;
float:left;
width:396px;
height:80px;
background-color:#1A1A1A;
}


#footer_break {
height:15px;
width:950px;
margin-top:35px;
margin-left:auto;
margin-right:auto;
border:1px solid white;
background-color:#1A1A1A;
}

#left_footer_paragraph {
margin-top:30px;
margin-left:50px;
margin-bottom:50px;
color:white;
font-size:80%;
}

#server_status {
position:absolute;
margin-left:485px;
margin-top:-125px;
}


.nav_bar_entry {
height:30px;
padding-top:30px;
width:130px;
float:left;
color:white;
text-align:center;
cursor:pointer;
}

.nav_bar_entry:hover {
height:30px;
padding-top:30px;
width:130px;
float:left;
color:white;
text-align:center;
text-decoration:underline overline;
cursor:pointer;
}

.nav_bar_border {
position:absolute;
width:1px;
background-color:white;
height:40px;
margin-left:129px;
margin-top:-30px;
}