#holder {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFCC66;
	width: 780px;
	margin: auto;
	border: thick solid #FFFFCC;
	background-color: #EEE682;
	height: 1300px;
}
#stripRight {
	float: right;
	height: auto;
	width: 20px;
}

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

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

h2 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.paragraph {
	font-size: 12px;
	color: #333333;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}



#sidebarLeft {
	color: #666666;
	float: left;
	width: 155px;
	background-color: #EEE682;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}
#sidebarLeft a:link {
	color: #990000;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
}
#sidebarLeft a:visited {
	color: #990000;
}
#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: 575px;
	padding-right: 20px;
	height: 1100px;
	padding-left: 20px;
	float: left;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #666666;
}
#content a:link {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
#content a:hover {
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
}
#content a:visited {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
.textNarrow {
	width: 50%;
	padding: 15px 10px 10px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
.text {
	float: left;
	width: 100%;
	color: #666666;
	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: #666666;
}


.image {
	padding: 10px 20px 15px 25px;
	float: left;
	width: 120px;
}
.imageBroad {
	float: right;
	width: 390px;
	height: 255px;
}

.imageNarrow {
	float: left;
	width: 200px;
	padding-left: 20px;
	padding-right: 20px;
}



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


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




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