* {
	margin: 10;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 14px/18px Helvetica, Calibri, Verdana, Arial, sans-serif;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
table
{
border:1px solid blue;
}
td, th
{
padding:5px 10px 5px;
text-align:left;
}
td
{
	background: #EEEEFF;
}
th
{
	background: #CCAAFF;
}
ul
{
list-style-type: square;
padding: 15px;
}

#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: relative;
	background: #CCAAFF;
	line-height:150%;
	padding: 5px 10px 5px;
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 5px 10px 5px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: 0px auto 0;
	min-width: 1000px;
	min-height: 20px;
	background: #CCAAFF;
	position: relative;
	padding: 5px 10px 5px;
}