* {					margin: 0;
					padding: 0; }

body {				color: #3b3b3b;
					font-size: 0.9em;
       				font-style: normal;
              		font-family: verdana, arial, helvetica, sans-serif;
					background-color: #FFFFFF; }

html, body, #wrap {	xheight: 100%; }

body > #wrap {		xheight: auto;
					xmin-height: 100%;}

a {					color: #be0f34;
					text-decoration: none; }
					
a:hover {			text-decoration: underline; }

p {					margin-bottom: 15px; }

p.last {			xmargin: 0 120px 0 0; }

.emph {				font-weight: bold; }

#boxContent {		xpadding-bottom: 249px;
					width: 100%;
					height: 100%;
					float: left;
					xposition: fixed; }
					
#logo {				background: #FFFFFF url(../images/logo.gif) right no-repeat;
					float: right;
					margin: 10px 150px 0 0; }

#boxText {			xmargin: 11% 20% 0 10%;
					margin: 2% 20% 0 10%; }


#boxFooter {		xposition: relative;
					xmargin-top: -249px;
					height: 249px;
					width: 100%;
					float: right;
					text-align: center;
					xclear: both;
					background: transparent url(../images/spraypaint.jpg) right no-repeat; }

#boxFooter img {	margin: 100px 0 0 ; }





/* CLEAR FIX*/
.clearfix:after {	content: ".";
					display: block;
					height: 0;
					clear: both;
					visibility: hidden; }

.clearfix {			display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { 	height: 1%;}
.clearfix {			display: block;}
/* End hide from IE-mac */
