body {
	background-color:#1F1F1F;
	color:#e6e6b8;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:14px;
	}

a {
	color:#e6e6b8;
}

img {
	border: 0;
}

.spacer {
	height: 20px;
}

.clear {
	clear: both;
	position: relative;
}

.citation {
	font-style: italic;
	text-align: justify;
}

.copy {
	margin-top: -11px;
	text-align: right;
	font-size: 9px;
	color: #454545;
}

.text {
	text-align: justify;
}

.centered-text {
	text-align: center;
}

.centered {
	margin: 0 auto;
}

.float-right {
	float: right; 
	padding: 1.5em;
}

.inner-content {
	width: 555px;
	margin: 0 auto;
}

.signature {
	margin-top: 10px;
	text-align: right;
}

.livre-entry {
	padding: 1.5em;
	border-bottom:2px solid #292829;
}

.errors {
	width: 333px;
	margin: 0 auto;
	color: red;
	padding: 1em;
	border:1px solid red;
}
	
#page {
	position:relative;
	left:50%;
	width:800px;
	margin-left:-400px;
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#header {
	position:relative;
	text-align:left;
}

#title {
	position:relative;
	padding-top: 25px;
	margin-left: 25px;
	font-size:30px;
	font-weight:bold;
	color: #111111;
}


#subtitle {
	position:relative;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 10px;
	text-align: right;
	font-size:18px;
}

#content {
	clear:both;
	position:relative;
	border-left:1px solid #292829;
	border-right:1px solid #292829;
	padding: 2em;
	padding-bottom: 4em;
	background-color:#111111;
	background-image:url(images/signature.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	text-align: center;
}

#content.ecard {
	background-image: none;
}

	
#footer {
	clear: both;	
	position:relative;
	height: 16px;
	padding-top: 2px;
	text-align:center;
	font-size:10px;
	background-image:url(images/footer_bg.png);
}

#footer a {
	color: #e6e6b8;
	text-decoration: none;
}
