@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 {
	float: left;
	width: 785px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	text-align: left;
	padding-top: 10px;
	padding-left: 25px;
}

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

.ContentList{
	float: left;
	width: 80px;
	height: 300px;
	padding-right: 20px;
	color: rgb(147,147,147);
}

.CL1 {
	height: 25px;
}

.CL2 {
	height: 25px;
}

.CL3 {
	height: 25px;
}

.longContent {
	font-size: 94%;	
}

.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;
	text-decoration: none;
	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);
} 