html, div, body {
	margin				: 0px;
	padding				: 0px;
}
html {
	background			: #000000;
}
html, form textarea {
	font-family			: arial;
	font-size			: 14px;
	color				: #FFFFFF;
}
form textarea {
	color				: #000000;
}
#core {
	padding-top			: 20px;
}
#core, #footer {
	margin				: 0 auto;
	width				: 788px;
}
#content {
	min-height			: 400px;
	height				: auto !important;
	height				: 100%;
}
.floatClear {
	clear				: both;
	height				: 1px;
	margin-bottom		: -1px;
	overflow			: hidden;
}

/*LOGO*/
#logo a {
	float				: left;
}
#logo h1 {
	float				: right;
	text-align			: center;
	margin-top			: 8px;
	width				: 690px;
}
#logo h1 a {
	font-size			: 12px;
	float				: right;
	text-align			: right;
	color				: #FFFFFF;
	text-decoration		: none;
}
#logo h1 a:hover {
	text-decoration		: underline;
}
img {
	border				: none;
}
h1 {
	font-size			: 35px;
	margin-top			: 20px;
	margin-bottom		: 0px;
}
h2 {
	font-size			: 18px;
	margin-top			: 7px;
	margin-bottom		: 7px;
}

/*LOGIN SCRIPT*/
#login {
	margin				: 20px auto;
	padding				: 20px;
	width				: 400px;
	border				: 1px solid #CCCCCC;
}
#login label {
	display				: block;
	float				: left;
	width				: 130px;
	text-align			: right;
	padding-right		: 20px;
}

/*NOTICE/ERROR*/
.notice {
	padding				: 5px;
	border				: 1px solid;
}
.notice img {
	vertical-align		: text-top;
}
#success {
	color				: #1c6b00;
	border-color		: #1c6b00;
	background			: #8fe089;
}
#error {
	color				: #ba0707;
	padding				: 5px;
	border-color		: #ba0707;
	background			: #ffb3b3;
}
#content table p {
	margin				: 2px 0px;
}

/*FOOTER*/
#footer {
	margin				: 20px auto 10px auto;
	color				: #FFFFFF;
}
#footer a {
	color				: #FFFFFF;
	text-decoration		: underline;
}
#footer a:hover {
	text-decoration		: none;
}