/* ADF STYLES
COPYRIGHT STORMBRINGER ENTERPRISES */


/* MAIN BODY COMPONENTS
-------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #a21f1f;	
	background-color: #000000;
	font: 90%/150% Verdana, Geneva, Arial, Helvetica, sans-serif;
	min-width: 1000px;
	min-height: 1000px;
}

p {
  text-align: justify;
	margin-bottom: 0.5em;
}

a {
	text-decoration: none;
	color: #a21f1f;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

.fleft {
	float: left;
	margin: 0 15px 5px 0;
}

.fright {
	float: right;
	margin: 0 0 5px 15px;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}


/* PAGE BACKGROUNDS
------------------------------ */

#main {
   background-image: url(grfx/naked_devil_girl.jpg);
   background-position: left top;
   background-repeat: no-repeat;
}

#link {
   background-image: url(grfx/nude_demon_girl.jpg);
   background-position: left top;
   background-repeat: no-repeat;
}


/* MASTHEAD
-------------------------------- */

#mast {
	background: transparent url(grfx/title.png) no-repeat right top;
	margin: 20px 20px 50px 0;
	height: 150px;
	width: 600px;
	float: right;
}

#mast h1 {
	margin-left: -5000px;
}

#mast p {
	text-align: center;
	margin-top: 80px;
	font-variant: small-caps;
	font-size: 120%;
}

/* CONTENTS
------------------------------- */

#contentstop {
	clear: both;
	margin: 40px 5% 15px 415px;
}

#contentstop h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 200%;
	font-style: italic;
	padding-bottom: 57px;
	text-align: center;
}


/* EI WEBRING
------------------------------ */

#ring {
	width: 300px;
	margin: 40px auto;
	border: 1px solid #8b008b;
	padding: 5px;
}

#ring p, #ring h4 {
	text-align: center;
}

#ring img {
	display: block;
	margin: 6px auto;
}

.power {
	font-size: 80%;
	font-style: italic;
}

/* LINKS
---------------------------- */

#links {
	margin: 30px 0;
}

#links img {
	display: block;
	margin: 30px auto;
}