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

body {
	background-image: url(Images/background.jpg);
	margin-top: 0px;
	background-repeat: repeat-x;
	background-color: #584B3B;
}

/*Link actions for the entire page unless otherwise specified in a div or p class*/
a:link {
	color: #FF9966;
	text-decoration: none;
}
a:visited {
	color: #FF9966;
	text-decoration: none;
}
a:hover {
	color: #FFFF33;
	}
	
/* This is the main body used for the home page and other pages as duly labeled.*/
.Container {
	height: 1265px;
	width: 988px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF66;
}
/* ContainerAbout is also used as the container for the Leaders Page, the following Containers are self explanatory*/
.ContainerAbout {
	height: 1150px;
	width: 988px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF66;
}
.ContainerBeliefs {
	height: 1265px;
	width: 988px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF66;
}
.ContainerMinistries {
	width: 988px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF66;
	height: 1760px;
}
.ContainerHappenings {
	height: 1615px;
	width: 988px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF66;
}
/*The following container is for both the Video Menu and Photo Gallery Menu*/
.ContainerVideoMenu {
	width: 988px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF66;
	height: 1725px;
}
.ContainerHicTube {
	height: 1115px;
	width: 988px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF66;
}
.ContainerPhotoGallery {
	width: 988px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF66;
	height: 1725px;
}

.ContainerSermonAudio {
	width: 988px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF66;
	height: 1115px;
}
.ContainerContactUs {
	width: 988px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF66;
	height: 1001px;
}

/*This is the container used for the Awanas registration page and may also be used for the VBS registration page*/
.ContainerAwanaReg {
	height: 1425px;
	width: 988px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF66;
}

/*This is the table that creates the top bar of each of the web pages and the following tds*/
#TopBar {
	height: 35px;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFF66;
}
/*This is for the tds used within the above table that keep the text on the left side of its td*/
.LeftAlignTopBar  {
	text-align: left;
}
/*This is for the tds used within the above table that keep the text on the right side of its td. Also, it contains the javascript used for the service times along this top bar*/
.RightAlignTopBar {
	text-align: right;
	padding-right: 7px;
}

/* The following is the css for the church's logo and slogan for all pages except the home page*/
#Banner {
	width: 100%;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	height: 162px;
	vertical-align: bottom;
}
/* The following Table id is for the home page only as Pastor wanted the Hickory logo a seperate image so that a link to the home page could be created with it for facebook purposes*/
#BannerHomePage {
	width: 100%;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	height: 162px;
	vertical-align: bottom;
	border-collapse:collapse;
}
/* The following two td is part of the above id is for the home page only as Pastor wanted the Hickory logo a seperate image so that a link to the home page could be created with it for facebook purposes*/
#BannerHomePageLeft {
	vertical-align: bottom;
}
#BannerHomePageRight {
	vertical-align: top;
}

/* The following MainNavBars are the css for the main navigation bar including additional link activity for all pages*/
#MainNavBar {
	height: 55px;
	width: 100%;
	margin-top: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
#MainNavBar td {
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-collapse:collapse;
}
#MainNavBar a:link {
	text-decoration: none;
	color: #FF9966;
}
#MainNavBar a:visited {
	text-decoration: none;
	color: #FF9966;
}
#MainNavBar a:hover {
	text-decoration: none;
	color: #FFFF33;
}

/*This is for the table that includes the fading slide show and compass navigation section*/
.SlideCompass {
	height: 322px;
	width: 100%;
	margin-top: 10px;
	border-collapse: collapse
}
/*This is for the td that encompasses the fading slide show alone*/
.SlideShow {
	background-image: url(Images/MarqueeBackDrop.jpg);
	padding-top: 33px;
	padding-right: 29px;
	padding-bottom: 33px;
	padding-left: 29px;
	height: 256px;
	width: 500px;
	background-repeat: no-repeat;
}

