.page_fill {
	background-image: url(images/page_fill.png);
	background-repeat: repeat-y;
}
html {
	overflow:scroll;
	scrollbar-base-color:#CC0000;
	margin:0px;
}
.empty_row {
	height: 30px;
}
.text {
	font-family: "Century Gothic";
	font-size: 15px;
	color: #212121;
	text-align: justify;
	padding: 5px;
}
.announcements {
	background-image: url(images/announcemets_row.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 690px;
	padding-left: 37px;
	padding-top: 1px;
}
.guidance {
	background-image: url(images/guidance_row.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 690px;
	padding-left: 37px;
	padding-top: 1px;
}
.row:link {
text-decoration:none;
	font-family: "Century Gothic";
	font-size: 15px;
	color: #212121;
	
}
.row:hover {
text-decoration:none;
	font-family: "Century Gothic";
	font-size: 15px;
	color: #000000;
}
.row:active {
text-decoration:none;
	font-family: "Century Gothic";
	font-size: 15px;
	color: #000000;
}
.input_field {
	font-family: Century Gothic;
	font-size: 15px;
	color: #212121;
	background-color: #eeeeee;
	height: 19px;
	border: 1px groove #CCCCCC;
}
.input_field:focus {
	background-color: #ffffff;
	border: 1px solid #FFcc00;
}


.textarea {
	font-family: Century Gothic
;
	font-size: 13px;
	color: #330000;
	background-color: #eeeeee;
	border: 1px groove #CCCCCC;
}
.textarea:focus {
	background-color: #ffffff;
		border: 1px solid #FFcc00;
}
.row:visited {
text-decoration:none;
	font-family: "Century Gothic";
	font-size: 15px;
	color: #000000;
}
.about_us {
	font-family: "Century Gothic";
	font-size: 15px;
	color: #212121;
	text-align: justify;
	padding: 5px;
}
.sub_heading {
	font-family: "Century Gothic";
	font-size: 17px;
	color: #0099FF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 3px;
	font-weight: bold;
}

.guidance_row {

	background-image: url(images/guidance_row.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 690px;
	padding-left: 37px;
	padding-top: 1px;
	font-family: "Century Gothic";
	font-size: 15px;
	color: #212121;
}
#red_text {
	color: #CC0000;
	font-size: 14px;
}
.blue {
color: #0099FF;
font-size: 14px;
font-family: "Century Gothic";
font-size: 14px;
}
.red {
color: #CC0000;
font-size: 14px;
font-family: "Century Gothic";
font-size: 14px;
}
.border {
	border: 1px ridge #666666;
}
.book_shape {
	background-image: url(images/book_shape.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 190px;
	width: 345px;
	padding: 5px;
}

.book_name {
	font-family: "Century Gothic";
	font-size: 15px;
	color: #cc0000;
	text-align: justify;
}.book_attributes {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #454545;
	text-align: justify;
	line-height: 25px;
	margin: 10px;
}

ul {
	text-indent: -25px;
}
li {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: square;
}
.category_name:link {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #0099FF;
	text-decoration: none;
	float: left;
	margin-right: 15px;
}
.category_name:hover {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	float: left;
	margin-right: 15px;
}
#disabled {
	color: #666666;
}

.button {
	font-family: "Century Gothic";
	font-size: 13px;
	color: #CC0000;
	background-color: #FFFFFF;
border: none 0px;
text-decoration:none;
}
.orders_text {
	font-family: "Century Gothic";
	font-size: 14px;
	font-style: italic;
	color: #212121;
	padding: 5px;
}

.button:hover {
	color: #212121;
}
.content_footer {
	background-image: url(images/content_footer.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	width: auto;
}
.content_header {
	background-image: url(images/content_header.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	width: auto;
}
#content_fill {
	background-image: url(images/content_fill.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding: 0px 15px 0px 10px;
	width: auto;
}
select {
	font-family: Century Gothic;
	font-size: 13px;
	color: #212121;
	background-color: #eeeeee;
	height: 20px;
}

