/* Maverick Covert-Ops Bootcamp CSS */

* { padding:0; margin:0; }

img { border:none; }

body { background:url(images/pageBackground.jpg) repeat-x #062005; font-family:Arial,Helvetica,sans-serif; font-size:16px;}

#container { background:url(images/containerBackground.jpg) repeat-y; width:1091px; margin:0 auto; position:relative; }

#header { background:url(images/header.jpg) no-repeat; width:1091px; height:446px; }

#middle { width:901px; margin:0 auto; }

#middle p  { padding-left: 40px;
                      padding-right: 40px;
					  padding-top: 10px;
					  padding-bottom: 10px;
					  }

#footer { background:url(images/footer.jpg) no-repeat; width:1052px; height:270px;}

.get-behind-wheel { float:left; margin-left:-19px; display:block;}
.side-soldier { float:right; margin-right:-20px; display:block; }
.clear { clear:both; }


.r {
	font-weight: bold; 
	color: red;
	font-size: 16px;
}

ul {
	padding:10px 40px 20px 80px;
}


/* Legal links and copyright */

.copy-links { width:650px; margin:0 auto; color:#FFFFFF; padding:10px 0 15px 0;}
.copy { float:left; }
.links { float:right; }
.links a { color:#FFFFFF; }

.blue
{
font-size: 14pt;
color: navy;
font-weight: bold;
}

