body {
    background: url('/img/bg.gif') top repeat-x #212121;
    margin: 0px;
}

a{
    text-decoration: none;
    color: #ffffff;
}

a:hover{
    text-decoration: underline;
}

img{
    border: none;
}

h1{
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#preloader{
    display: none;
}

#main{
    margin: 0 auto;
    width: 780px;
    font-family: Arial,Helvetica,sans-serif;
    color: #fff;
}

#header{
    float: left;
    width: 780px;
}

#copyright{
    float: left;    
    padding-top: 60px;
    padding-bottom: 30px;
    width: 780px;
    text-align: center;
    font-size: 11px;
    color: #797979;
}


/************ HOME CSS *************/

#content{
    float: left;
}

#content a{
    color: #a3fdfa;
}

#left{
    float: left;
    width: 360px;
    height: 670px;
    background-color: #6a6a6a;
    padding-left: 30px;
    padding-top: 40px;
    padding-bottom: 20px;
}

#right{
    height: 690px;
    float: right;
    width: 360px;
    background-color: #434343;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.img{
    float: left;
    font-size: 11px;
    text-align: center;
    padding-right: 10px;
}

.img a:hover{
    text-decoration: none;    
}

.breaker{
    float: left;
    padding: 0;
    margin: 10px 0 0 0;
    font-size: 0;
    display: block;
    height: 5px;
    width: 340px;
    background-color: #ffffff;
}

.text{
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 340px;
}

.text a:hover{
    text-decoration: underline;
}


.seemore{
    margin-left: 34px;
    /* IE 6 HACK */
    _margin-left: 18px;
    float: left;
    width: 253px;
    height: 79px;
    display: block;
    background: url('/img/seemore.gif') no-repeat;
    cursor: pointer;
}

.seemore:hover{
    background: url('/img/seemore_hover.gif') no-repeat;
}

#contact{
    line-height: 30px;
}

#contact img{
    vertical-align: middle;
}

/********* PROJECTS CSS *************/

#projects{
    float: left;
}

#tabs{
    float: left;
    width: 200px;
}

#tabs a{
    cursor: pointer;
}

#tabs a:hover{
    text-decoration: none;
}

#tabs a:hover{
    color: #a3fdfa;
}

.tab{
    font-size: 16px;
    line-height: 20px;
    background-color: #6a6a6a;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    border-bottom: solid 2px #434343;
    padding-top: 30px;
    padding-bottom: 30px;
}

#project_content{
    float: left;
    width: 580px;
    height: 100px;
    height: 508px;
    background-color: #434343;
}

.project{
    padding: 15px 20px 10px 40px;
    display: none;
    font-size: 13px;
    line-height: 15px;
}

.project p{
    margin-top: 8px;
    margin-bottom: 8px;
}

.project ul{
    margin-top: 8px;
    margin-bottom: 8px;
}

.project ul li{
    margin-top: 4px;
    margin-bottom: 4px;
}

.project a{
    color: #a3fdfa;
}

.reg_link:hover{
    text-decoration: none;
}


.home_b{
    margin-left: 240px;
    _margin-left: 120px;
    float: left;
    display: block;
    background: url('/img/home_button.gif') no-repeat;
    cursor: pointer;
    width: 300px;
    height: 100px;
}

.home_b:hover{
    background: url('/img/home_button_hover.gif') no-repeat;
}
