body
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 0.8em;
    padding: 0;
    border: 0;
    margin: 0;
}

#recentnews
{
    background-image: url( "/ak/images/recentnews.jpg" );
    background-repeat: repeat-x;
    width: 300px;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

#recentnews li
{
    list-style: none;
    padding: 0;
    margin: 0;
}
#recentnews ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

#recentprojects
{
    float: left;
    width: 450px;
    height: 250px;
    border: solid 5px #282667;
    background: white;
    top: -70px;
    position: relative;
    margin-right: 5px;
    overflow:scroll;
    outline:black solid 2px;
}

#recentprojects .project2
{
    position:relative;
    bottom:80px;
   
    
}

#recentprojects .desccontainer
{
    position: relative;
    height:80px;
    bottom:80px;
    width: 100%;
   
    background: white;
    filter: alpha(opacity=90);
    -moz-opacity: .9;
    opacity: .9;
  
}

.desc, .title
{   
    float: left;
 
    position:relative;
    
    
}
.desc
{
    
    font-size: 1em;
    width:60%;
}

.title
{
    font-size: 2em;
    width:40%;
}

#webcam
{
    width: 180px;
    height: 200px;
    float: left;
    position:relative;
}

#header
{
    padding: 150px 0 0 0;
    overflow: hidden;
    background-image: url( "/ak/images/header.jpg" );
    background-repeat: no-repeat;
    height: 0px !important;
    height: /**/ 150px;
    margin: 0;
}

ul#topnav
{
    position: absolute;
    top: 5px;
    left: 380px;
}


ul#topnav li
{
    display: inline;
    margin-left: 10px;
    font-weight: 700;
    font-size: 1.5em;
}


#topnav a
{
    text-decoration: none;
    color: White;
}

#topnav a:hover
{
    text-decoration: underline;
}

a:active
{
    text-decoration:underline;
}


h2, h3
{
    width: 200px;
    border-bottom: solid 1px #282667;
    color: #282667;
    padding-top: 0px;
    margin-top: 0px;
    letter-spacing: -2px;
    margin-bottom:10px;
}

h3
{
    font-size: 2.5em;
    font-weight: lighter;
}
h3 span
{
    font-size: 1.3em;
    top: -15px;
    font-weight: 900;
    position: relative;
}

h2
{
    font-size: 3em;
    margin-left:5px;
}

.content
{
    margin-left:10px;
}
#news
{
    clear: both;
    margin-left: 5px;
}


.tip
{
    float:left;
    width:300px;
    height:40px;
    border:solid 1px green;
    padding:2px;
    margin:2px;
    left:200px;
    top:15px;
    position:relative;
    
}

.fleft
{
    float:left;
}

#microformatintro
{
    float:left;
    clear:right;
}

.error
{
     display:block;
     clear:both;
     color:Red;
       font-size:1em;
     border:solid 1px red;
     width:100%;
    
}