@charset "UTF-8";
/* CSS Document */

body {
    background-image:url(img/mobile_bg_grade.jpg);
	background-repeat: repeat-x;
    color: #ffffff;            /* Foreground color used for text */
	background-color:#8c4117;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14px;
    margin: 0;              /* Amount of negative space around the outside of the body */
    padding: 0;             /* Amount of negative space around the inside of the body */
	text-align:center;
}

#shell {padding-top: 10px; width:100%; display: block; margin: 0 auto;}

p {margin: 0px; padding-bottom: 12px;}

.container {
	padding-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 130%;
	width: 50%;
	padding-left: 5px;
	padding-right: 8px;
	float:left;
    text-align:left;
	}   
	
.rightcol {
 	width: 140px;
	padding-top: 8px;
	float:right;
	 	} 

img {padding:0px; background:none;}
.clearall {clear:both;}
 
a {color: #ff9933; text-decoration: none;}
a:hover {text-decoration: underline; color:#ff9933;}
