/* Mark up stuff.... */
body { 
	background-image: url(pics/back.gif); 
 	background-color: #000000;
	color: #549FE4; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

dt, dd { 
		font-size: 90%;
		}

a:link {
	color: #ff6633;
	background-color: #000000;
	text-decoration: none;
}

a:visited {
	color: #66ccff;
	background-color: #000000;
	text-decoration: none;
}

a:active, a:hover {
	color: #66ccff;
	background-color: #000000;
	text-decoration: underline;
}

a img { 
	border: 0px;
}

#main img { 
	margin: 5px; 
}

h1.style1 { 
	text-align: center;
}

h4 { 
	font-size:90%;
	text-align:center;
	letter-spacing:3px;
	font-weight:normal;
}

p {
	text-indent: 20px;
	text-align: justify;
	font-size: 90%;
}

hr {
	color: #549FE4; 
	width: 80%;
}

address {
	font-variant: italic;
	font-size: 80%;
	text-align: center;
}

.small {
	font-size: 70%;
	text-align: left;
}

.greeting {
	font-weight: bold;
	text-indent: 0px;
}

.invert {
	text-indent: 5px;
	background-color: #549FE4;
	color: black;
	font-weight: bold;
	margin-bottom: -5px;
}

.website {
	margin-bottom: 20px;
}

.agent, blockquote {
	font-size: 80%;
	font-variant: italic;
}

ul {

}

li {
	font-size: 75%;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin-left: -20px;
}

/* Layout stuff  */
#main {
	margin-left: 60px;
	margin-right: 170px;
}

#logo {
	position: absolute;
	right: 50px;
	top: 10px;
	width: 100px;
	}

#right {
	position: absolute;
	top: 120px;
	right: 10px;
	width: 150px;
/*  	border: red 1px dashed; */
}
