body { 
	margin: 0px; 
	padding: 0px; 
	top: 0px;
	bottom: 0px;
	background: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, Helvetica, sans-serif;
	line-height: 20px;
	background-image: url("background.jpg");
	background-repeat: no-repeat;
} 
 
.main { 
	min-height: 720px;
	margin: 28px 17px 7px 15px;
	padding-bottom: 10px;
} 

.by {
	float: left;
	padding-left: 480px;
	padding-top: 35px;
	position: absolute;
}

p {
	width: 660px;
	border: 1px;
	font-size: 12px;
	max-width: 660px;
	min-width: 500px;
	width: expression(document.body.clientWidth > 660? "660px": "auto" );
}

ul.catalog {
	padding: 1px;
	margin: 10px;
	font-size: 12px;
	//list-style-type: none;
} 

ul {
	padding: 1px;
	margin: 10px;
	float: left;
	font-size: 12px;
	list-style-type: none;
} 


ul li {
	margin: 0px;
	padding: 1px;

}




p.indent {
	padding-left: 25px;
}

p.plarge {
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
}

p.pfront {
	font-size: 13px;
	font-weight: bold;
}

p.plarger {
	font-size: 16px;
	font-weight: bold;
	padding-left: 25px;
}

p.pheader {
	font-size: 17px;
	font-weight: bold;
	padding-left: 25px;
	color: #003366;
	letter-spacing: 4px;
	font-family: arial;
	font-style:oblique;
}

p.pheader2 {
	font-size: 17px;
	font-weight: bold;
	padding: 3px;
	margin: 3px;
	padding-left: 25px;
	color: #003366;
	letter-spacing: 4px;
	font-family: arial;
	font-style:oblique;
}

.rightalign {
	text-align: left;
	font-size: 12px;
	padding: 7px;
	background: #ded9e3;
	margin: 0px;
}

a:link {
	color: #660000;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #660000;
}

a:visited {
	color: #330033;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #330033;
}

a:hover {
	color: #0000CC;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dotted #0000CC;
}

a:link.kevin {
	color: #003300;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #003300
}

a:visited.kevin {
	color: #330033;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #330033;
}

a:hover.kevin {
	color: #336699;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dotted #336699;
}

a:link.blue {
	color: #003366;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px none #003366;
}

a:visited.blue {
	color: #003366;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px none #003366;
}

a:hover.blue {
	color: #660000;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px none #660000;
}

.content {
	margin: 7px;
	border: 2px dotted #E0DAE4;
	padding: 5px;
	width: 680px;
}

.content2 {
	margin: 58px 7px 7px 7px;
	border: 2px dotted #E0DAE4;
	padding: 5px;
	width: 680px;
}