body {color: #e8ddcb;background: #031634 url(../images/bg.jpg) repeat-x;}
.grid_24 {}

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

a:hover {
    color: #cdb380;
	text-decoration: none;
        /* border-bottom: 1px solid #cdb380; */
}

.header {margin-top:60px; height: 100px;}
a.header:hover {border-bottom: 0px solid #cdb380;}

#main {background: #033649 url(../images/main-bg.jpg) no-repeat;}
#footer {background: #031634;}

.info {height: 140px; margin-top:30px;}
.sections {
    margin-top:10px;
    margin-bottom:20px;
    margin-left:-30px;
    padding-left:10px;
    height: 32px;
    background: url(../images/section-bg.png) repeat-x;
    font-size: 19px;
    }
.images {height: 250px;  border: 1px solid #031634; margin-bottom:40px;}

#navigation {text-transform: uppercase; font-size: 19px;}
#des, #art {text-align: center;}
    #arch {width: 158px;text-align: left;}
    #des {width: 90px; color: #cdb380;}
    #art {width: 50px;}
    #sci {width: 92px;text-align: right;}
    .select {  color: #cdb380;
                text-decoration: none;
                border-bottom: 1px solid #cdb380;
            }
#menu {text-align: right;}

#panel { background:#020e22; padding: 10px; overflow:hidden;color:#e8ddcb;}
.vcard {
        width:700px;
        text-align: left;
        font-size:12px;
        color:#f2f2f2;
	
}
.dvcard {border:0;}
.contact { margin-left:40px; list-style: none; margin-bottom:0; float: left;display:block;}

.fn {font-size: 14px; font-weight: bold;}
.org {font-size: 10px; margin-bottom:10px;}
.tel, .email, .skype, .icq, .gtalk {font-size: 10px;}


/* Image hover  http://snipplr.com/view.php?codeview&id=2360  */
a.opacity img{ /* Image opacity */
filter: alpha(opacity=40);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
-moz-opacity: 0.40;
opacity:0.4;
-khtml-opacity: 0.4; 
}

a:hover.opacity img { /* Image opacity when rolled over */
filter: alpha(opacity=100);/* IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);/* IE 8 */ 
-moz-opacity: 1.00;/* Netscape */
opacity:1;/* Modern Browsers */
-khtml-opacity: 1; /* Safari 1 */
}

