/* CSS Document - ADMIN */

body {
	font-family: "Lucida sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%; /*sets 1em to 12px equivalent */
	color: #ddd;
	background-color: #020;
}
/* = WRAPPER */

#wrapper {
	width: 500px;
	margin-top: 10px;
	margin-left: 1%;
	margin-right: 1%;
}

/* = CONTENT */

#content {
	text-align: justify;
	margin-top: 15px;
	margin-left: 50px;
	padding-left: 10px;
	width: 480px;
}
h1 	{
	font-size: 2.2em;
	color: #ede;
}
h2 	{
	font-size: 1.6em;
	color: #ede;
}
h3	{
	font-size: 1.2em;
	color: #ede;
}
h4	{
	font-size: 1em;
	color: #ede;
}
a:link, a:visited {
	color: #fdf;
	text-decoration: none;
}
a:hover, a:active {
	color: #fff;
}

/* FOOTER */

#footer {
	clear: both;
	margin-left: 50px;
	margin-right: 0px;
	text-align: center;
	width: 480px;
}

