/*
Design by L-STONE Solution Company
http://www.livestonesolution.com
*/

body {
	padding: 0;
	background: #41100C;
	font: normal smaller Verdana, Arial, Helvetica, sans-serif;
	color: #753021;
}

hr {
	color:#009900;
}

.border {
	border: #CCCCCC  dotted 1px;
	}

	input {
	border:solid 1px #753021;
	font-weight: bold;
	color: #753021; 
	background:#FFFFFF;
	padding: 4px;
}

    select, textarea {
	border:solid 1px #753021;
	color: #753021; 
    font-weight: bold;
	background: #FFFFFF;
	padding: 4px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	color: #000000;
	text-align: center;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

/* Header */

.pic {
	border:1px solid #FFCC00;
	}

#logo {
	width: 100%;
	color: #000000;
	border: 5px solid #FFFFFF;
	background-color: #FFFFFF;
}



/* Menu */

#menu {
	width: 100%;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border: 5px solid #FFFFFF;
}

#menu a{
	display:block;
	width:95%;
	font-weight:bold;
	background-color:#753021;
	color:#FFFFFF;
	text-align: left;
	text-decoration:none;
	float:left;
	border: 1px solid #FFFFFF;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	}
	
#menu a:hover{
	background-color:#FF0000;
	color:#FFFFFF;
	}
#menu a:active{
	background-color:#FF0000;
	}
.sidehead a{
	display:block;
	width:100%;
	font-weight:bold;
	background-color:#FF0000;
	margin-bottom:4px;
	margin-top:2px;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	float:left;
	padding-bottom: 4px;
	padding-top: 4px;
	}
	

/* Splash */
 
#image {
	width: 100%;
	float:right;
	background-color: #FFFFFF;
}

/* Content */

#body {
	width: 100%;
	border:solid 5px #FFFFFF;
	color:#753021;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

#body .story {
	width: 100%;
}

#body h2 {
	text-align: center;
	font-size: 1.1em;
	display: block;
	background-color:#753021;
	color: #FFFFFF;
	font-weight:bold;
	padding: 3px;
	margin-bottom: 4px;
	margin-top: 4px;

}

#body h4 {
	text-align: left;
	font-size: 0.9em;
	display: block;
	background-color:#753021;
	color: #FFFFFF;
	font-weight:bold;
	padding: 3px;
	margin-bottom: 4px;
	margin-top: 4px;
	width: 80%;
}

#power {
	margin-bottom: 4px;
	margin-top: 4px;
	border: 1px solid #FFCC00;
}

#power h4 {
	text-align: center;
	font-size: 0.9em;
	color: #000000;
	font-weight:bold;
	border:none;
	padding: 5px;
	display: block;
	background-color: #FFCC00;
}



/* bot*/

#bot {
	width: 100%;
	float: left;
	border: 5px solid #FFFFFF;
	background-color: #41100C;
	color: #FFFFFF;
}

#bot p {
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
	font-size: small;
	color: #FFFFFF;
}







