html, body
{
	margin:0;
	padding:0;
	
}
a, a:link, a:visited, a:hover
{
	font:bold 16px Arial Narrow, Arial, Tahoma, sans-serif;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
.middleNoBorder
{
	vertical-align:middle;
	border:none;
}
.caption
{
	color:#a0a0a0;
	font-size:11px;
}
#pageContainer
{
	width:900px;
	margin:auto;
	margin-top:15px;
	border:1px solid #000;
}
#header
{
	height:75px;

}
#nav
{
	height:22px;
	background-color:#1b75bc;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	text-align:center;
}
.navItem
{
	display:inline-block;
	margin:0 15px;
}
.navItem a, .navItem a:link, .navItem a:hover, .navItem a:visited
{
	color:#fff;
}
#content
{
	height:400px;
	font:14px Arial Narrow, Arial, Tahoma, sans-serif;
	color:#000;
	position:relative;
}
#footer
{
	height:22px;
	background-color:#1b75bc;
	border-top:1px solid #fff;
}
#titles
{
	font:bold 24px  Arial Narrow, Arial, Tahoma, sans-serif;
	color:#1b75bc;
	display:block;
	margin-bottom:15px;
}
/***** ABOUT US PAGE *****/
#aboutImage
{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

#aboutText
{
	top:20px;
	left:30px;
	position:absolute;
	width: 841px;
	
}

/***** CATALOG PAGE *****/
#catalogImage
{
	position:absolute;
	left:55px;
	top:20px;
	border:1px solid #000;
}
#catalogTitleText
{
	height:240px;
	top:20px;
	left:360px;
	position:absolute;
	width:510px;
}
.caption a, .caption a:link, .caption a:hover, .caption a:visited
{
	color:#a0a0a0;
	font-size:12px;
	font-weight:normal;
}
/***** CONTACT US PAGE *****/
#contactImage
{
	position:absolute;
	left:30px;
	top:20px;
}
#contactTitleText
{
	height:240px;
	top:20px;
	left:360px;
	position:absolute;
	width:510px;
}
