/*
	Shades of Veil
	version 1.0
	sub page style sheet
*/

body {
	background-color: #493418;
	padding:0px;
	margin: 0px;
	text-align:center;
}
p {
	font-family: verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 10px 10px;
}
a, a:visited, a:link {
	color: 2B1905;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: 2B1905;
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
.small {
	font-size: 10px;
}
.name {
	font-family: verdana;
	font-style: italic;
	font-weight: normal;
	border-top: 1px solid #2B1905;
}
.headline {
	font-family: verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #2B1905;
}
.padding {
	margin: 2px;
}
.padding_nsfw {
	margin: 2px;
	border: 2px solid #2B1905;
}
/* Div Styles */
div#contentBox{
	width: 750px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	height: auto;
	text-align: center;
}
#outer {
	width: 750px;
	height: auto;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	border: 2px solid #2B1905;
	background: transparent url(../images/background-paper.jpg) left top repeat-y;
}
#header {
	background: transparent url(../images/subheader.jpg) left top no-repeat;
	height: 147px;
	width: auto;
	padding:0px;
	margin: 0px;
}
#underheader {
	background: transparent url(../images/underheader.jpg) left top no-repeat;
	height: 9px;
	width: auto;
	padding:0px;
	margin: 0px;
}
#menu {
	height: 30px;
	width: auto;
	text-align: center;
	border-bottom: 1px dotted #493418;
}
#content {
	margin: 0px;
	padding: 0px;
	width:auto;
	text-align: center;
}
#textAreaComic {
	width: 740px;
	height: auto;
	text-align: left;
}
#textArea {
	width: 740px;
	height: auto;
	text-align: left;
}
#footer {
	background: transparent url(../images/background-paper.jpg);
	border-top: 1px dotted #493418;
}
.contentSmall {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
input,textarea,select { 
background-color: #FAF8F4;
border: 1px solid #2B1905;
color: #2B1905; }

.padding { padding:2px; }
.art { border: 2px solid #493418; }