html, body {
	height: 100%;
} 
 
html,body,address,blockquote,div,
form,fieldset,caption,
h1,h2,h3,h4,h5,h6,
hr,ul,li,ol,ul,
table,tr,td,th,p,img {
	margin:0;
	padding:0;
}
 
body {
    font: .9em/1.3 Arial, Lucida, Verdana, sans-serif;
    color: #262626;
}
 
#sitecontainer {
	min-height: 100%;
    width: 320px;
    margin:0px auto 0;
    overflow: hidden;
    background-color: #FF0000;
}

#header {
	text-align: center;
}
 
#heading {
	width: 300px;
	margin-top: -25px;
	float:left;
}

.header {
	font-size: 1.4em;
	color: #FFFFFF;
	font-weight: bold;
}

#maincontent {
	padding: 3px 15px 0px 15px;
	float:left;
}

#footer {
	height:15px;
	color: #4c0000;
	font-weight: bold;
	clear: both; 
	margin: 5px auto;
	text-align: center;
}
    
 
/* @group Text Styles */

.descript {
	font-size: .85em;
	line-height: 1.1em;
	font-weight: bold;
}

.bigboldgray {
	font-size: 1.1em;
  	font-weight: bold;
  	color: #262626;
}

.title {
	font-size: 1.3em;
  	font-weight: bold;
  	color: #FFFFFF;
}

.droptitle {
	font-size: .9em;
  	font-weight: bold;
  	color: #FFFFFF;
}

/* @group Text Links */
a { 
    color: #FFFFFF;
    text-decoration: none;
}
 
a:hover {
    color: #FFFFFF;
    text-decoration: none;
}