/* CSS Document */
body {
margin: 0;
background-color:#0d2232;
/*background-image:url(photos/background.gif);
background-repeat:no-repeat;*/
}

#master{
margin: 0 auto;
padding: 0px;
width: 900px;
height:650px;

}

#container {
margin: 0 auto;
padding: 0px;
width: 900px;
height:600px;
background-image:url(photos/txtindex.jpg);
}


#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;
}

#hometxt{
float:left;
width:900px;
height:280px;
text-align:center;
line-height:20px;
font-family:Arial;
font-size:18px;
color:#C5D5FE;

}

#downtxtmarginleft{
width:80px;
height:60px;
float:left;

}
#downtxtmargintop{
width:900px;
height:50px;
float:left;

}

#downtxt{
float:left;
width:700px;
height:60px;
text-align:center;
/*line-height:20px;*/
font-family:Arial;
font-size:11px;
color:#C5D5FE;
}

#downtxt li {
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
}

#downtxt a:link{
text-align:center;
/*line-height:20px;*/
font-family:Arial;
font-size:11px;
color:#C5D5FE;
text-decoration: none;
outline:none;

}

#downtxt a:hover {
text-align:center;
/*line-height:20px;*/
font-family:Arial;
font-size:11px;
color:#C5D5FE;
text-decoration: none;
outline:none;

}

#downtxt a:visited {
text-align:center;
/*line-height:20px;*/
font-family:Arial;
font-size:11px;
color:#C5D5FE;
text-decoration: none;
outline:none;
}

#downtxt a:active {
text-align:center;
/*line-height:20px;*/
font-family:Arial;
font-size:11px;
color:#C5D5FE;
text-decoration: none;

}
