container {
	margin: 0px;
}

body {
	background-color: #231c17;
	margin: 0px;
	}

#headerdiv {
	background-repeat: repeat;
	height: 141px;
	width: 100%;
	clear: both;
	background-image: url(../images/header-bg.jpg);
}

	
#navdiv {
	background-repeat: repeat;
	height: 20px;
	width: 100%;
	clear: both;
	background-image: url(../images/navdiv-bg.jpg);
	background-position: center;
	text-align: center;
	word-spacing: normal;	
	
}	
#contentdiv {
	display:  block;
	width: 800px;
	clear:both;
	margin-top: auto;
	margin-right: auto;
	margin-bottom:auto;
	margin-left: auto;
	padding-top:0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom:10px;
	vertical-align: middle;
}	     
	
	





 /*  this is to center the img tag in the header */

img {
display:block;
	margin-right: auto;
	margin-left: auto;
		clear:both;
}

/* this is so center any table tag on page. Also  you must give the table a definite size*/
table
{ 
margin-left: auto;
margin-right: auto;

}
.title {
float: left;
	clear: right;
	
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	line-height: 17px;
	text-align: left;
	margin-left: 15px;
	color: #FFFFFF;
	margin-top:20px;
}

#contactdiv {
	background-repeat: repeat;
	background-image: url(../images/navdiv-bg.jpg);
	height: 20px;
	width: 100%;
	clear: both;
	margin-top:0px;
	text-align: center;	
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #231C17;
	text-decoration: none;
	line-height:15px;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #003140;
	text-decoration: none;
}


a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #7F795D;
	font-weight: 200;
	text-decoration: underline;
}


a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	color: #003140;
	text-decoration: none;
	text-decoration: underline;
}



.yellow-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height:18px;
	font-weight: normal;
	color: #c3c79c;
	
}
#homecontentdiv {
	display:  block;
	width: 800px;
	clear:both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px; 
	margin-bottom:0px;  
	margin-top:10px;
}	     
.copywrite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.contact-table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.yellow-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

