* {
	margin: 0px; padding: 0px;
	}

html, body {
	height: 100%;
	background-color: #f0f0f0;
	/*background-color: #ffffff;*/
	font-family: verdana; font-size: 11px;
	background-image: url("../images/shadow.png");
	background-repeat: repeat-y;
	background-position: center; 
	}
	
html {
	overflow-y: scroll;
}

#adheader {
	background-color: #f0f0f0;
	background-image: url("../images/top-shadow.png");
	width: 820px;
	height:19px;
	padding-top: 3px;
	margin: 0px auto;
	text-align: center;
	vertical-align: center;
}
	
#container {
	width: 804px;
	height:auto; /* real browsers */
	min-height:100%; /* real browsers */
	margin: 0px auto;
	/*
	border-top: 2px solid #d2e49c;
	border-right: 2px solid #d2e49c;
	border-left: 2px solid #d2e49c;
	*/
	background-color: #ffffff;
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	}
	
* html #container {
	height: 100%;	
}

#sidebar {
	position: absolute;
  top: 100px; left: 0px;
  width: 100px;
	}

#menu {
	width: 100px;
	padding: 14px;
	background-color: #d2e49c;
	}
	
#ads {
	padding: 4px;
	padding-top: 14px;
}

.banner {
	text-align: center;
	padding: 10px;
}

#menu ul {
	list-style: none;
	margin-left: 0px;
	}
	
a {
	color: #a5ca39;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
#menu a {
	font-size: italic;
	color: #52641c;
	}


#lang {
	float: right;
	/*margin-top: 38px;*/
	}

#navigation {
	float: right;
	margin-top: 40px;
	margin-right: 15px;
	width: 375px;
	font-style: italic;
	border-bottom: 1px solid #52641c;
	}
	
#lang img {
	border: 1px solid #f8f8ff;
}

#lang img.selected {
    border: 1px solid #ff0000;
}

a.screenshot img {
	border: 1px solid #a5ca39;
	float: right; margin: 5px;
}

#content {
	margin-left: 137px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 90px;
	text-align: justify;
	clear: both;
	}
	
#content p {
	margin-bottom: 3px;
	}
		
#content h1 {
	font-size: 14px;
	color: #52641c;
	margin-top: 5px;
	margin-bottom: 3px;
	text-align: right;
	}
#content h2 {
	font-size: 13px;
	color: #000000;
	margin-top: 13px;
	margin-bottom: 3px;
	font-style: italic;
	}
#content h3 {
    font-size: 11px;
    color: #000000;
    margin-top: 12px;
    margin-bottom: 3px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
    }
#content p {
	margin: 5px 0px;
	}
	
p.message {
  color: #ff0000;
  padding-top: 10px;
}

#content ul, #content li {
  margin-left: 15px;
}

#header {
	position: absolute;
	top: 23px;
	left: 14px;
}

#footer {
	position: absolute;
	bottom: 0px;
	margin-top: 15px;
	font-style: italic;
	clear: both;
	border: 0px;
	height: 82px;
	width: 648px;
	vertical-align: bottom;
	background: url("../images/footer_android.png") no-repeat bottom right;
	}
	
#footer-content{
	position: absolute;
	bottom: 0px;
}
	
form input, form textarea {
	border: 1px solid #d2e49c;
	width: 375px;
	}
	
td {
	vertical-align: top;
	padding: 2px;
	}
	
td.label {
	font-style: italic;
	text-align: right;
	}
	
.error {
  color: #ff0000;
  }

#personal {
  margin-top: 35px;
  }
  
img.border {
  float: left;
  border: 1px solid #ffdddd;
  margin-right: 10px;
  }
  
#app_table {
	margin: 0px auto;
}

#app_table td {
	text-align: center;
}