* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 14px/18px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
}
a {
	color: #009;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {margin: 10px;font-size: 13px;}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
margin: 30px;
height: 120px;
background: #FFF;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
margin: 30px;	
padding: 20px 240px 20px 20px;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	margin-right: -3px;
	width: 250px;
	margin-left: -250px;
	position: relative;
	background: #ddd;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -50px auto 0;
	min-width: 1000px;
	height: 50px;
	background: #ddd;
	font-size: 10px;	
}
h1 {text-align: center;
  font-family: Arial;
  margin-top: 8px;
  color: #333;
  font-size: 22px;
}
h2 {text-align: center;
  font-family: Arial;
  margin-top: 8px;
  color: #333;
  font-size: 18px;
}

li {margin-left: 10px; color: #222; font-weight: bold;}
em {color: #333;}
hr {color: #999;}