/* 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-top{
background-image: url(images/mybettas/content-top.gif);
background-repeat: no-repeat;
width: 974px;
height: 65px;
Margin-left: 27px;
}

#content-mid{
background-image: url(images/mybettas/content-mid.gif);
background-repeat:repeat-y;
width: 974px;
height:auto;
Margin-left: 27px;
}

#content-bottom{
background-image: url(images/mybettas/content-bottom.gif);
background-repeat: no-repeat;
width: 974px;
height: 71px;
Margin-left: 27px;
}

#bottomnav{
margin-top: 15px;
background-image:url(images/links/divider_03.gif);
background-repeat:no-repeat;
margin-left:35px;
height:25px;
}

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;
}

