@charset "utf-8";
/* CSS Document */

/* sgtTuzzieGlidersStylesheet */
/* Style Rule for the generic template of the Divs
   for all the web pages of sgttuzziegliders.info site:
   'Container', 'Header', 'menuBar', 'Footer'*/
#Container {
	height: 1655px;
	width: 805px;
	margin-right: auto;
	margin-left: auto;
	border: thick solid #006;
}
#Header {
	height: 200px;
	width: 800px;
}

#menuBar {
	height: 28px;
	width: 600px;
	background-color: #00F;
}

#Footer {
	float: left;
	height: 25px;
	width: 800px;
}

/* The Divs for the Home Page, index.php */
#bookCover {
	float: left;
	height: 600px;
	width: 600px;
}
#bookDescription {
	float: right;
	height: 625px;
	width: 200px;
	background-color: #FF9;
	overflow:auto;
	text-align:left;
	margin-top: -25px;
}

#monthPics {
	height: 600px;
	width: 800px;
	float: left;
}
#monthText {
	background-color: #FF9;
	float: left;
	height: 200px;
	width: 800px;
}

/* The Divs for the Sgt. Tuzzie Legacy Page,
   sgtTuzzieLegacy.html */
#menuBar2 {
	height: 28px;
	width: 805px;
	background-color: #00F;
}

#sgtTuzzieBio {
	float: left;
	height: 1400px;
	width: 200px;
	background-color: #FF9;
}

#KnotWillHold_Bar {
	float: right;
	height: 700px;
	width: 600px;
	border: thin solid #00F;
}
#Knot_TitleBar {
	height:150px;
	width:600px;
}
#Knot_DescriptionBar {
	height:100px;
	width:600px;
}

#LVB4TV_Bar {
	float: right;
	height: 700px;
	width: 600px;
	border: thin solid #00F;
}
#LVB4TV_TitleBar {
	height:150px;
	width:600px;
}
#LVB4TV_DescriptionBar {
	height:100px;
	width:600px;
}

/* The Divs for the Sgt. Tuzzie Shop Page,
   sgtTuzzieShop.html */
#bookStoreBar {
	height: 800px;
	width: 805px;
	margin-right: auto;
	margin-left: auto;
}
#spiritStoreBar {
	height: 400px;
	width: 805px;
	margin-right: auto;
	margin-left: auto;
}
#purchaseInfoBar {
	background-color: #FF9;
	height: 200px;
	width: 805px;
	margin-right: auto;
	margin-left: auto;
}

/* The Divs for the Sgt. Tuzzie Contact Us Page,
   contactUs.html */
#ContainerForm {
	height: 1700px;
	width: 805px;
	margin-right: auto;
	margin-left: auto;
	border: thick solid #006;
}
#Form {
	height: 1400px;
	width: 805px;
	background-image: url(Images/TheFadedBackground.jpg);
	margin-top: 45px;
}

/* The Divs for the Sgt. Tuzzie Order_Reply Page,
   order.php */
#centerOrderReply {
	height: 1400px;
	width: 805px;
}

/* The Divs for the Sgt. Tuzzie Blog Page,
   sgtTuzzieBlog.php */
#blogBar {
	height: 1400px;
	width: 805px;
}
#mainBlogBar {
	background-color: #FF9;
	height: 200px;
	width: 805px;
}
#addToBlogBar {
	height: 800px;
	width: 805px;
}
#postingBlogBar {
	height: 400px;
	width: 805px;
	border: thin solid #006;
}




/* === Style Classes === */
/* Style for the individual menu tabs */
.tabStyle {
	font-size:12px;
	font-weight:bold;
	text-align:center;"
}

/* Style for the Sgt. Tuzzie Bio paragraphs --
   justifying the font */
.justifyParagraph {text-align:justify;
}

/* Style for the two book Divs of the
   sgtTuzzieLegacy page */
.bookTitleStyle {
	font-size:20px; 
	text-align:center; 
	color:#F00;
}
/* Style for the words of the LV B4 TV tirle */
.smallTitleStyle {
	font-size:10px; 
	vertical-align:text-top; 
	color:#000;"
}
.bookDescriptionStyle {
	font-size:15px; 
	font-weight:bold; 
	text-align:justify; 
	color:#00F;"
}

/* Style for the sgtTuzzieShop page --
   centering the text of the purchaseInfoBar Div */
.centerParagraph {
   text-align:center; 
}

/* Styles for the contactUS page */
.centerRed {
	text-align:center;
	color:#FF0000;
}
.blackBold {
	color:#000000;
	font-weight:bold;
}
.infoLineStyle {
	color:#000000;
	text-align:center;
	font-style:italic;
	font-weight:bold;
}

