@charset "UTF-8";
/* CSS Document */

html, body {
background-color:#000;
margin:0;
font-family:Helvetica, Arial, sans-serif;
}

#main{
margin: 0 auto;
width:1024px;
height:680px;
}

#launch{
position:relative;
top:30px;
left:700px;
}


#header{
width:1024px;
height:130px;
background-image:url(../images/site_05.jpg);
background-repeat:no-repeat;
}

#middle{
width:1024px;
height:550px;
background-image:url(../images/site_06.jpg);
background-repeat:no-repeat;

}

#footer{
display:none;
width:1024px;
height:60px;
background-image:url(../images/site_03.jpg);
background-repeat:no-repeat;
}

#logo{
position:absolute;
margin-top:15px;
}

#menucontainer{
position:relative;
width:583px;
*width:614px;
height:28px;
top:77px;
left:360px;
}

.menuelements{
float:left;	
}

.clear{
clear:both;	
}

.floatphotos{
float:left;	
margin:0 10px 10px 0;	
}

#left{
margin-top:-5px;
*margin-top:0px;
float:left;
margin-left:80px;
*margin-left:60px;/* IE 6+7 */
_margin-left:40px;/* IE 6 */
height:505px; 
width:480px;
padding-right:20px;
overflow:auto;
}

#right{
margin-top:-5px;
*margin-top:0px;
float: left;
margin-left:50px;
*margin-left:10px;
height:505px;
width:322px;
}

#total{
margin-top:-5px;
*margin-top:0px;
float:left;
margin-left:80px;
*margin-left:40px;
height:500px;
width:860px;
overflow:auto;
}

#topright{
float:right;
margin-right:50px;
}

.titles{
font-weight:100;
font-size:30px;
line-height:34px;
*line-height:30px;
color:#069;
}

p{
font-size:14px;
color:#333;
line-height:20px;
}

.anchors {
font-size:14px;
color:#333;	
}

a, a:hover{
text-decoration:none;
color:#069;
}

.gall{
margin: 0px 10px 10px 0px;	
border: 3px solid #CCC;
}


ol{
font:12px Georgia;
color:#999;
}

ol .normal{
font: 14px Arial;
color:#333;
}

h1{
color:white;
font-family:Georgia, Times, serif;
}

#left h1{
color:#666;
font-size:16px;
}

