html
{
    height:100%;
}

body
{
    height:100%;
    background-color:#0000A3;
    margin: 0px 0px 0px 0px;
    text-align:center;
    font-family:Verdana;
    font-size:10pt;
    background-image:url('../images/bg.jpg');
}

#edge_left
{
    float:left;
    width:50px;
    height:100%;
    background-image:url('../images/edge_left.jpg');
}

#edge_right
{
    float:right;
    width:50px;
    height:100%;
    background-image:url('../images/edge_right.jpg');
}

#content_area
{
    
    margin: 0px auto;
    width:714px;
    text-align:left;
    height:100%;
    
    
    
}

#center
{
    width:820px;
    height:100%;
    margin: 0px auto;
    text-align:center;
    background-color:White;
}


#header
{
    
    width:600px;
    margin-left:20px;
    padding-top:20px;
}

#logo
{
    
}

#menu
{
    width:684px;
    height:50px;
    
    padding:0px 0px 0px 0px;
}

#contact
{
    position:absolute;
    margin-left:430px;
    top:70px;
    
}

#menu_links
{
    position:relative;
    left:24px;
    height:20px;
    top:4px;
    
}

#w3cvalidation
{
    margin: 0px auto 0px auto;
    width:190px;
    text-align:center;
}

#text-block
{
    margin:0px 23px 0px 23px; 
    text-align:justify;
    
}

#photo
{
    float:right; 
    margin-left:12px;
}

.line
{
    height:4px;
    background-image:url('../images/line.png');
    
    margin-left:23px;
    margin-top:5px;
}

.project-logo
{
    margin-right:18px;
    width:234px;
    display:block;
    float:left;
}

p
{
    margin: 0px 0px 10px 0px;
}

p + p {
  text-indent: 1.5em;
  margin-top: 0 }

img
{
    border: 0px;
}

a
{
    text-decoration:none;
}

h1
{
    text-align:center;
}

a:visited
{
    color:Blue;
}

a:hover
{
    text-decoration: underline;
}

a:active
{
    color:Blue;
}