body {
	font-family: Verdana, Arial, Helvetica, sans-serif;	padding-top: 15px;
	background-image: url(/images/backgroundTile.jpg);
	background-repeat: repeat;
}

h2 {
	font-size: 140%
}

a:active { 
	color: #AA0000; text-decoration: underline
}
a:link { 
	text-decoration: underline; color: #AA0000;
}
a:hover { 
	color: #AA0000;
}
a:visited { 
	color: #AA0000; text-decoration: underline
}

img {
	border: none;
}

td.issueItem {
	padding: 15px;
	text-align: center;
}

table#issueList {
	width: 100%;
	text-align: center;
}

div#mainArea {
	width: 900px;
	margin: 0 auto;
	padding: 10px;
	background-image: url(/images/semiTBack.png);
}

div#adminArea {
	margin: 0 auto;
	padding: 40px;
	border: 1px dotted;
	width: 600px;
	background-image: url(/images/semiTBack.png);
}

div#loginArea {
	margin: 0 auto;
	padding: 40px;
	border: 1px dotted;
	width: 600px;
	background-image: url(/images/semiTBack.png);
}

div#banner {
	margin: 0 auto;
	padding-left: 300px;
	padding-top: 125px;
	width: 600px;
	height: 33px;
	background-image: url(/images/logo.png);
	margin-bottom: 20px;
}
table#comicNavArea {
	width: 700px;
	height: 54px;
	text-align: center;
	vertical-align: bottom;
	border: 1px;
	border-color: #000000;
}
table {
	border-collapse: collapse; 
}

table#layout {
	margin: 0 auto;
	vertical-align: top;
}

td {
	/* vertical-align: top; */
	padding: 0;
	margin: 0;
}

div#noteArea {
	margin: 50px;
	width: 290px;
	position: relative;
}

div#notesText {
	padding: 10px;
}

div#notesLinks {
	text-align: center;
}

td.notesTop {
	width: 290px;
	height: 134px;
	background-image: url(/images/notesTitle.png);
	background-repeat: no-repeat;
}

td.notesMainLeft {
	width: 5px;
	background-image: url(/images/notesMainLeft.png);
	background-repeat: repeat-y;
}

td.notesMainMiddle {
	width: 280px;
	background-image: url(/images/notesBack.png);
	background-repeat: repeat;
}

td.notesMainRight {
	width: 5px;
	background-image: url(/images/notesMainRight.png);
	background-repeat: repeat-y;
}

td.notesBottom {
	width: 290px;
	height: 18px;
	background-image: url(/images/notesBottom.png);
	background-repeat: no-repeat;
}

div#profilePicture {
	float: right;
	position: relative;
	right: 0;
	margin: 10px;
}

img.comic {
	padding: 20px;
	background-color: #990000;
	border: solid 1px black;
}

td.label {
	width: 400px;
	height: 30px;
}

td.field {
	text-align: left;
	width: 400px;
	height: 30px;
}

td.buttons {
	text-align: center;
	height: 60px;
}
