#holder {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	height: 1100px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	background-image: url(images/bgholder.png);
}
body {
	background-color: #C8DFED;
	background-image: url(bg2.jpg);
	background-repeat: repeat;
}

#header {
	font-weight: bold;
	text-align: center;
	height: 110px;
	width: 100%;
	color: #CCCCCC;
	float: left;
}
#headerPic {
	float: right;
	height: 90px;
	width: 575px;
	margin-right: 10px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

h2 {
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.paragraph {
	font-size: 12px;
	color: #333333;
}
h3 {
	font-size: small;
}



#sidebarLeft {
	color: #FFFFCC;
	float: left;
	width: 110px;
	height: auto;
	margin-left: 20px;
	padding-left: 8px;
}
#nav {
	color: #FFFFCC;
	background: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 40px;
	font-weight: bold;
}
#nav a {
	font-family: Papyrus;
	font-weight: bold;
	color: #FFFFCC;
}


a {
	color: #993300;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #990000;
}

#content {
	width: 560px;
	float: left;
	padding-right: 10px;
	padding-left: 40px;
	height: 845px;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #FFF;
}
.textNarrow {
	width: 70%;
	padding-left: 35px;
}
.text {
	float: left;
	width: 96%;
	color: #333333;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.textRight {
	padding: 5px;
	float: right;
	width: 200px;
}


.image {
	float: left;
	width: 185px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.imageNarrow {
	float: left;
	width: 100px;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
}



.imageField {
	width: 150px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.imageLarge {
	width: 280px;
	float: left;
	padding-left: 5px;
}
.paypal {
	float: left;
	width: 270px;
	padding-left: 5px;
}
.miniLabel {
	background: #FFFFFF;
	padding: 10px;
	float: left;
	height: 10px;
	width: 55px;
	border: thin solid #666666;
}


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




#footer {
	text-align: right;
	height: 25px;
	width: 720px;
	position: relative;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
}
#footer a {
	font-weight: bold;
	color: #758A85;
	text-decoration: none;
}

#footer a:hover {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: underline;
}
