#holder {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC66;
	width: 780px;
	margin: auto;
	border: thin solid #FFFFCC;
	background-color: #A5C0BD;
	height: 900px;
}
#stripRight {
	float: right;
	height: auto;
	width: 20px;
}

body {
	padding-top: 10px;
	color: #800000;
	background-color: #77A09B;
}

#header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	height: 130px;
	width: 780px;
	color: #CCCCCC;
	position: relative;
	background-color: #A5C0BD;
}
h1 {
	color: #476763;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

h2 {
	color: #59807B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.paragraph {
	font-size: 12px;
	color: #333333;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #77A09B;
}



#sidebarLeft {
	color: #666666;
	float: left;
	width: 170px;
	background-color: #A5C0BD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
}
#sidebarLeft a:link {
	color: #006666;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
}
#sidebarLeft a:visited {
	color: #006666;
}
#sidebarLeft a:hover {
	color: #FFFFCC;
	background-color: #B95C00;
	text-decoration: none;
}

#nav {
	font: bold 12px/40px Papyrus;
	color: #0000FF;
	background: #666666;
}
a:link {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000066;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: none;
}

#content {
	width: 560px;
	padding-right: 10px;
	height: 700px;
	padding-left: 20px;
	float: left;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #4f4f4f;
}
#content a {
	font-weight: bold;
	color: #377e84;
	text-decoration: none;
}
#content a:hover {
	color: #214D50;
}

#content a:visited {
	font-weight: bold;
	color: #377e84;
	text-decoration: none;
}



.textNarrow {
	width: 55%;
	color: #4f4f4f;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
}
.text {
	float: left;
	width: 97%;
	color: #4f4f4f;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 15px;
	font-weight: normal;
}
.textRight {
	padding: 5px;
	float: right;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4f4f4f;
}


.image {
	padding: 10px 20px 15px 25px;
	float: left;
	width: 120px;
}
.imageBroad {
	padding: 5px;
	float: right;
	width: 270px;
}

.imageNarrow {
	float: left;
	width: 120px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}



.imageField {
	width: auto;
	float: none;
	height: auto;
	padding-top: 10px;
	background-color: #A5C0BD;
}


.imageRight {
	float: right;
	width: 110px;
	padding: 10px 30px 10px 10px;
}
.orders {
	width: 85%;
	padding-right: 15px;
	padding-left: 20px;
	float: left;
}




#footer {
	color: #FFFFCC;
	text-align: center;
	height: 60px;
	width: 775px;
	position: relative;
	clear: both;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: auto;
	background-color: #A5C0BD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
}
#footer a:link {
	color: #FFFFCC;
	font-weight: bold;
}
#footer a:visited {
	color: #FFFFCC;
	font-weight: bold;
}
#footer a:hover {
	color: #FF0000;
	font-weight: bold;
}
