*{
	padding: 0;
	margin: 0;
	border: 0;
}
body {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FFFFFF url(./assets/top.png) repeat-x scroll 0 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
#container {
	width: 1024px; /*contains all leftside and main*/
	height: 760px;
	margin: auto;
}
.head{ /*head of android image*/
	height: 90px;
	margin: auto;
}
#leftside{ /*left side menu*/
	background:#FFFFFF url(./assets/menu.png) no-repeat scroll 0 0;
	float: left;
	width: 245px;
	height: 670px;
	text-align: center;
}
#menu{ /*navigation menu*/
	height: 200px;
	margin: 2px 0 0 5px;
	text-align: center;
}
#donate { /*donation box */
	height: 180px;
	margin: 0 0 0 5px;
	border: 1px solid #d0d0d0;
	text-align: center;
}
#main{ /*main area*/
	float: right;
	width: 770px;
	height: 670px;
}
#title { /*top blue bar*/
	background: #FFFFFF url(./assets/titlebar.png) repeat-x scroll 0 0;
	height: 25px;
}
#content{ /*holds all major content*/
	min-height: 500px;
	border-width: 1px; 
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color:#d0d0d0;
	padding: 10px;
}
.screen1{
	position:relative;
}
.screen2{
	float: right;
}
#footer{ /*footer navigation */
	clear: both;
	height: 25px;
	margin: 5px;
	text-align: center;
}
ul.n { /*naviation list menu*/
	font-size: 18px;
	font-weight: bold;
	list-style-type: none;
	margin:0 0 0 -2px;
}
ul.c { /*content list font size*/
	font-size: 11px;
}
h1.title{ /*titlebar format*/
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	margin-top:0px;
}
h1{
	font-size: 18px;
	margin-top: 18px;
}
h2{
	font-size: 16px;
	margin-top: 16px;
}
h3{
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
}
h4{
	font-size: 12px;
	font-weight: bold;
	margin-top: 12px;
}
p{
	font-size: 11px;
	margin: 11px;
}
ol li {
	font-size: 11px;		
}
ul, ol {
	margin-left: 20px;
}

a.menu:link, a.menu:visited, a.menu:hover, a.menu:active{ /*menu link style*/
	color: #000000;
	text-decoration: none;
}
a.d:link, a.d:visited, a.d:hover, a.d:active{ /*footer link style*/
	color: #2e7496;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.foot:link, a.foot:visited, a.foot:hover, a.foot:active{ /*footer link style*/
	color: #2e7496;
	text-decoration: none;
}
a:link, a:visited, a:hover, a:active{ /*content and all other link styles*/
	color: #000000;
	text-decoration: underline;
}
.footmenu {
		list-style-type: none;
		text-align: center;
		white-space: nowrap;
		font-size: 11px;
		}
.footmenu li {
		display: inline;
		}

