/* CSS Document */

body {
	font: 16px "Times New Roman", sans-serif;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

p {
	line-height: normal;
	margin-top: 3px;
	margin-bottom: 20px;
	margin-right: 6px;
	margin-left: 6px;
}

#banner { margin: 0px;
			padding: 0px;
			height: 160px;
			width: 780px; 
			}
			
/*#banner h1, h2{
	text-align: center;
	color: Teal;
	font-style: oblique;
	}
*/
h1 { font-size: 30px;
		margin: 5px 0px 15px 0px;
	}

#navbar a:link { text-decoration: none;
						color: #000000; 
					}
#navbar a:visited { text-decoration: none; 
							color: #000000; }
#navbar a:hover { color: #7A7A7C;
						text-decoration: none; }
#navbar a:active { color: #666666; }

#navbar {
	width: 780px;
	height: 20px;
	padding: 10px 10px;
   word-spacing: 5px;
	font-size: medium;
	font-weight: bold;
}

#content { 
	float: left;
   /*width: 440px;*/
  }
  
#content strong {
	color: #FF0000;
}

#image {
	float: right;
	width: 300;
}

#page {
	width: 780px;
}

.tidbit {
  font-style: italic;
  font-size: 16px;
  font-weight: bolder;
  color: Purple;
}

#footer {
	text-align: center;
	/*width: 780px;*/
}

.back {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(images/web-logo1.gif);
	background-position: center;
}

.list {
	list-style: url(images/diam_icon.gif);
	color: #666666;
	font-size: 18px;
}

.contactname {
	margin-left: 48px;
}
.contactsub {
	margin-left: 40px;
}
.tea {
	margin-left: 150px;
}

.mon {
	font-style: italic;
	font-weight: bold;
	color: #191970;
	text-align: center;
}
.name {
	font-size: xx-large; 
	font-family: amaze; 
	font-weight: bold;
	text-align: center;
}
