body {
	background-image: url(images/Background/wood_4.jpg);
	 background-attachment:fixed;
	 text-align: center; /* for IE */
	 margin-top: 0;
}
/* --------------------------------------- */
/*    Homepage Image Proprities            */
/* --------------------------------------- */

.HomePageimage {
  border-top:1px solid #333333;
	border-right:2px solid #333333;
	border-left:2px solid #333333;
}

/* --------------------------------------- */
/*    Homepage table Proprities            */
/* --------------------------------------- */

.HomePageTable {
  border-bottom:2px solid #333333;
	border-right:2px solid #333333;
	border-left:2px solid #333333;
	aline: center;
}
/* --------------------------------------- */
/*    Banner Nave Link Proprities          */
/*    Container                            */
/* --------------------------------------- */
.ex {
	border-top: 2px solid #7B3626;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #7B3626;
	border-left: 2px solid #333333;
	width: 850px;
	margin:0 auto;
	background-color: #BD9B75;
}

/* --------------------------------------- */
/*    Banner Nave Link Proprities          */
/* --------------------------------------- */
.NavLinks a:link, .NavLinks a:visited  {
	font-family: 'Times New Roman';
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-align: center;
	color: #333333;
	text-decoration: none;
    padding-right: 25px;
	padding-left: 10px;
}
.NavLinks a:hover {
	font-family: 'Times New Roman';
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
	color: #BD9B75;
	text-decoration: none;
	background-color: #7B3626;
	padding-right: 25px;
	padding-left: 10px;
	text-transform: uppercase;
}

/* --------------------------------------- */
/*    Page Title Above Content             */
/* --------------------------------------- */
.Page_Text {
	font-family: 'Times New Roman';
	font-size: 25px;
	font-weight: bold;
	font-variant: normal;
	text-transform: Normal;
	text-align: left;
	color: #333333;
	text-decoration: none;
	padding-right: 25px;
}


/* --------------------------------------- */
/*    Side Nave Link Proprities            */
/* --------------------------------------- */
.SideNavLinks a:link, .SideNavLinks a:visited  {
	font-family: 'Times New Roman';
	font-size: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-align: left;
	color: #333333;
	text-decoration: none;
}
.SideNavLinks a:hover {
	font-family: 'Times New Roman';
	font-size: 15px;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	color: #7B3626;
	text-decoration: underline;
	text-transform: uppercase;
}
/* --------------------------------------- */
/*    Link in front of MP3 players         */
/* --------------------------------------- */
.MP3_Text {
	font-family: 'Times New Roman';
	font-size: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: Normal;
	text-align: left;
	color: #333333;
	text-decoration: none;
	padding-right: 25px;
}

/* --------------------------------------- */
/*    Copywrite Link Proprities            */
/* --------------------------------------- */
.Copywrite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #333333;
	text-decoration: none;
	font-style: normal;
}
.Copywrite a:link, .Copywrite a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #333333;
	font-style: normal;
	text-decoration: none;
}
.Copywrite a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #333333;
	font-style: normal;
	text-decoration: underline;	
}

/* --------------------------------------- */
/*    Body Link Proprities          */
/* --------------------------------------- */
.BodyLinks a:link, .BodyLinks a:visited  {
	font-family: 'Times New Roman';
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: normal;
	text-align: center;
	color: #333333;
	text-decoration: none;
}
.BodyLinks a:hover {
	font-family: 'Times New Roman';
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: normal;
	text-align: center;
	color: #7B3626;
	text-decoration: underline;
}

/* --------------------------------------- */
/*                 Images                  */
/* --------------------------------------- */
.Imaage-border {
/*border:2px solid #7B3626;*/
padding-bottom:10px;
padding-right:10px;
padding-left:10px;
}

/*---------------------------------------- */
/*                 Tables                  */
/* Set padding to 0 to remove space in IE  */
/*-----------------------------------------*/
form {
margin:0;
padding:0;
}

/* --------------------------------------- */
/*                 Redefines               */
/* --------------------------------------- */
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-align:left; 
}