body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #000;
}

p {
	text-align:left;
}

ul {
	text-align:left;
	margin-top: 10px;
	margin-bottom: 10px;
}

li {
	font-size: 14px;
	line-height: 1.5em;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #91BEC4;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #91BEC4;
}

.red {
	color: #F00;
}

.black {
	color:#000
}

.footer {
	font-size: 12px;
	color: #91BEC4;
	text-align: center;
}

a {
	color: #91BEC4;
	text-decoration: none;
}

a:hover {
	color: #91BEC4;
	text-decoration: underline;

}

caption {
	font-weight: bold;
	color: #00BCDE;
}

.smtitle {
	color: #91BEC4;
	font-weight: bold;
	font-size: 16px;
}

.smtitle2 {
	color: #F00;
	font-weight: bold;
	font-size: 16px;
}

.error {
	font-weight: bold;
	text-decoration:none; color: #cc0000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 3px 3px 3px;
}

#container {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#login {
	position: absolute;
	left: 360px;
	top: 190px;
	width: 400px;
	height: 140px;
	text-align: right;
	vertical-align: text-bottom;
}

.floatleft {
	float:left;
	padding:0px 5px 5px 0px;
}

.floatright {
	float:right; padding:5px 5px 5px 20px;
}
