html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 75% georgia, serif;   /*<!-- this is the font type--> */
	line-height: 1.88889;
	color: #26190b;  /* dark brown this is the font color but most of the font is detailed in the <h3> tag below*/
	background: #998844; /* this is the milky coffee background- the back ground */
	margin: 0; /*This gives a 0 pixel margin to the text */
	padding: 0;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	margin: 30;
        color: #999966;
	}
h1 { 
	font:  normal 2.2em Lucida Calligraphy, serif;
	letter-spacing: 0px; 
	margin-bottom: 0;
	margin: 20; 
	color: #26190b;
	}
h3 { 
	font: italic normal 1.4em georgia sans-serif;
	letter-spacing: 0px; 
	margin-bottom: 0;
	margin: 30; 
	color: #26190b;
	}


a:link { 
        font: italic normal georgia sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold; 
	text-decoration: none; 
	color: #482e14;
	}
a:visited { 
        font: italic normal georgia sans-serif;
        font-size: 20px;
	line-height: 24px;
	font-weight: bold; 
	text-decoration: none; 
	color: #563717;
	}

a:hover, a:active {
        font: italic normal georgia sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold; 
	text-decoration: none; 
	color: #61572d;
	}

img 	{
	border:0;
	position: relative;
	float: left;
	padding:0px 0px 0px 0px;
	
	}

.title {
	background: url('../images/title_blue.gif');
	background-color: #998844;
	background-repeat: no-repeat ! important;
	padding: 2;
	border:0;
	margin:0;
	height:160px;
	width:600px;
	float: center;
	float: top;
	}


.btn1 {
	background: url('../images/btn1-669999.gif');
	background-color: #998844;
	background-repeat:repeat ! important;
	background-attachment: fixed
	padding: 0;
	border:0;
	margin:0;
	height:26px;
	float: center;
	}
.btn2 {
	background: url('../images/btn2-666666.gif');
	background-color: #998844;
	background-repeat:repeat ! important;
	background-attachment: fixed
	padding: 0;
	border:0;
	margin:0;
	height:26px;
	float: center;
	}
.btn3 {
	background: url('../images/btn3-669966.gif');
	background-color: #998844;
	background-repeat:repeat ! important;
	background-attachment: fixed
	padding: 0;
	border:0;
	margin:0;
	height:26px;
	float: center;	
	}
.btn4 {
	background: url('../images/btn4-996666.gif');
	background-color: #998844;
	background-repeat:repeat ! important;
	background-attachment: fixed
	padding: 0;
	border:0;
	margin:0;
	height:26px;
	float: center;
	}
.btn5 {
	background: url('../images/btn5-556677.gif');
	background-color: #998844;
	background-repeat:repeat ! important;
	background-attachment: fixed
	padding: 0;
	border:0;
	margin:0;
	height:26px;
	float: center;
	
	}

.fbtn1 {
	background: url('../images/fbtn1-669999.gif');
	background-color: #998844;
	background-repeat:repeat ! important;
	background-attachment: fixed
	padding: 0;
	border:0;
	margin:0;
	height:52px;
	float: center;
	}
.fbtn2 {
	background: url('../images/fbtn2-666666.gif');
	background-color: #998844;
	background-repeat:repeat ! important;
	background-attachment: fixed
	padding: 0;
	border:0;
	margin:0;
	height:52px;
	float: center;
	}
	
	
	table {
	padding:0px 0px 0px 0px;
	border: none;
	padding: none;
	padding-top: 0;
 	border-top: 0;	
	padding-left: 0;
 	border-left: 0;	
	padding-bottom: 0;
 	border-bottom: 0;	
	padding-right: 0;
 	border-right: 0;	
	border-width: 0px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border-color: #333333;
}
.right {

	border:0;
	position: relative;
	float: right;

	}
