/* main stylesheet for Caprica Nelson website */

@charset "ISO-8859-1";
#wrapper {
	background-color: #fff;
	width: 550px;
	margin: 0 auto;
}
h1 {
	font-family: "Century Gothic", Arial, sans serif;
	font-size: xx-large;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	text-align: center;
	padding-bottom; 100px;
}
#tagline {
	font-family: "Century Gothic", Arial, sans serif;
	font-size: large;	
	text-align: center;
}
.caprica {
	color: #333333;
}

.nelson {
	color: #984806;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 1.3em;
	padding: 20px 0 10px;
	text-align: center;
}
#footer {
	font-family: sans-serif;
	font-size: x-small;
	font-variant: normal;
	line-height: normal;
/*	text-transform: uppercase;*/
	text-align: center;
}

.relative {
	font-family: Courier, "Courier New", monospace;
	font-size: small;
	color: #414a4c;
}

.digital {
	font-family: Courier, "Courier New", monospace;
	font-size: small;
	color: #f00;
}

a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #984806;
}
a:active {
	text-decoration: underline;
	color: #984806;
}