body {
	margin: 30;
	padding: 0;
	height: 100%;
	font-family: "Georgia", "Times New Roman", times, serif;
	font-size: 10.5pt;
	background-color: white;
}

#wrap {
	width: 760px;
	margin: 0 auto;
}

#header {
	border-bottom-color: black;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	height: 106px;
	width: 760px;
	margin-bottom: 0px;
}

#content {
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 0px;
	border-right-color: black;
	border-right-width: 2px;
	border-right-style: solid;
	border-left-color: black;
	border-left-style: solid;
	border-left-width: 2px;
	width: 751px;
}

#footer {
	border-top-color: black;
	border-top-width: 2px;
	border-top-style: solid;
	height: 106px;
	width: 760px;
}

a {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

.dropdown {
	display: inline;
}

#comictitle {
	margin-bottom: 8px;
	text-decoration: underline;
	font-variant: small-caps;
	font-size: 22px;
}

.post {
	margin-top: 8px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

h2 {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 8px;
}

h1 {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
}

	#nav {
		margin:0 0 10px 0;
		padding:0;
		background:black;
		width:756px;
		float:right;
		border-width:1px 0;
	}
	#nav li {
		display:inline;
		padding:0;
		margin:0;
	}
	#nav a:link,
	#nav a:visited {
		color:white;
		background:black;
		padding: 12px 10px 2px 10px;
		float:right;
		width:auto;
		text-decoration:none;
		font-size: 14px;
		font-variant: small-caps;
	}
	#nav a:hover {
		color:black;
		background:white;
	}
	#store a:link{
		color: red;
		background: black;
	}
	#store a:hover{
		color: red;
		background: white;
	}