/*This is for the table that emcompasses the text, Services and Events box, and the Sermon Series Box*/
.Copy1 {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFCC;
	height: 525px;
}
/*This is the td that contains the the following div*/
.IntroCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 15px;
	margin-top: 10px;
	text-decoration: none;
}
/*This is the div that encompasses the text*/
.Intro {
	width: 29%;
	vertical-align: top;
}
/*This is the td that encompasses the following two divs*/
.ServiceEvents {
	background-image: url(Images/ServicesEvents.jpg);
	width: 34%;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	vertical-align: top;
	color: #FFFFCC;
}
/*This is the div that contains the service times text*/
.ServicesCopy {
	height: 125px;
	margin-top: 65px;
	margin-right: 22px;
	margin-left: 15px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFCC;
}
/*This is the div that contains the Upcoming Events text and graphics*/
.EventsCopy {
	height: 275px;
	margin-top: 65px;
	margin-right: 22px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/*This is the td that contains the Sermon Copy div*/
.SermonSeries {
	width: 37%;
	background-image: url(Images/SermonSeriesBox.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
}
/*This is the div that contains the Sermon Series text and graphics*/
.SermonCopy {
	height: 450px;
	margin-top: 65px;
	margin-right: 28px;
	margin-left: 12px;
	color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

/*This is the table that encompasses the the about us text and graphics and the following two tds*/
.CopyAbout {
	height: 735px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFCC;
	margin-top: 10px;
	background-image: url(Images/AboutBackground.jpg);
	background-repeat: no-repeat;
}
/*This is the td that contains the left side text*/
.CopyAboutTextBoxI{
	vertical-align: text-top;
	width: 50%;
	padding-right: 20px;
	padding-left: 15px;
	padding-top: 10px;
}
/*This is the td that contains the right side text*/
.CopyAboutTextBoxII{
	vertical-align: text-top;
	width: 50%;
	padding-right: 20px;
	padding-left: 15px;
	padding-top: 10px;
}

/*This is the table that contains the text and graphics in the following td css*/
.CopyBeliefs {
	height: 850px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFCC;
	margin-top: 10px;
	background-image: url(Images/BeliefsBackground.jpg);
	background-repeat: no-repeat;
}
/*This is the td that contains both the right and left side text and graphics*/
.CopyBeliefs td{
	vertical-align: text-top;
	width: 50%;
	padding-right: 20px;
	padding-left: 15px;
	padding-top: 20px;
}

/*This is the main copy content div for the Little Sparks, PowerZone and Awanas pages and contains the following div*/
.CopyMinistry {
	width: 936px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFCC;
	background-image: url(Images/PZoneBackground.jpg);
	background-repeat: no-repeat;
	border-collapse:collapse;
	margin-top: 0px;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	height: 1275px;
}
/*This is the div that contains the text and graphics for the above mentioned pages*/
.CopyMinistriesDivs {
	margin-right: 125px;
	margin-left: 125px;
}
/*This is the div that contains the Awana Register and Awana Learn navigation buttons*/
.CopyAwanaNavs {
	width: 100%;
}
/*This is the div that contains the copy content for the Student and Worship Ministry Pages and the following div*/
.CopyWorshStudentMinistry {
	width: 886px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFCC;
	background-image: url(Images/PZoneBackground.jpg);
	background-repeat: no-repeat;
	border-collapse:collapse;
	margin-top: 0px;
	padding-top: 25px;
	padding-left: 75px;
	padding-right: 25px;
	height: 1275px;
	padding-bottom: 10px;
}
/*This is the div that contains the text and graphics for the Student and Worship Ministry pages*/
.CopyWorshStudentMinistriesDivs {
	margin-right: 60px;
	margin-left: 7px;
}
/*Worship Log In Table*/
#TbleWorshipLogin {
	border: thin solid #CCCCCC;
	margin-left: 75px;
	margin-bottom: 40px;
}
/*Worship Log In Top Cell*/
#TbleWorshipLoginHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
/*Worship Log In left side cells*/
#TbleWorshipLoginLCell
  {
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	width: 120px;
	text-align: right;
	padding-right: 5px;
}
/*Worship Log In Right side cells*/
#TbleWorshipLoginRCell {
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	width: 140px;
	text-align: left;
	padding-left: 5px;
}



/*This is the div that contains the copy content for the Women's Ministry Page and the following div*/
.CopyWomensMinistry {
	width: 936px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(Images/WomensBackground.jpg);
	background-repeat: no-repeat;
	border-collapse:collapse;
	margin-top: 0px;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	height: 1275px;
}
/*This is the div that contains the text and graphics for the Mens Ministry page*/
.CopyWomensMinistriesDivs {
	margin-right: 100px;
	margin-left: 130px;
	margin-top: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFCC;
}
/*This is the div that contains the copy content for the Mens Ministry Page and the following div*/
.CopyMensMinistry {
	width: 936px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFCC;
	background-image: url(Images/MensBackground.jpg);
	background-repeat: no-repeat;
	border-collapse:collapse;
	margin-top: 0px;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	height: 1275px;
}
/*This is the div that contains the text and graphics for the Mens Ministry page*/
.CopyMensMinistriesDivs {
	margin-right: 100px;
	margin-left: 220px;
	margin-top: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

/*This is the table that contains the text and graphics on both sides of each of the sub pages and 
the following td, Note! this is for the Leaders Page*/
.CopyBlog {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFCC;
	background-image: url(Images/BlogBackground.jpg);
	background-repeat: no-repeat;
	border-collapse:collapse;
	margin-top: 0px;
	height: 700px;
}
/*This is the td that contains text and graphics on both sides of all pages within this page,
Note! this is for the Leaders Page*/
.CopyBlog td{
	vertical-align: text-top;
	width: 50%;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}

/*Contains text and graphics within this page*/
.CopyHappenings {
	height: 1180px;
	width: 792px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFCC;
	margin-top: 10px;
	background-image: url(Images/HappeningsBackground.jpg);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 100px;
	padding-left: 95px;
	line-height: 18px;
}
/*This is the div that contains the sub navs, tables and divs for the Media, Hickory Tube and Photo Album pages, which are all the same*/
.CopyVideoMenu {
	width: 936px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(Images/HTubeBackground.jpg);
	background-repeat: no-repeat;
	border-collapse:collapse;
	margin-top: 15px;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	height: 1275px;
}
.CopyPhotoGallery {
	width: 936px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(Images/HTubeBackground.jpg);
	background-repeat: no-repeat;
	border-collapse:collapse;
	margin-top: 15px;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	height: 1275px;
}
/*This div diplays the Photo Gallery logo*/
.PhotoGalleryHeader {
	width: 100%;
	margin-bottom: 20px;
}
/*This is the table that contains the below thumbnails and larger displayed image*/
.ImagesTable {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 555px;
}
/*This displays the thumbnail images in the photo gallery*/
.ImageThumbnails {
	width: 90px;
	height: 69px;
	border-collapse: collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 2px;
}
/*This displays the main image in the Photo gallery*/
.Image {
	height: 390px;
	border-collapse: collapse;
	padding-top: 5px;
	padding-left: 200px;
}

/*This is the table that includes the sub navigation bar for the Media and Hickory page as well as the Sermon Audio page. It also includes the following td*/
.VideoMenuNav {
	height: 75px;
	width: 100%;
}
/*Included in the above table*/
.VideoMenuNav td {
	width: 217px;
}

/*This is the table that includes the video and photo menu thumbnails and description of thumbnail text, see following tds*/
.VideoMenuSelectionTable {
	height: 640px;
	width: 100%;
	margin-top: 20px;
}
/*This is the td that contains the video thumbnails*/
.VideoMenuThumbNail {
	padding-right: 5px;
	padding-bottom: 30px;
	width: 188px;
	height: 125px;
}
/*This is the td that includes the video description text*/
.VideoThumbDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFCC;
	padding-right: 30px;
	padding-left: 5px;
	width: 230px;
	padding-bottom: 30px;
}
/*This is the div container that houses all the video playback pages and the following 3 css*/
.ContainerHicTube {
	height: 665px;
	width: 988px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFCC;
}
/*This is the table that houses the video playback screen and text box all all video playback pages*/
.PlaybackTble {
	height: 409px;
	width: 988px;
	border-collapse:collapse;
}
/*This is the left td that houses the video playback screen, Note: The optimum screen size for this page is 533X400*/
.PlaybackScreenSide {
	padding: 0px;
	border-collapse:collapse;
	vertical-align: top;
	width: 533px;
}
/*This is the right td that houses the video text and H tube logo*/
.PlaybackTextSide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFCC;
	background-image: url(Images/PlaybackTextBox.jpg);
	text-align: center;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 10px;
	border-collapse:collapse;
}

