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

h3{
	text-align:center;
}

h5{
	text-align:center;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* Site Body */
body  
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #532b00;
	background-image:url(images/bkgd.jpg);
	background-repeat:repeat-y;
	background-position:center;
	margin: 0px auto;  	/*margin from the top*/
	padding: 0px;
	text-align: center; /* Centers the container */
	color: #000000;
}


/* Container the site is layed out in */
.site #container 
{ 
	width: 1000px;  			/* Site Width */
	margin: 0px auto; 			/* the auto margins (in conjunction with a width) center the page */
	text-align: left; 			/* Text aligned left */
}

.site #page 
{ 
	margin: 0px;
	padding: 0px;
} 

/* Header div */
.site #header 
{ 
	background: #532b00; 
	background-image:url(images/header.jpg);
	margin: 0px; 					/* 0 Margins - prevents spaces between divs */
	padding: 0px;  	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 1000px;
	height: 200px;
} 

.site #leftAddress
{
	margin: 65px 0px 0px 40px;
	width: 195px;
	float: left;
	font-size:10px;
	text-align:center;
}

.site #rightAddress
{
	margin: 65px 41px 0px 0px;
	width: 195px;
	float: right;
	font-size:10px;
	text-align:center;
}

/* Header: H1 format */
.site #header h1 
{
	margin: 0px; 					/* 0 Margins - prevents spaces between divs */
	padding: 10px 0px; 			/* Padding */
}


/* Navigation Sidebar div */
.site #sidebar 
{
	float: left; 				/* Floating on Left side */
	width: 150px; 				/* Width */
	padding:  0px;		    /* Padding (top, right, bottom, left)*/
}


.site #navButtons
{
	margin: 10px 0px;
	padding: 0px;
	width: 150px;
}

.site #navButtons td
{
	height: 40px;
	width: 144px;
}

/* Main Section of Site div */
.site #mainContent 
{ 
	padding: 10px 100px 5px 175px; 		/* Creats left margin to create issues with text behind the sidebar */
	margin: 0px 0px; 			/* Padding (top, right, bottom, left)*/
	text-align:left;
} 


/* Main Section of Site div */
.site #mainContent  h2
{ 
	margin: 100px 100px 0px 0px; 		/* Creats left margin to create issues with text behind the sidebar */
	padding: 0px; 			/* Padding */
} 

/* Footer div */
.site #footer 
{ 
	margin: -15px 0px 0px 175px;
	padding: 3px 0px; 				/* Padding */
	width: 725px;
} 


/* Footer paragraph */
.site #footer p 
{
	margin: 0px; 					/* 0 Margins - prevents spaces between divs */
	text-align: center;
	font-style:italic;
	font-size: 10px;
	color: #000000;
}
