* {margin: 0px; padding: 0px}

img {
	border: none;
}

body {
	background: url('bg.png') left repeat-y;
	background-color: #900B0D;
	margin:0px;
}

#nav {
	background: url('nav.png') top left repeat-x;
	width: 200%;
	height: 58px;
	margin-top: 40px;

}
#nav ul {
	width: 1140px;
	text-align:center;
	padding-top: 22px;
}
#nav ul li {
	display:inline;
	list-style:none;
}
#content {
	color: #FFF;
	width: 600px;
	margin-left: 268px;
	margin-top: 25px;
	z-index:2;
	font-family: verdana;
	
}

#content a {
	color: #F00;
	text-decoration: none;
	border-bottom: 1px dotted #C00;
}


#content p {
	text-align: justify;
	line-height: 1.5em;
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
	width: 630px;
	padding: 5px;
	margin: 10px -20px 0px -20px;
}

h1, h2 {
	background-color: #900D0B;
	font-size: 1em;
}
h3, h4 {
	background-color: #000;
	border-bottom: 2px solid #900D0B;
	border-top: 2px solid #900D0B;
	font-size: .86em;
}

#footer {
	position:absolute;
	cursor: pointer; cursor: hand;
	right: 0px;
	width: 971px;
	height: 547px;
	background: url('spidertron.png') top right no-repeat;
}

#sidebar {
	position:absolute;
	background: url('sidebar.gif') bottom right no-repeat;
	margin-top: 250px;
	width: 210px;
	left: 0px;
	float:left;
	padding-bottom: 10px;
	z-index: 3;
}

#sidebar ul li {
	display:block;
	list-style:none;
	padding: 10px;
	margin: 0px;
}

#blogroll {
	position:absolute;
	margin-top: 450px;
	left: 0px;
	float:left;
	font-family: verdana, sans-serif;
}

ul#blogroll li.title {
	font-weight: bold;
}

ul#blogroll li {
	font-size: .7em;
	padding: 4px 10px;
	font-family: verdana sans-serif;
	border-bottom: 1px solid #900;
	width: 228px;
}
ul#blogroll li a {
	color: #000; text-decoration:none;
	padding-left: 10px;
}
ul#blogroll li a:hover{
	color: #FFF; text-decoration:none;
}

.byline {color: #999; font-size:11px; margin-left: 40px; margin-bottom: 40px;}

label {
	font-size: .8em
}
textarea, input {
	background-color: #333;
	color: #FFF;
	padding: 4px;
	width: 590px;
}

input#submitbutton {
	width: 200px;
	margin-left: 400px;
}
