/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {background-color: #8b8b7f;  background-image:url(photo.jpg); background-repeat:no-repeat; background-position: top center; background-attachment: scroll;}

a:link {color:#; text-decoration:none;}
a:visited {color:#; text-decoration:underline;}
a:hover {color:#; text-decoration:underline;}
a:active{color:#; text-decoration:none;}

div#wrapper {position: relative; width: 950px; margin: 10px auto 0px auto;}

div#navbar {}

/* ----- TEXT STYLES ----- */


p.bold {font-weight: bold;}
p.italic {font-style: italic;}
p.boldItalic {font-style: italic; font-weight: bold;}
span.uppercase { text-transform:uppercase;}


div#content { background-color:#f9f9ee; position: relative; margin: 0 25px;}

/* ----- FOOTER STYLES ----- */

div#footer {}

/* ----- IMAGE STYLES ----- */

/* Turn off borders on image links */

img {border:0;}

img.rtphoto { float:right; padding: 0px 0px 20px 25px;}
img.ltphoto { float:left; padding: 0px 20px 20px 0px;}