/* --- This stylesheet is used by files in subdomain clients.citizensofnowhere.com */

/* ---	HTML elements 	--- */
body, p, div, td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
body {
	position: relative;
	width: 1000px;
	margin: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
	background-color: #ddd;
}
img {
	border: none;
}

hr {
	height: 1px;
	border: none;
	background-color: #fff;
	border-bottom: solid 1px #000;
}

p, h4, h3, h2, h1, hr {
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
h3, h2, h1 {
	font-family: arial, helvetica, sans-serif;
}
h3, h4 {
	font-size: 11px;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-size: 11px;
}
h1 {
	font-size: 13px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 10px;
	font-weight: normal;
}


/* ---	layout elements --- */
#content {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 1000px;
	height: 430px;
	text-align: center;
	overflow: auto;
}
#back {
	position: absolute;
	top: 525px;
	left: 0px;
	width: 1000px;
	text-align: center;
}
#footer {
	position: absolute;
	top: 560px;
	left: 0px;
	width: 1000px;
	text-align: center;
	font-size: 9px;
}
