/* CSS Document */
body {
margin: 0;
background-color:#0d2232;
/*background-image:url(photos/background.gif);
background-repeat:repeat;*/
}
#container {
margin: 0 auto;
padding: 0px;
width: 900px;
height:600px;
background-image:url(photos/container3.jpg);
background-repeat:no-repeat;
}

#headermargintop{
float:left;
width:900px;
height:20px;
}

#header{
float:left;
width:900px;
height:120px;
/*margin-top:20px;*/
text-align:center;
line-height:15px;
font-family:Arial;
font-size:26px;
color:#C5D5FE;
}
#navigationmarginleft{
width: 210px;
height: 20px;
float:left;
}
#navigationmargintop{
width:900px;
height: 80px;
float:left;
}

#navigation {
float:left;

width: 500px;
height: 20px;

}


#menu {
        margin: 0;
        padding: 0;
        list-style-type: none;
}

#menu li {
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
}

#menu a:link{
font-family:Arial;
font-size:18px;
color:#C5D5FE;
text-decoration: none;
outline:none;
}

#menu a:hover {
font-family:Arial;
font-size:18px;
color:#86B9F7;
text-decoration: none;
outline:none;
}

#menu a:visited {
font-family:Arial;
font-size:18px;
color:#C5D5FE;
text-decoration: none;
outline:none;
}

#menu a:active {
font-family:Arial;
font-size:18px;
color:#99CCFF;
text-decoration: none;
outline:none;
}

#downtxtmargintop{
float:left;
width:900px;
height:80px;
}
#downtxtmarginleft{
float:left;
width:80px;
height:60px;
}
#downtxt{
float:left;
width:700px;
height:60px;
text-align:center;
/*line-height:20px;*/
font-family:Arial;
font-size:11px;
color:#C5D5FE;
}

#phototxtmarginup{
float:left;
width:900px;
height:30px;
}
#phototxtmarginleft{
float:left;
width:160px;
height:20px;
}
#phototxt{
float:left;
width:180px;
height:20px;
text-align:center;
font-family:Arial;
font-size:12px;
color:#C5D5FE;

}

#photomarginup{
float:left;
width:900px;
height:10px;
}
#photomarginleft{
float:left;
width:130px;
height:100px;
}
#photo{
float:left;
width:620px;
height:100px;

}


#photo2marginup{
float:left;
width:900px;
height:10px;
}
#photo2marginleft{
float:left;
width:130px;
height:60px;
}

#photo2{
float:left;
width:620px;
height:60px;
}



















