body 
{
text-align: center;
background-image: 
url('background3.jpg');
background-repeat: 
repeat;
}



#container
   {
    width: 1000px; 
	height: 790px;
    margin: 0px auto 0px auto;
    background-color: ffffff;
    color: #333;
    border: 1px solid;
	border-color: a2a0a0;
    line-height: 130%; 
    text-align: left; 
 }
 
 #top
 {
 width: 1000px;
 height: px;
 padding:;
 background-color: ffffff;  
 text-align: left; 
 }

 #nav
 {
 text-align: center;
 float: center;
 background-color: f2c7d7;
 border-top: 1px solid;
 border-bottom: 1px solid;
 border-color: a2a0a0;
 width: 1000px;
 height: 40px;
 margin:0px 0px 0px 0px;
 padding-top:15px;
 font-size: x-large;
 font-family: Century;
 background-image: url('bar.jpg');
 word-spacing:20px;
 }
 

 #leftnav
 {
 float: left;
 width: 200px;
 height: 500px;
 margin: 0px;
 padding: 1em;
 text-align: center;
 font-size: medium;
 font-family: Century; 
 }
 
  #content
 {
 width: px;
 text-align: left;
 padding: .5em; 

 }
 
 
 #footer
 {
 color: 000000;
 clear: both;
 margin: 0;
 padding: .5em;
 text-align: center;
 }

a:link {text-decoration:none }    /* unvisited link */
a:visited {text-decoration:none} /* visited link */
a:hover {text-decoration:underline}   /* mouse over link */
a:active {text-decoration:underline}  /* selected link */

a:link {color:#000000}      /* unvisited link */
a:visited {color:#000000}  /* visited link */
a:hover {color:#686767}  /* mouse over link */
a:active {color:#000000}  /* selected link */ 

a.white:hover {color: #f3eae1}
a.white:hover {text-decoration: none}

h1
{
color: ae8090;	
}

h2
{
color: ae8090;	
}

h3
{
color: ae8090;	
}

h4
{
color: ae8090;	
}

img.floatright
{
float: right;
clear: right;	
}
 





 
 
 
 
 
 