/* CSS Document */
body {
	margin : 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:110%;
	font-weight : normal;
	color: #000099;
	background-color: #fff;
}

										/* POSITIONING */
#container {
	margin: 0;
	padding: 10px 0 0 10px;
	width: 750px;
}
#navbar {
	float: left;
	margin-top: -10px;
	width: 100px;
}
#content {
	float: left;
	margin-top: 0px;
	margin-left: 10px;
	width: 620px;
	padding: 10px;
	line-height: 1.25em;
	font-size: 70%;
	font-weight : normal;
	color : #000099;
}
.caption {float: left; font-size: 18px; font-weight: bold;}
.caption img {margin-top: 5px;}
.img {float: left;}
#footer {
	margin: 5px 0 0 0;
	width: 100%;
	border-top: 2px solid #000;
	line-height: 1.25em;
	font-size: 80%;
}
.footerleft {
	float: left;
	margin: 0;
}
.footerright {
	float: right;
	margin: 0;
}
.products {
	float: left;
	margin: 0 30px 0 0;
	font-weight: bold;
}
.products img {margin-top: 5px;}
.clearer {clear: both; margin: 0;}


										/* FORMATTING */
#content p {margin-top: 0;}
#content h1 {
	font-weight : bold;
	color : #000;
	font-size : 120%;
}
#content b {
	font-variant : small-caps;
	font-weight : bold;
	color : #000;}

										/* NAVIGATION */
#navbox {
	position: absolute;
	top: 150px;
	left: 20px;
	width: 80px;
	z-index: 10;
}
 #navbox p {
	margin:0;
	border-top: 1px solid #fff;
}
 #navbox a {
	display: block;
	width: 100%;
	padding: 3px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 55%;
	font-weight : bold;
	text-align: center;
	text-decoration : none;
	border: 1px solid #000;
}
#navbox a:link, #navbox a:visited {
	background-color: #000;
	color : #fff;}
#navbox a:hover, #navbox a:active, #navbox #current a {
	background-color : #fff;
	color: #000;}
											/* LINKS */
#content a {
	font-size: 80%;
	font-weight : normal;
	color : #000;
}
#content a:link, #content a:visited {
	text-decoration : none;
}
#content a:hover, #content a:active {
	text-decoration : underline;
}
#footer a {
	font-size: 100%;
	color : #000;
}
#footer a:link, #footer a:visited {
	text-decoration : none;}
#footer a:hover, #footer a:active {
	text-decoration : underline;
}