/*This is the div that contains the following table*/
.CopySermonAudo {
	width: 936px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(Images/SermonAudoBackground.jpg);
	background-repeat: no-repeat;
	border-collapse:collapse;
	margin-top: 15px;
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	height: 660px;
}
/*This is the table that displays the two tds below*/
.SermonAudioTable {
	height: 535px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFCC;
}
/*This is the left td that displays the text and graphic*/
.SermonAudTextBox  {
	vertical-align: text-top;
	width: 50%;
	padding-left: 15px;
	padding-right: 40px;
	padding-top: 50px;
}
/*This is the right td that displays the sermon player*/
.SermonRadioBox {
	padding-left: 60px;
}

/*This is the div that contains the text and graphics*/
.CopyContactUs {
	width: 936px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(Images/ContactUsBackground.jpg);
	background-repeat: no-repeat;
	border-collapse:collapse;
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	height: 560px;
}

/*This is the div that contains the following table on the Awana and VBS Registration and Oops Awana and VBS Registration pages*/
.CopyAwanaReg {
	height: 985px;
	width: 908px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFCC;
	margin-top: 10px;
	background-image: url(Images/AwanaRegBackground.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 30px;
}
/*This is the table that contains the following two tds for both the Awana and VBS registration pages*/
.TbleAwanaReg {
	height: 975px;
	width: 100%;
	border-collapse:collapse;
}
/*This is the left td that contains the text and graphics on the Awana and VBS Reg and Oops Awana and VBS Reg pages*/
.TbleAwanaRegLeft {
	width: 35%;
	padding-right: 20px;
	vertical-align: top;
}
/*This is the right td that contains the registration form itself, which includes the following fieldset attribute and table for both Awana and VBS*/
.TbleAwanaRegRight {
	width: 65%;
	padding-right: 20px;
	vertical-align: top;
	padding-left: 20px;
	background-repeat: no-repeat;
}
/*This is the field that encompasses the forms attribute for both Awana and VBS*/
.TbleAwanaRegRight fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(Images/AwanaRegPaper.jpg);
	background-repeat: no-repeat;
}
/*This is the table that contains the following tds for the fields and text that make up the form for both Awana and VBS*/
.AwanaTbleRegForm {
	height: 830px;
}
/*This is the left ted that contains the text for each field set for both Awana and VBS*/
.AwanaRegtdLeft {
	width: 216px;
	padding-right: 2px;
	text-align: right;
	color: #420000;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/*This is the right td that contains the field set itself for both Awana and VBS*/
.AwanaRegtdRight {
	width: 278px;
	padding-left: 2px;
}
/*This is the css that gives the field set box its background color for both Awana and VBS*/
.AwanaRegTextBox {
	background-color: #E3E2CA;
	color: #000000;
}

/*The following css is used where needed throughout the site*/
.SmallerFontItalics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #FFFF66;
}
.LargerFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFCC;
	line-height: 20px;
}
.SmallerFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFCC;
}

.YellowHighlight {
	color: #FFCC00;
}
.YellowHighlightLarge {
	color: #FFFF00;
	font-size: 24px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}
.Center {
	text-align: center;
}
/*The following Floats are for images used throughout the site*/
.FloatLeft {
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.FloatLeft2 {
	float: left;
	margin-right: 15px;
}
.FloatRight {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.FloatRightWorship {
	float: right;
	margin-left: 10px;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 45px;
}

/*This is div that contains the red border line used to devide the main content from the footer section of all the web pages*/
#BottomNavLine {
	height: 20px;
	width: 100%;
}
/*This is the div that contains the bottom navigation portion of all the web pages*/
#BottomNav  {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #584B3B;
	color: #FFFFFF;
	width: 100%;
	line-height: 20px;
	height: 50px;
}
/*This is the div that contains the javascripting used for the copyright info on all the web pages*/
#Footer {
	font-family: "Times New Roman", Times, serif;
	color: #CCCCCC;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #584B3B;
	width: 100%;
	height: 45px;
}
