body
{
background: #141414;
background: linear-gradient(0deg, rgba(20, 20, 20, 1) 0%, rgba(0, 0, 0, 1) 30%);
  color: white;
  font-family: Georgia;
}
body a
{
  color: white;
}
#container
{
  max-width: 1000px;
  margin: auto;
  background-color: black;
  border: ridge black 5px;
}
#header
{
  display: flex;
  height: 80px;
  background-color: black;
  border-bottom: ridge black 5px;
  text-align: center;
}
#logo
{
  position: relative;
  left: 7px;
  width: 150px;
}
#center
{
  margin-top: 20px;
  flex: 1;
}
#right
{
  margin-top: 20px;
  position: relative;
  right: 3px;
}
#nav
{
  text-align: center;
  height: 20px;
  margin: auto;
  padding: 6px;
  border-bottom: ridge black 5px;
  clear: both;
}
#nav a
{
  margin: auto;
}
#main
{
  height: 220px;
  margin: auto;
  padding: 10px;
  background-color: black;
  width: 800px;
  margin-bottom: 10px;
}
#pfp
{
  float: left;
  height: 200px;
  width: 200px;
}
#pfp img
{
  float: left;
  height: 200px;
  width: 200px;
}
#text
{
  text-align: center;
}
#nav2
{
  height: 40px;
  padding: 6px;
  margin: 15px;
  float: left;
}
#nav2 a
{
  margin: auto;
}
#main2
{
  width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#updates
{
  max-height: 600px;
  color: white;
  background-color: black;
  padding: 10px;
  width: 440px;
  margin: auto;
  border: ridge black 5px;
  margin-bottom: 20px;
}
#inbox
{
  height: 100px;
  width: 100px;
  margin: auto;
  border: black ridge 3px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center;
}
#inbox
{
  background-image: url("/OCs/TEX/PHOTOS/inbox.png");
}

#bulletin
{
  margin: 20px;
  background-color: black;
  border: ridge black 5px;
}
.entry
{
  background-color: black;
  height: 50px;
  border-top: ridge black 5px;
}
.title
{
  color: white;
  text-align: center;
}
#col1, #col2
{
  width: 480px;
  margin: 0;
}
.pfp-bullet-BP,
.pfp-bullet-LN,
.pfp-bullet-T
{
  float: left;
  height: 50px;
  width: 50px;
  border-right: ridge black 5px;
  background-size: cover;
  background-position: center;
}
.pfp-bullet-BP
{
  background-image: url("/OCs/TEX/PHOTOS/pfpBP.png");
  
}
.pfp-bullet-LN
{
  background-image: url("/OCs/TEX/PHOTOS/pfpLN.png");
  
}
.pfp-bullet-T 
{
  background-image: url("/OCs/TEX/PHOTOS/pfpT.png");
  
}

#footer
{
  height: 80px;
  background-color: black;
  border-top: ridge black 5px;
  clear: both;
}

a:link
  {
  color: white;
  text-decoration: none;
  }
  
  a:visited
  {
  color: white;
  text-decoration: none;
  }
  
  a:hover
  {
  color: white;
  text-decoration: none;
  }











