


body
{
    background-image:url("proj_background.png");
    background-repeat:repeat;
}

.centre
{
    color:rgb(201,201,201);
}

.centre-image
{
    display:inline;
    float:left;
    border-color:white;
    border-style:solid;
    border-width:7px;
    margin-left:0;
    margin-right:9px;
}

.centre-image2
{
    display:inline;
    float:right;
    border-color:white;
    border-style:solid;
    border-width:7px;
    margin-left:9px;
    margin-right:0;
}

.portfolio-centre-image
{
    display:inline;
    float:left;
    border:0;
    margin-left:0;
    margin-right:13px;
    margin-top:13px;
    margin-bottom:0;
    padding-bottom:0;
}



.centre-heading
{
    font-size: 12px;
    color: rgb(201,201,201);
    font-weight:bold;
    text-decoration:none;
}

.centre-text
{
    font-size:12px;
    color: rgb(135,135,135);
    line-height:16px;
    border:0;
    padding-bottom:27px;
}

a.top-link
{
    font-size:10px;
    border:0;
    margin:0;
    padding:0;
    text-decoration:none;
    position:relative;
    top:-7px;
    right:0;
    color:rgb(185,185,185);
}

a.top-link:hover
{
    font-size:10px;
    border:0;
    margin:0;
    padding:0;
    text-decoration:none;
    position:relative;
    top:-7px;
    right:0;
    color:rgb(135,135,135);
}

.centre-intro-text
{
    font-size: 16px;
    font-weight:bold;
    color: rgb(135,135,135);
    line-height:19px;
}

.centre-intro-heading
{
    font-size: 16px;
    color: white;
    font-weight:bold;
}

.centre-portfolio-menu
{
    position:absolute;
    top:6px;
    left:100px;
    font-size:12px;
    font-weight:normal;
}

A.centre-portfolio-menu-item
{
    text-decoration:none;
    color: rgb(135,135,135);
}

A.centre-portfolio-menu-item:hover
{
    text-decoration:none;
}

  
A
{
  text-decoration: underline;
  color: rgb(201,201,201);
  border:0;
} 

A:hover
{
  text-decoration: underline;
  color:rgb(218,169,0);
  border:0;
}

h1
{
  color: rgb(50,50,50);
  font-size: 16px;
  font-weight: bold;
  padding:0;
  margin:0;
  border:0;
}

h2
{
  color: rgb(50,50,50);
  font-size: 12px;
  font-weight: bold;
  padding:0;
  margin:0;
  border:0;
  margin-top:27px;
}




