/* CSS Document */

body, html {
text-align: center;
background-color: #000000;
background-image: url(images/katebckgrnd2.png);
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
margin-left:auto;
margin-right: auto;
margin-bottom:70px;
/*min-width: 785px;*/
color: #ffffff;
font:13px Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#Nav{
width:1000px;
margin-top:0px;
margin-left:auto;
margin-right: auto;
min-height: 100%;
border:0px;
color:#000000;
}


/*#Frames{
text-align:center;
margin-bottom:0px;
border:0px;
padding: 0px;
margin-left:auto;
margin-right: auto;
min-height: 100%;
margin-bottom:70px;
margin-top:30px;
width:800px;
height:450px;
}*/

#Content{
text-align:left;
margin-bottom:0px;
border:0px;
padding: 0px;
margin-left:auto;
margin-right: auto;
margin-top:65px;
width:750px;
clear:both;
}


