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

body{
	
}

.Body {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.Header {
	float:left;
	width: 1000px;
	height: 220px;
	text-align: center;
	background-image:url(images/Header.jpg);
	background-repeat:no-repeat;
	margin-top: 12px;
}

.Menu {
	float:left;
	width:150px;
	height: 300px;
	background-image: url(images/MenuBar.jpg);
	background-repeat:no-repeat;
	margin-top: 12px;
	margin-right: 15px;
}

.MHome {
	width:120px;
	height: 55px;
	margin-top: 20px;
}

.MAbout {
	width:120px;
	height: 55px;
}

.MContact {
	width:120px;
	height: 55px;
}

.MBlog {
	width:120px;
	height: 100px;
}

.ContentBar {
	float: left;
	width: 835px;
	height: 300px;
	background-image: url(images/ContentBar.jpg);
	background-repeat:no-repeat;
	margin-top: 12px;
	color: rgb(102,102,102);
}

.ContentHead {
	width: 785px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(102,102,102);
	font-size: 60%;
	text-align: left;
	padding-top: 10px;
	padding-left: 25px;
}

.Content {
	width: 785px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 83%;
	text-align: justify;
	padding-top: 0px;
	padding-left: 25px;
}

.ContentQuote {
	width: 785px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 83%;
	text-align: right;
	font-style:italic;
	padding-top: 5px;
	padding-left: 25px;
	color: rgb(51,51,51);
}


.Footer {
	float: left;
	width: 1000px;
	height: 108px;
	background-image: url(images/Footer.jpg);
	background-repeat:no-repeat;
	text-align: center;
	margin-top: 12px;
	padding-top: 3px;
		
}

.FooterText {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50%;
	color: rgb(102,102,102);
	padding-top: 3px;
}

	
a.FooterLink{
  /* Applies to unvisited links of class mainNav */
  text-decoration:  none;
  font-weight:      none;
  background-color: none;
  color:            rgb(102,102,102);
} 