@charset "utf-8";
body {
	background-color: #e5e5e5;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:active, a:visited {
	color: #0033FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	padding: 15px;
	width: 770px;
	border: 1px solid #666666;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#container #rightBox {
	background-color: #FFFFFF;
	float: right;
	width: 160px;
	border: 1px solid #666666;
}
#container #rightBox #rightInsert {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	background-color: #e5e5e5;
	text-align: left;
	margin: 5px;
	padding: 5px;
	height: 100%;
	width: 140px;
}
#container #rightBox #rightInsert #rightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	margin-top: 3px;
}
#container #nav #navText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	margin-left: 30px;
	float: left;
	height: 32px;
}

#container #nav {
	background-image: url(images/NavBar_01.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 32px;
	width: 770px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#container #pic {
	float: left;
	height: 200px;
	width: 150px;
	border: 5px double #333333;
	position: relative;
	margin-top: 0px;
	margin-right: -35px;
	margin-bottom: 10px;
	margin-left: 0px;
	left: -50px;
}
#container #content #name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #003366;
	line-height: 120%;
}


#container #leftColumn {
	background-image: url(images/sidebar_bg_2.gif);
	background-repeat: repeat-y;
	background-position: top;
	width: 90px;
	left: 0px;
	top: 25px;
	float: left;
	margin-bottom:25px;
	position: relative;
}

#container #content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
	width: 435px;
	float: left;
	margin-left: 65px;
	margin-top: 25px;
}
#container #content #picWide {
	height: auto;
	width: 435px;
	margin-bottom: 10px;
	border: 4px double #333333;
	overflow: hidden;
}
#container #content #picInline {
	margin-right: 15px;
	margin-bottom: 10px;
	border: 4px double #333333;
	float: left;
	height: auto;
	width: auto;
}
#container #content li {
	list-style-position: inside;
	list-style-type: square;
}
#container #content hr {
	margin-bottom: 30px;
	border-top-width: 4px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #003399;
	margin-top: 30px;
}


#container #title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #000000;
	width: 500px;
	position: relative;
	left: 15px;
	top: 25px;
	margin-bottom: 15px;
}
#container #title-pyramid {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #000000;
	width: 550px;
	position: relative;
	left: 15px;
	top: 25px;
	margin-bottom: 15px;
}

#container #bottom {
	clear: both;
	height: 0px;
	width: 1px;
}
#copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	height: 25px;
	width: auto;
}
#container #content #endCaps {
	width: 70px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
}
#container #content #products {
	float: left;
}

