/* CSS Document */



body{
background-color: #546abd;
width: 1024px;
font-family:Georgia, "Times New Roman", Times, serif;
}

#container{
background-color: #546abd;
width: 1024px;
}

#header{
background-repeat:repeat;
background-image: url(images/header.gif);
width: 1024px;
height: 119px;
}

#navbar{
background-image: url(images/navbar.gif);
width: 1024px;
height: 27px;
}

#content{
background-image: url(images/content.gif);
background-repeat: no-repeat;
width: 472px;
height: 396px;
Margin-left: 277px;
margin-top:10;
}

#text{
font-family: Georgia;
width: 400px;
height: 300px;
margin-left: 35px;
margin-top:10px;
}

#context{
font-style:italic;
border-bottom:thin;
color:#ffffff ;
}

a:link{color: #362b33; text-decoration: none;}
a:visited{color: #362b33; text-decoration: none;}
a:hover{color: #cdb1a5; text-decoration: none;}
a:active{color: #546abd; text-decoration: none}

h1, h2, h3, h4, p{
color:#342b33;
}

