/* CSS Document */

Body{
background-attachment:fixed;
background-image:url(images/vert_bkg2.jpg);
background-repeat:repeat-x;
margin-top:4px;
margin:auto;
font-family:Georgia, "Times New Roman", Times, serif;
text-align:center;
}

.spacer{margin:auto; clear:both}

/*  LINKS  */

a:link{color:#511b00; text-decoration:none;}
a:hover{color:#511b00; text-decoration:underline;}
a:visited{color:#511b00; text-decoration:none;}


/* TEXT */

p {margin:30px;}
p.center {text-align:center}
ul {padding-left:30px;}
.smallfont{font-size:12px;}

/*  IMAGES  */

img.reg{border:double; border-width:4px;}
img.right{float:right}
img.center{margin:auto; text-align:center}
img.right-b{float:right; border:double; border-width:4px; margin-right:10px; margin-left:20px}
img.left-b{float:left; border:double; border-width:4px; margin-right:20px; margin-left:10px}
img.progressphoto{width:320px; height:240px; border:double; border-width:4px;}


/* LAYOUT */

#canvas{width:924px; margin:auto; text-align:center; background-image:url(images/canvas_bkg.gif)}
#container{width:779px; margin:auto; text-align:left;}
.navigationbar{width:100%; height:32px; text-align:right; margin-right:0px; margin-top:10px}
.titlebar{width:100%; float:left; margin-top:30px; margin-left:auto;  margin-right:auto; text-align:center;}