body#violence {
	background: #332F2F;
	margin: 0px; padding: 0px;
	font-family: Verdana, "Trebuchet MS", Andale Mono, sans-serif; font-size: 100%; color: #AAA893;
}

div#header {
	background: url("header.gif") bottom right no-repeat;
	height: 70px; width: 342px;
	border-bottom: 2px solid #CAA6BE;
	margin-bottom: 8px;
}

div#left {
	float: left;
	width: 150px;
	padding: 12px;
}

div#right {
	position: absolute; top: 78px; right: 0px;
	width: 150px;
	padding: 12px;
}

* html div#right {
	margin-top: 15px;
}

div#main {
	text-align: left;
	margin: 26px 200px 0px 180px;
	font-size: 90%;
	padding: 8px;
}

ul.menu {
	position: relative; top: -12px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 95%;
}

a {
	color: #CAA6BE;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.menu {
	font-family: "Trebuchet MS", Verdana, Andale Mono, sans-serif;
	font-size: 100%;
	color: #CAA6BE;
	text-decoration: none;
}

a.dark {
	color: #332F2F;
}

span.sim {
	font-size: 75%;
}

h1 {
	font-family: "Trebuchet MS", Verdana, Andale Mono, sans-serif;
	font-size: 200%;
	color: #CAA6BE;
	text-align: center;
}

h2 {
	font-family: "Trebuchet MS", Verdana, Andale Mono, sans-serif;
	font-size: 150%;
	color: #CAA6BE;
	text-align: left;
	padding: 0px;
	display: inline;
}

h3 {
	font-size: 90%;
	color: #716352;
	font-weight: normal;
}

table#imagedisplay {
	margin: 0px auto 0px auto;
	border-collapse: collapse;
}

table#imagedisplay td {
	padding: 0px; margin: 0px;
	border: 2px solid #AAA893;
	empty-cells: show;
}

td#imageprev {
	width: 50px;
	min-width: 50px;
	background: #716352 url("arrowback.gif") center no-repeat;
}
td#imageprev:hover {
	background: #AAA893 url("arrowbackhover.gif") center no-repeat;
	cursor: pointer;
}

td#imagenext {
	width: 50px;
	min-width: 50px;
	background: #716352 url("arrowfwd.gif") center no-repeat;
}
td#imagenext:hover {
	background: #AAA893 url("arrowfwdhover.gif") center no-repeat;
	cursor: pointer;
}

img#imageitself {
	border: 4px solid #716352;
}

a.imageprevnext {
	display: block;
	height: 100%; width: 100%;
}

img.bsprevnext {
	height: 40px; width: 50px;
	border: none;
}

div#text {
	text-align: center;
}

div#imagecomment {
	max-width: 600px;
	text-align: justify;
	padding: 32px;
	margin-left: auto;
	margin-right: auto;
}

* html div#imagecomment {
	width: 600px;
}

div#newimages {
	background: url("trigger.gif") no-repeat;
	padding: 60px 40px 40px 40px;
	border-top: 2px solid #AAA893;
	border-left: 2px solid #AAA893;
}

* html div#newimages {
	margin-top: -3px;
}

* html img#newimageshead {
	margin: 3px 0 0 -3px;
}

table#newimagestable {
	font-size: 90%;
	text-align: left;
}

table#newimages tr {
	margin-bottom: 16px;
}

img.new {
	display: block;
	height: 100px; width: 100px;
	margin-right: 12px;
	border: 2px solid #CAA6BE;
}

div#randomimages {
	margin-top: 16px;
}

img#randomimages {
	margin-bottom: 16px;
}

div#plusmedium {
	margin-top: 16px;
}

div#plusmedium p {
	font-size: 70%;
}

span.imageframe {
	border: 2px solid #716352;
	background: #716352;
}

img.random {
	display: block;
	height: 100px; width: 100px;
	margin: 0px auto 16px auto;
	border: 2px solid #CAA6BE;
}

img.thumbtile {
	height: 100px; width: 100px;
	margin: 0 12px 12px 0;
	border: 2px solid #CAA6BE;
}

span.medium {
	font-size: 90%;
	color: #716352;
	font-weight: bold;
	margin-right: 4px;
}

input.input, textarea.textarea, input.longinput, textarea.longtextarea, input.shortinput {
	border: 1px solid #AAA893;
	color: #CAA6BE;
	font-size: 80%;
	font-weight: bold;
	width: 200px;
	padding: 4px;
	margin: 2px;
	background: #665E5E;
	font-family: Verdana, "Trebuchet MS", Andale Mono, sans-serif;
}

textarea.longtextarea {
	width: 400px;
	height: 200px;
}

input.shortinput {
	width: 100px;
	padding: 2px;
}

input.submit {
	border-left: 3px solid #665E5E;
	border-bottom: 3px solid #665E5E;
	border-top: none;
	border-right: none;
	color: #332F2F;
	font-weight: bold;
	background: #CAA6BE;
	margin: 2px 0 0 2px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Verdana, Andale Mono, sans-serif;
	font-size: 12px;
}

input.addsubmit {
	display: block;
	padding: 4px;
	font-size: 150%;
	margin-top: 32px;
}

div#add {
	text-align: left;
}

div#mediums {
	text-align: left;
}

li.medium {
	margin-bottom: 16px;
}

table.add td {
	padding-top: 16px;
}

.bottomspacer {
	margin-bottom: 16px;
}

table.somepadding td {
	padding: 16px;
}

div#usercommentsheader {
	background: url("comments.gif") no-repeat;
	height: 17px;
	border-bottom: 2px solid #CAA6BE;
	margin-bottom: 8px;
}

div#usercomments {
	text-align: left;
}

div#news {
	text-align: left;
}

div#footer {
	clear: both; float: right;
	display: inline;
	background: url("basecolors.gif") center right no-repeat;
	border-top: 2px solid #CAA6BE;
	margin-top: 200px;
	padding: 8px 62px 8px 8px; 
	font-size: 75%;
}