/* CSS Document */

body{ background-image:url(Pagebackground4.jpg);
background-repeat:repeat-y;
background-position:center;
/*background-color:#b2ccff;*/
background-color:navy;
margin:auto 0;
font-family:"Trebuchet MS";
font-size:14px;
color:black;}

#TopHeader{background-image:url(Logo.jpg);
background-repeat:no-repeat;
background-position:left;
height:156px;
font-size:36px;
color:blue;
border-bottom:2px solid #003366;
width:720px;
margin-left:auto;
margin-right:auto;}

#wrapper{border:0px solid red;
width:720px;
margin-left:auto;
margin-right:auto;}

#navigation{border-right:2px solid #003366;
height:680px;
width:160px;
float:left;}


.nav{color:#890829; list-style-type:none; display:block; line-height:30px; text-indent:5px; border-bottom:1px solid gray; text-decoration:none;}
.nav a:link{color:#890829; display:block; background-color:#faf6d8; text-decoration:none;}
.nav a:hover{color:blue; background-color:#b2ccff; text-decoration:none;}

.content{border:0px solid red;
margin-left:auto;
margin-right:auto;
width:550px;
text-align:left;
padding:2px;
float:right;}
