body {
	margin: 20px;
	padding: 0;
	background: #333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
}

h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	background-image: none;
	text-decoration: underline;
}

/* Content */  
#content {
    background: #FFF;
    width: 700px;
    border: solid;
    border-color: #FF7;
	margin: 50px auto auto auto;
	padding: 10px 10px 10px 25px;
	font-size: small;
	text-align: left;
}

#content2 {
	text-align: center;
}

/* Header */
#header {
	margin-top: auto;
    font-size: small;
    clear: both;
	text-align: left;
}

/* Footer */
#footer {
	margin-bottom: auto;
    font-size: small;
    clear: both;
	text-align: right;
}