body {
	margin: 0px;
	padding: 0px;
	width: 320px;
	font-family: Helvetica, Verdana, Arial;
	background: #2c2c2c;
}
#maincontent img {
	max-width: 300px;
}
h1,h2,h3,h4,h5 {
	margin: 0px;
}
h1 {
	font-size: 17pt;
}
h2 {
	font-size: 15pt;
}

h3 {
	font-size: 13pt;
}
a img {
	border: none;
}
#bottom {
    font-size: 7pt;
    margin-top: -5px;


}
#menu {
	background: url(/images/menu_bg.png) top left no-repeat;
	height: 126px;
	width: 320px;
	height: 215px;
	position: absolute;
        top: 39px;
	text-align: center;
}
#menu a {
	color: black;
}
#menu ul {
	font-size: 11pt !important;
	margin:0;
	padding:0;
	position:relative;
	top:70px;
	
}
#menu li {
	display: inline;
	margin-left: 5px;
        font-size: 11pt !important;
}
#header {
	background: url(/images/topheader_mobile.jpg) top left no-repeat;
	height: 46px;
	text-align: center;
}
#header #logo {
	width: 200px;
}
#main {
	margin-top: 0px;
	padding-top: 20px;
	position:absolute;
        top:250px;
        width:320px;
	background: url(/images/main_top.jpg) top left no-repeat;
}
#maincontent {
	background: url(/images/main_bg.jpg) top left repeat-y;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 18px;
}
#mainbottom {
	background: url(/images/main_bottom.jpg) top left no-repeat;
	width: 100%;
	height: 20px;
	position: relative;
	top: -16px;
}
#bottom a, #bottom a:visited {
	color: white;
}

#banners {
       display: none;
}

#bottomgrass {
       background: url(/images/bottom_grass_mobile.jpg) top left no-repeat;
       width: 320px;
       height: 98px;
}

