body {
    font-family: Trebuche MS, Verdana, Arial, Helvetica;
    font-size: 12px;
/*
    background-color: #507992;
*/
    background-color : #FFFFFF;
    background-image : url(../images/back.png);
    background-position : top;
    background-repeat : repeat-x;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 30px;
	padding: 0;
}

a {
    text-decoration: none;
    color: #FF6633;
/*
*/
    font-variant: small-caps;
}

a:hover {
    color: #000000;
}

a.bold {
    font-weight: bold;
}

img {
    border: 0px;
	vertical-align: middle;
	margin: 5px;
}

.title {
    position: relative;
    left: 20px;
    top: 80px;
    width: 350px;
    border-top: #ff6633 1px solid;
    color: #FF6633;
    letter-spacing: 5px;
    font-size: 16px;
    font-weight: bold;
}

.subtitle {
    position: relative;
    left: 20px;
    top: 85px;
    width: 350px;
    font-size: 12px;
    color: #507992;
}

.txt {
    position: relative;
    left: 20px;
    top: 100px;
    width: 350px;
    height: 200px;
    color: #666666;
    line-height: 20px;
}

#wrapper {
    text-align: left;
    margin: 0px auto;
    padding: 0px;
    border:0;
    width: 650px;
}

#header {
    margin: 0 0 0 0;
    background-color: #f0f0f0;
    text-align: right;
    padding-right: 20px;
    line-height: 20px;
    color: #507992;
}

#side-a {
    float: left;
    width: 174px;
    height: 448px;
    background: url("../images/ceiling_earth_blue2.jpg") repeat;
}

#menu {
    position: relative;
    top: 80px;
    left: 30px;
    width: 110px;
    padding: 5px;
    margin: 0;
    border: #c0c0c0 0px solid;
	border-top: #efefef 15px solid;
    line-height: 25px;
    background-color: #ffffff;
    opacity:0.7;
    filter:alpha(opacity=70);
}

#side-b { 
    margin: 0;
    float: left;
    width: 476px;
    height: 448px;
    background: url("../images/ceiling2c.jpg") repeat;
}

#footer {
    clear: both;
    background-color: #FF6633;
    line-height: 20px;
    color: #f0f0f0;
    text-align: center;
    padding-right: 20px;
}

#footer a {
	color: #333333;
}

.pics {  
    height:  280px;  
    width:   290px;  
    padding: 0;  
    margin:  0;  
    border: #c0c0c0 0px solid;
} 
 
.pics img {
	margin: 0;
    padding: 0;  
    border:  15px solid #ffffff;  
    background-color: #eee;  
    width:  260px; 
    height: 200px; 
    top:  0; 
    left: 0 
} 

.nav {
    text-align: right;
}

.hide {
    display: none;
}

#blah {
	background-color: #ffffff;
	border: #c0c0c0 0px solid;
	opacity: 0.9;
    filter: alpha(opacity=90);
}

#blah div div {
	padding-left: 15px;
	padding-right: 15px;
}

