 /* Main Body */


body {
    background-color: #ffffff;
}

body {
	width: 84%;
	padding-left: 7%;
	padding-right: 7%;
	line-height: normal;
	   
	}
	
h2, h3, h4, h5, h6 {
	text-decoration: none;
	font-size: x-large;
	line-height: normal;
}

 /* Menu Bar */

menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 1000px;
}

menu li {
    display: inline;
    background-color: #e7e7e7;
	float: left;
	width: 100px;
	border: 1px solid #e3e3e4;
	text-align: center;
	border-radius: 1px;
	height: 26px;
	font-size: 14px;
	font-family: sans-serif;
	padding-top: 10px;
	border-radius: 5px;
}

ul li {
	font-size: large;
}

img {
	border-radius: 5px;
}

tel {
	float: right;
	display: inline;
	padding-right: 10px;
}

 /* Website Header */

h1 {
    color: #322612;
    text-align: left;
    padding-left: 10px;
}

 /* Body Content */

p {
    font-family: "Times New Roman";
    font-size: 20px;
    color: #2a2626;
}

leftbody {
	width: 100%;
	float: left; 
}
 
/* Footer Content */

footer {
	float: right;
	
}
footer a {
	color:#e82727
}

a {
	text-decoration: none;
	color: #140e43
}

/* Tablet Landscape */
@media screen and (max-width: 1060px) {
#primary { width:67%; }
#secondary { width:30%; margin-left:3%;} 
}
 
/* Tabled Portrait */
@media screen and (max-width: 768px) {
#primary { width:100%; }
#secondary { width:100%; margin:0; border:none; }
}


