/* BASIC LAYOUT */

body {
    background-color:#000000;
    background-image: url(../img_layout/background.gif);
    font: 11px verdana, sans-serif; 
    color: #FFFFFF; 
}

a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    border-color: white;
}

#outLine {
    /*background-image: url(../img_layout/background_main.gif);*/
    border:1px solid #666666;
    background-repeat: no-repeat;
    position:absolute;
    width: 900;
    height: 600;
    top: 50%;
    left: 50%;
    margin-top: -315px; 
    margin-left: -450px;   
    padding: 0px;  
}

.content {
    width: 900px;
    height: 600px;
    background-color:#000000;  
}

.intro {
    background-image: url(../noflash/img/intro.gif);
}

#intro_info {
    position: absolute;
    width: 700px;
    top: 420px;
    left: 100px;
    text-align: center;
}

#intro_link {
    position: absolute;
    width: 400px;
    height: 200px;
    top: 100px;
    left: 250px;  
}    

#logo {
    position: absolute;
    width: 139px;
    height: 68px;
    top: 0px;
    right: 0px; 
    background-image: url(../noflash/img/logo.gif);  
}

.menu {
    position: absolute;
    width: 900px;
    height: 135px;
    bottom: 0px;
}

#menuTitle {
    position: absolute;
    width: 300px;
    height: 100px;
    top: 10px;
    right: 20px;
    font-size: 30px;
    font-weight: bold; 
    text-align: right;
}  

#subMenu {
    position: absolute;
    width: 300px;
    height: 50px;
    top: 40px;
    right: 20px; 
    text-align: right;
}  

.line {
    height: 14px;
    bottom: 149px;
}

.link {
    position: absolute;
    height: 30px;
    left: 0px;
    overflow: hidden;
    text-align: right;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 10px;  
}

.link:hover {
    width: 150px;
}

#photos {
    position: absolute;
    width: 900px;
    height: 310px;
    top: 100px;
    overflow: auto;
}
#photoContent {
    position: absolute;
    height: 280px;
    padding-left: 350px;
    padding-right: 350px; 
}   

#showPhoto {
    position: absolute;
    width: 900px;
    height: 600px;
    background-image: url(../noflash/img/bghalf2.gif);
}
#bigPhoto {
    position: absolute;
    top: 40px;
    left: 200px;
}
.textfield {
    position: absolute;
    top: 70px;
    left: 80px;
    height: 300px;
    width: 320px;
    font: 14px times, serif; 
}   
.stdImg {
    position: absolute;
    top: 70px;
    left: 80px;
    border: white 1px solid;
}
