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

.fullbg {
}
html { 
  background: url(2014/images/mrp_120805_portrait_me_bg.png) no-repeat center right fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@font-face
{
font-family: RalewayHeavy;
src: url(2014/fonts/raleway/Raleway-Heavy.otf);
}

@font-face
{
font-family: RalewayReg;
src: url(2014/fonts/raleway/Raleway-Regular.otf);
}

h1 {font-family:RalewayHeavy;
font-size:24px;
text-shadow: 3px 3px 2px #AAA, -1px -1px #DDD;
text-transform:uppercase;
}

h2 {font-family:RalewayReg;
font-size:12px;
}

.whitetype {
	font-family:RalewayHeavy;
font-size:10px;
text-transform:uppercase;
color:#FFF
}

.footertext {
	font-family:RalewayHeavy;
	font-size:9px
	color:fff
; 			font-size: 8px;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 2pt;
}

.header-cont {
    width:100%;
    position:fixed;
    top:0px;
}
.footer-cont {
    width:100%;
    position:fixed;
    bottom:0px;
}
.header {
    height:50px;
    background:#F0F0F0;
    border:1px solid #CCC;
    width:960px;
    margin:0px auto;
}
.mainboxtext {
	font-family: "Raleway-Heavy", "Arial Black", Gadget, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: capitalize;
	color: #000; 
	vertical-align: top;
	padding: 30px;
}
.mainboxtext {
	font-family: "Raleway-Heavy", "Arial Black", Gadget, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: capitalize;
	color: #000;
	vertical-align: top;
	margin: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.nav-fixed {
	position: fixed;
}
.footer-fixed {
	position: fixed;
	bottom: 0px;
}
