/* CSS Document */

body {
	margin:0px;
	background-image:url(../images/bk.jpg);
	background-repeat:repeat-x;
	background-color:#f8f1d7;
	font:"Gill Sans MT";
	font-family:Arial, Helvetica, sans-serif;
	color:#735608;
	letter-spacing:1pt;
	}

#wrapper {
	margin:auto;
	width:660px;
	height:auto;
	}

#header {
	margin:auto;
	width:650;
	padding:0px;
	}
	
#navbar {
	padding:0px;
	word-spacing:15px;	
	}
	
#page hr {
	background-image:url(../images/bk.jpg);
	height:2px;
	width:650px;
	}

p {
	padding:0px;
	}
	
.info {
	padding:0px;
	line-height:125%;
	l
	font-size:14px;
	}

a:link {
	color:#735608;
	text-decoration:none;
	font-weight:300;
	}

a:visited {
	color:#3333FF;
	text-decoration:none;
	}
	
a:hover {
	color:#3333FF;
	text-decoration:none;
	}

a:active {
	color:#3333FF;
	text-decoration:none;
	}	