/* Fallback */
*, html { padding: 0px; margin: 0px; }

/* Common */
body {
	font: 90% Arial, Helvetica, sans-serif;
	position: relative;
	background: url(images/1771.png) repeat violet center;
	margin: 0 auto;
	width: 800px;
	}

p { padding: 8px; line-height: 2em; text-indent: 10px; }
b, strong { color: #933164; }
i, em { color: #ec3e84; }
a:link, a:visited { color: #f85d59; text-decoration: underline; }
a:hover { color: #e33c38; text-decoration: line-through; }

h1 { 	
	font: 300% Sacramento, cursive;
	color: #8f3166;
	padding: 10px;  
	margin-bottom: -15px;
	}

blockquote {
	font-family: Georgia, serif;
	font-size: 12px;
	width: 380px;
	margin: 0 auto;
	padding: 1.0em 20px;
	line-height: 1.45;
	position: relative;
	border: 1px solid #8f3166;
	color: #8f3166;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	}

input, textarea, select, option, submit {
	background-color: #d4c9d5;
	border: 1px solid #8f3166;
	padding: 7px;
	}

/* Wire Frame */
#menu {
	width: 800px; 
	height: 50px;
	list-style-type: none; 
	font-size: 0;
	}
	
#menu li { 
	background-color: #675579;
	text-transform: uppercase;
	letter-spacing: 2px; 
	text-align: center;
	display: inline-block;
	height: inherit;
	font-size: 24px;
	width: 17%;
	}
	
#menu li:first-child, #menu li:last-child { width: 16%; }
#menu li:hover { background-color: #388cbc; }
#menu li:nth-child(2n):hover { background-color: #54acde; }
#menu li:nth-child(2n) { background-color: #58436e; }
#menu li:nth-child(2n) a { color: #f7e5f9; }

#menu li a {
	display: block;
	padding: 10px 5px 0 5px;
	text-decoration: none;
	color: #f7e5f9;
	}

#header {
	background: url(images/slayers.jpg) no-repeat;
	width: 800px;
	height: 420px;
	}

#content {
	background-color: #ded7ea;
	width: 800px;
	color: #3f2f44;
	}

#footer {
	background-color: #58436e;
	width: 800px;
	height: 25px;
	padding-top: 10px;
	text-align: center;
	color: #ded7ea;
	}

#credit, #credit a { 
	color: #3f2f44;
	text-align: center; 
	padding: 5px; 
	font-size: 90%; 
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	}
