body {
	background: #999 url("/images/bg.png") repeat-x fixed bottom center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	text-align: center;
}

a {
	color: #993333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin: 20px 0;
}

h1 {
    background: url("/images/delete_your_account.png") no-repeat center;
    display: block;
	height: 120px;
	margin: 0 auto;
    width: 600px;
}

h1 a {
    display: block;
    height: 100%;
    text-indent: -9999px;
    width: 100%;
}

h2, h3 {
	font-size: 2em;
	line-height: 1.2em;
	margin: 10px 0;
}

h2 {
	border-bottom: 1px solid #000;
	padding-bottom: 25px;
}

h4 {
	font-size: 1.6em;
	line-height: 1.2em;
	margin: 25px 0;
}

form {
	margin: 25px 0;
}

small {
	border-top: 1px solid #000;
	font-size: .75em;
	padding: 5px 0;
}

#wrap {
	margin: 10px auto;
	width: 95%; min-width: 780px; max-width: 1200px;
	font-size: .9em;
}

#nav, #body {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: auto;
	width: 80%; min-width: 600px; max-width: 1050px;
}

#nav {
	background-color: #AA1000;
	font-size: 1.5em;
	margin-bottom: 25px;
	padding: 10px 0;
	text-align: center;
}

#nav a {
	color: #FFF;
}
#nav a:hover {
	color: #FFDDDD;
}

#nav li {
	display: inline;
	padding: 5px;
}

#body {
	background-color: #FFF;
	clear: both;
	padding: 30px 0;
	text-align: left;
}

#content-index {
	margin: auto;
	width: 80%;
}

#content-index .site-notice {
	background-color: #FFF4F4;
	border: 2px solid #882222;
	font-size: .9em;
	line-height: 1.2em;
	margin: 0 auto 25px;
	padding: 15px;
	width: 70%
}

#content-index #index-left {
	float: left;
	margin-left: 50px;
	width: 40%;
}

#content-index #index-right {
	float: right;
	width: 40%;
}

#content-index ul {
	list-style: disc outside url("/images/arrow_bullet.png");
	margin-left: 20px;
}

#content-main {
	float: left;
	padding-left: 40px;
	width: 60%;
}

#content-main ul {
	list-style: disc outside;
	margin: 20px 0 20px 30px;
}

#content-bar {
	float: right;
	padding-right: 40px;
	width: 20%;
}

#search-main {
	clear: both;
	font-size: 1.4em;
	margin: 10px auto 20px;
	text-align: center;
	width: 80%;
}

#search-main input {
	font-size: 1.1em;
	padding: 6px;
}

#search-submit {
	margin-left: 4px;
	height: 20px;
	vertical-align: text-bottom;
	width: 20px;
}

.sites-list li {
	padding-top: 6px;
}

#footer {
	clear: both;
	margin-top: 25px;
	text-align: center;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.jqmWindow {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

	display: none;

	position: fixed;
	top: 15%;
	left: 50%;

	margin-left: -250px;
	width: 500px;

	background-color: #EEE;
	color: #333;
	border: 1px solid black;
	padding: 25px 0;
	text-align: left;
}

.jqmOverlay {
	background-color: #000;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#feedback-main {
	padding: 0 40px;
}

#feedback-name, #feedback-email, #feedback-content {
	width: 350px;
}

#feedback-content {
	height: 150px;
	margin: 25px 0;
}
