@import "Menu.css";

html {
font-size: small;	
}

.ClearFloats {
clear: both;
height: 0;
font-size: 1px;
overflow: hidden;
}

body {
margin: 0;
background-color: #83172e;
font-family: Arial, Helvetica, sans-serif;
background-image: url('../images/TopBackground.jpg');
background-repeat: no-repeat;
background-position: center top;
color: #231f20;
}

p, h1, h2 {
margin-top: 0;	
margin-bottom: 15px;
}

h1 {
font-weight: normal;
font-size: 2.2em;
letter-spacing: 0.05em;
color: #5a5758;
border-bottom: 1px solid #5a5758;
}

h2 {
font-weight: bold;
color: #bb2142;
font-size: 1.4em;
margin-bottom: 0.25em;
margin-top: 0;
}

p {
line-height: 1.5em;
}

a {
color: #397b16;
text-decoration: none;
}

a:hover {
color: #000000;	
border-bottom: 1px dotted #000000;
}

.Feed {
padding-left: 18px;	
background-image: url('../images/rss.png');
background-repeat: no-repeat;
background-position: left center;
}


blockquote {
margin-left: 20px;
padding-left: 20px;
border-left: 2px dotted #000;
}

#OuterBox {
width: 898px;
margin: auto;
}

#Header {
position: relative;
background-image: url('../images/HeaderBackground.jpg');	
background-position: top center;
background-repeat: no-repeat;
margin: 0;
height: 313px;
width: 898px;
}

#MPR_Logo {
position: absolute;
left: 39px;
top: 95px;
}

#TopBanner {
position: absolute;
left: 143px;
top: 95px;
width: 716px;
height: 188px;
background-color: #bb2142;
}

#MainRegion {
background-color: #ffffff;
background-image: url('../images/ContentBackground.jpg');
padding: 15px 39px;
}

#MainMenu {
	
}

#MainMenu ul {
margin: 0;
list-style: none;
padding: 0;
}

#MainMenu ul li {
float: left;
display: inline;
}

#MainMenu li a {
display: block;
width: 160px;
height: 0;
padding-top: 40px;
overflow: hidden;
background-color: #83172e;
margin-right: 5px;
background-repeat: no-repeat;
}

#MainMenu li.Last a {
margin-right: 0;
}

#MainMenu a:hover {
border: none;
}

#Content {
float: left;
margin-top: 15px;
display: inline;
width: 480px;
margin-right: 15px;
}

#RightBox {
margin-top: 15px;
float: left;
display: inline;
width: 325px;
}

#Footer {
background-color: #231f20;
background-image: url('../images/FooterBackground.jpg');
background-repeat: repeat-x;
background-position: bottom left;
position: relative;
padding: 5px 10px;
padding-bottom: 50px;
color: #ffffff;
min-height: 42px;
margin-top: 15px;
}

#Footer h2 {
color: #fff;	
}

#Footer a {
color: #ffffff;
text-decoration: none;
border-bottom: 1px dotted #ffffff;
}

#Footer a:hover {
background-color: #ffffff;
color: #000;
}

#Copyline {
position: absolute;
bottom: 0;
padding-bottom: 0;
margin-bottom: 0.25em;

}

#Copyright p {
margin: 0;
}

#Shinytastic {
position: absolute;
bottom: 0;
right: 0;
width: 145px;
height: 0;
padding-top: 42px;
overflow: hidden;
background-image: url('../images/Shinytastic.jpg');
}

#Footer #Shinytastic {
border: none;	
}

#FootOrnament {
background-image: url('../images/FootOrnament.jpg');	
background-repeat: no-repeat;
height: 196px;
}